Re: [PATCH 1/1] notes: copy notes to HEAD by default

2019-10-15 Thread Danh Doan
On 2019-10-16 11:01:34 +0900, Junio C Hamano wrote: > Doan Tran Cong Danh writes: > > > The target objects for copying notes was defaulted to HEAD from very > > early stage of git-notes. > > > > However, that default was limited by commit bbb1b8a35a, ("notes: check > > number of parameters to "gi

Re: [PATCH 1/1] notes: copy notes to HEAD by default

2019-10-15 Thread Junio C Hamano
Doan Tran Cong Danh writes: > The target objects for copying notes was defaulted to HEAD from very > early stage of git-notes. > > However, that default was limited by commit bbb1b8a35a, ("notes: check > number of parameters to "git notes copy"", 2010-06-28). Sorry, I don't quite get the above.

[PATCH 1/1] notes: copy notes to HEAD by default

2019-10-15 Thread Doan Tran Cong Danh
The target objects for copying notes was defaulted to HEAD from very early stage of git-notes. However, that default was limited by commit bbb1b8a35a, ("notes: check number of parameters to "git notes copy"", 2010-06-28). Lift that limitation by adjust the check for numbers of arguments. Signed-