]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'mh/update-ref-verify'
authorJunio C Hamano <gitster@pobox.com>
Mon, 29 Dec 2014 17:30:55 +0000 (09:30 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Dec 2014 17:30:56 +0000 (09:30 -0800)
commitcb71e73ade40500591d60f76fb4f6faae6a323a5
treeac7da482e97efd31483f01a5e6e2291bae356007
parentbbcefffcea9789e4a1a2023a1c778e2c07db77a7
parent0e729c7ed5b3c0c6be38bf8d8405b1b7f5a74a3f
Merge branch 'mh/update-ref-verify'

"git update-ref --stdin"'s verify command did not work well when
<oldvalue>, which is documented as optional, was missing.

* mh/update-ref-verify:
  update-ref: fix "verify" command with missing <oldvalue>
  t1400: add some more tests of "update-ref --stdin"'s verify command