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] git-compat-util: prefer poll.h to sys/poll.h

2018-11-13 Thread Danh Doan
"brian m. carlson" writes: >> - t1308.23 is failing because musl `fopen` is success when open directory >> in readonly mode. POSIX allows this behavior: >> http://pubs.opengroup.org/onlinepubs/7908799/xsh/fopen.html >> [EISDIR] >> The named file is a directory and mode requires write access. > >