]> git.ipfire.org Git - thirdparty/git.git/commit - RelNotes
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)
commit76d1cd8e5ec07889db43c15222d5632b90f525b2
tree824525001027b488aab273a9af4792b436c469ea
parent2c206fc82abb3ae3d8a5fb5b3c07c1a933007f31
parenta4324babe679352a801310f8e30f3cbcd9c1f16b
Merge branch 'cc/rev-list-allow-missing-tips'

"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()
revision.c