]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tb/rev-list-unpacked-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 8 Nov 2023 06:04:42 +0000 (15:04 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Nov 2023 06:04:42 +0000 (15:04 +0900)
commit8ed4eb753881cf3a695cbe531c22698ca222ff0f
tree28e7f24a60f6b4a854026b8fd1bfeb9387b2e250
parentc732f7430da8d4dedccd05540eae3dc7421dcdc6
parent7b3c8e9f388c8ef56f17d2cb633c0a579730a563
Merge branch 'tb/rev-list-unpacked-fix'

"git rev-list --unpacked --objects" failed to exclude packed
non-commit objects, which has been corrected.

* tb/rev-list-unpacked-fix:
  pack-bitmap: drop --unpacked non-commit objects from results
  list-objects: drop --unpacked non-commit objects from results
list-objects.c
pack-bitmap.c