Re: [PATCH v4 0/6] Make git show -s easier to discover for users

2013-07-17 Thread Junio C Hamano
Thanks. -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH v4 0/6] Make git show -s easier to discover for users

2013-07-16 Thread Matthieu Moy
One real fix since v3: there was an incorrect file name in a test (noticed by Jonathan). Now, all actual outputs are called actual. Other than that: extra tests, and style fixes in commit messages. Matthieu Moy (6): t4000-diff-format.sh: modernize style diff: allow --no-patch as synonym for

Re: [PATCH v4 0/6] Make git show -s easier to discover for users

2013-07-16 Thread Jonathan Nieder
Matthieu Moy wrote: Matthieu Moy (6): t4000-diff-format.sh: modernize style diff: allow --no-patch as synonym for -s diff: allow --patch cie to override -s/--no-patch Documentation/git-show.txt: include common diff options, like git-log.txt Documentation: move description of

Re: [PATCH v4 0/6] Make git show -s easier to discover for users

2013-07-16 Thread Stefan Beller
On 07/16/2013 07:46 PM, Jonathan Nieder wrote: Matthieu Moy wrote: Matthieu Moy (6): t4000-diff-format.sh: modernize style diff: allow --no-patch as synonym for -s diff: allow --patch cie to override -s/--no-patch Documentation/git-show.txt: include common diff options, like