Files
git/builtin
Junio C Hamano 092228ee5c Merge branch 'jk/cat-file-batch-all-wo-replace'
"git cat-file --batch" with the "--batch-all-objects" option is
supposed to iterate over all the objects found in a repository, but
it used to translate these object names using the replace mechanism,
which defeats the point of enumerating all objects in the repository.
This has been corrected.

* jk/cat-file-batch-all-wo-replace:
  cat-file: use packed_object_info() for --batch-all-objects
  cat-file: split ordered/unordered batch-all-objects callbacks
  cat-file: disable refs/replace with --batch-all-objects
  cat-file: mention --unordered along with --batch-all-objects
  t1006: clean up broken objects
2021-10-18 15:47:57 -07:00
..
2021-10-13 15:15:57 -07:00
2021-07-28 13:17:59 -07:00
2021-10-11 10:21:48 -07:00
2021-09-23 13:44:46 -07:00
2021-10-13 15:15:58 -07:00
2021-10-13 15:15:57 -07:00
2021-09-28 10:31:02 -07:00
2021-10-18 15:47:57 -07:00