Re: [PATCH v3 0/2] Fix bugs in rev-parse's output when run in a subdirectory

2017-02-17 Thread Junio C Hamano
Johannes Schindelin writes: > The bug that bit me (hard!) and that triggered not only a long series of > curses but also my writing a patch and sending it to the list was that > `git rev-parse --git-path HEAD` would give *incorrect* output when run > in a subdirectory

[PATCH v3 0/2] Fix bugs in rev-parse's output when run in a subdirectory

2017-02-17 Thread Johannes Schindelin
The bug that bit me (hard!) and that triggered not only a long series of curses but also my writing a patch and sending it to the list was that `git rev-parse --git-path HEAD` would give *incorrect* output when run in a subdirectory of a regular checkout, but *correct* output when run in a