Commit History

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