Jelmer Vernooij
|
31c0076f11
Allow Tree, Commit, and Tag objects to be parsed by parse_tree()
|
1 mese fa |
Jelmer Vernooij
|
68012b9bcb
Allow Commit objects to be parsed by parse_commit()
|
1 mese fa |
Jelmer Vernooij
|
0790fb9275
Fix parse_commit to properly dereference annotated tags
|
1 mese fa |
Jelmer Vernooij
|
be41a98c67
Fix support for short commit hashes in porcelain.reset()
|
1 mese fa |
Christoph Grüninger
|
c0a8e05380
Add SPDX license identifier to Python files and shell scripts
|
8 mesi fa |
Jelmer Vernooij
|
3759bf0e9e
Ruff fixes
|
9 mesi fa |
jelmer@jelmer.uk
|
d465a1ea2e
Use ObjectStore.iter_prefix in scan_for_short_id
|
9 mesi fa |
Jelmer Vernooij
|
e3ca1cb5ce
Reformat and add reformat make target
|
1 anno fa |
Jelmer Vernooij
|
574e529c1c
Run ruff fix
|
2 anni fa |
Jelmer Vernooij
|
03df9d0737
Switch to relative imports with abs2rel
|
2 anni fa |
Jelmer Vernooij
|
dcec873456
Add more typing
|
2 anni fa |
Jelmer Vernooij
|
23a986ac9b
Sort Python import definitions with isort
|
2 anni fa |
Jelmer Vernooij
|
2b8958f1cb
More api doc improvements.
|
3 anni fa |
Ded_Secer
|
7fe42abdb8
Support refs in parse_treeish().
|
3 anni fa |
Jelmer Vernooij
|
762fdc8635
Add typing.
|
4 anni fa |
Jelmer Vernooij
|
6266df34af
Reformat with black.
|
4 anni fa |
Jelmer Vernooij
|
8752a420f9
Fix style.
|
5 anni fa |
Jelmer Vernooij
|
f401f2f979
Allow passing in global force argument to parse_reftuple.
|
5 anni fa |
Jelmer Vernooij
|
d6d3c089a8
Convert more docstrings to Google style.
|
5 anni fa |
Jelmer Vernooij
|
2a818177e4
Avoid else for for loops when there is no break in the body.
|
6 anni fa |
Jelmer Vernooij
|
3ff25e0972
Support short ids in parse_commit.
|
6 anni fa |
Jelmer Vernooij
|
d55d4a248e
Support plain strings as refspec arguments to dulwich.porcelain.push.
|
6 anni fa |
Jelmer Vernooij
|
0bd1e28b88
Update my email address. jelmer@samba.org => jelmer@jelmer.uk.
|
7 anni fa |
Jelmer Vernooij
|
5296c2cc9f
Add dulwich.porcelain.update_head. Fixes #439
|
8 anni fa |
Jelmer Vernooij
|
c12561a2e1
Add and use parse_tree.
|
8 anni fa |
Jelmer Vernooij
|
aa2a305841
Fix all flake8 style issues.
|
8 anni fa |
Jelmer Vernooij
|
8c35904821
Update header to reflect that license is now Apachev2 or GNU GPLv2+.
|
9 anni fa |
Julian Berman
|
c2b4f906ba
Fix a presumed typo, which breaks deleting refs.
|
9 anni fa |
Jelmer Vernooij
|
dc2e0aa4f8
Update NEWS, fix style.
|
9 anni fa |
Chris Bunney
|
68cd0d2615
Enhanced parsing of partial/ambiguous refs based on https://git-scm.com/docs/gitrevisions
|
9 anni fa |