Commit History

Author SHA1 Message Date
  Stefan Sperling a2258c61a6 detect and reject ref-deltas which use an object as its own delta base 11 months ago
  Jelmer Vernooij 4ec8ab9d80 Drop Python 3.7 support 1 year ago
  Jelmer Vernooij 538442329d Fix ruff 1 year ago
  Jelmer Vernooij 3317eef581 Reformat with ruff 1 year ago
  Jelmer Vernooij 968f181fe8 Fix ruff 1 year ago
  Jelmer Vernooij 17c4bbc2b7 Typing/lint fixes 1 year ago
  Christian Clauss 4a8846a059 Update pack.py 1 year ago
  Jelmer Vernooij 26246d71f3 Apply more ruff fixes 1 year ago
  Jelmer Vernooij ff64fa9e44 Migrate from flake8 to ruff (#1231) 1 year ago
  Jelmer Vernooij 6261aa0e38 Fix docstring 1 year ago
  Jelmer Vernooij e3ca1cb5ce Reformat and add reformat make target 1 year ago
  Jelmer Vernooij c9726cdafa Add a dedicated exception for UnresolvedDeltas 1 year ago
  Jelmer Vernooij 2fab3300ab Upgrade to >= python 3.7 1 year ago
  Jelmer Vernooij e6ccc98835 Add more typing 2 years ago
  Jelmer Vernooij 574e529c1c Run ruff fix 2 years ago
  Jelmer Vernooij 03df9d0737 Switch to relative imports with abs2rel 2 years ago
  Jelmer Vernooij b415021b0a Merge pull request #1167 from jelmer/fix-iterobjects-subset 2 years ago
  Jelmer Vernooij 217768b343 Fix ``ObjectStore.iterobjects_subset()`` when hex shas are passed for objects that live in packs. 2 years ago
  Jelmer Vernooij 6172f1c88f Handle missing object 2 years ago
  Thomas Gilgenast d972898e9a initialize pack entry count to 0 in pack.verify() 2 years ago
  Jelmer Vernooij 23a986ac9b Sort Python import definitions with isort 2 years ago
  Antoine Lambert 4bc3203963 pack: Fix Pack.__getitem__ return type 2 years ago
  Jelmer Vernooij 02fdaf6569 Stop closing file in extend_pack + trivial refactoring. 2 years ago
  Jelmer Vernooij c75327fd05 Specify max_size to SpooledTemporaryFile, factor out extend_pack. 2 years ago
  Jelmer Vernooij c1e70fdc0b pass along progress function in a few more cases 2 years ago
  Jelmer Vernooij d1ba2d4778 Cope with Protocol not being available on Python 3.8 2 years ago
  Jelmer Vernooij 7c4f65b680 Fix typing. 2 years ago
  Jelmer Vernooij d8dea76385 Fix style. 2 years ago
  Jelmer Vernooij 786867b562 Fix remaining tests. 2 years ago
  Jelmer Vernooij 1bfc88ea55 Drop PackData.iterobjects. 2 years ago