]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitd4a98e701f86bdff469d0f1ed912ba1651c23c3f
treeeb44161c938f5325405708c0483abacbbb9ee3fa
parent5c8c0a0d78b0e0ee50ba13823f0cfbee05334461
parentd58deb9c4e151d4d8380cd14223391ce0d58f588
Merge branch 'dd/notes-copy-default-dst-to-head'

"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