]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'dd/notes-copy-default-dst-to-head'
authorJunio C Hamano <gitster@pobox.com>
Sun, 10 Nov 2019 09:02:12 +0000 (18:02 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 Nov 2019 09:02:12 +0000 (18:02 +0900)
"git notes copy $original" ought to copy the notes attached to the
original object to HEAD, but a mistaken tightening to command line
parameter validation made earlier disabled that feature by mistake.

* dd/notes-copy-default-dst-to-head:
  notes: fix minimum number of parameters to "copy" subcommand
  t3301: test diagnose messages for too few/many paramters


Trivial merge