Ævar Arnfjörð Bjarmason [off-list ref] writes:
+ git log --reverse -p --grep=gettextize git-am.sh
Running this from the tip of ab/i18n reveals that one commit introduces a
whitespace breakage ;-).
On Fri, Sep 10, 2010 at 22:54, Junio C Hamano [off-list ref] wrote:
Ævar Arnfjörð Bjarmason [off-list ref] writes:
quoted
+ git log --reverse -p --grep=gettextize git-am.sh
Running this from the tip of ab/i18n reveals that one commit introduces a
whitespace breakage ;-).
That breakage was actually intentional (and I *think* I noted it
somewhere). The existing "Did you hand edit your patch" in git-am.sh
already indented with spaces, and I didn't change it while I was at it
to keep the patch on-topic.
I was going to fix a whitespace fixup later.