Re: [PATCH v2 18/27] update-ref --stdin: Harmonize error messages

2014-04-02 Thread Junio C Hamano
Michael Haggerty writes: > Junio, I incorporated your feedback (which so far has only affected > commit messages). I also rebased the patch series to the current > master. I pushed the result to GitHub [1]. I'll refrain from spamming > the list with v3 yet. Thanks; let us know when you are re

Re: [PATCH v2 18/27] update-ref --stdin: Harmonize error messages

2014-04-01 Thread Michael Haggerty
On 04/01/2014 12:37 AM, Michael Haggerty wrote: > On 03/31/2014 11:51 PM, Junio C Hamano wrote: >> Michael Haggerty writes: >> >>> Make (most of) the error messages for invalid input have the same >>> format [1]: >>> >>> $COMMAND [SP $REFNAME]: $MESSAGE >>> >>> Update the tests accordingly. >>

Re: [PATCH v2 18/27] update-ref --stdin: Harmonize error messages

2014-03-31 Thread Michael Haggerty
On 03/31/2014 11:51 PM, Junio C Hamano wrote: > Michael Haggerty writes: > >> Make (most of) the error messages for invalid input have the same >> format [1]: >> >> $COMMAND [SP $REFNAME]: $MESSAGE >> >> Update the tests accordingly. >> >> [1] A few error messages are left with their old form

Re: [PATCH v2 18/27] update-ref --stdin: Harmonize error messages

2014-03-31 Thread Junio C Hamano
Michael Haggerty writes: > Make (most of) the error messages for invalid input have the same > format [1]: > > $COMMAND [SP $REFNAME]: $MESSAGE > > Update the tests accordingly. > > [1] A few error messages are left with their old form, because > $COMMAND and $REFNAME aren't passed all th

[PATCH v2 18/27] update-ref --stdin: Harmonize error messages

2014-03-24 Thread Michael Haggerty
Make (most of) the error messages for invalid input have the same format [1]: $COMMAND [SP $REFNAME]: $MESSAGE Update the tests accordingly. [1] A few error messages are left with their old form, because $COMMAND and $REFNAME aren't passed all the way down the call stack. Maybe thos