]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'cc/rev-list-allow-missing-tips'
authorJunio C Hamano <gitster@pobox.com>
Thu, 7 Mar 2024 23:59:40 +0000 (15:59 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Mar 2024 23:59:40 +0000 (15:59 -0800)
"git rev-list --missing=print" has learned to optionally take
"--allow-missing-tips", which allows the objects at the starting
points to be missing.

* cc/rev-list-allow-missing-tips:
  revision: fix --missing=[print|allow*] for annotated tags
  rev-list: allow missing tips with --missing=[print|allow*]
  t6022: fix 'test' style and 'even though' typo
  oidset: refactor oidset_insert_from_set()
  revision: clarify a 'return NULL' in get_reference()

1  2 
revision.c

diff --cc revision.c
Simple merge