Re: Odd git am behavior rewriting subject, adding "ASoC: " prefix

2014-11-05 Thread Joe Perches
On Wed, 2014-11-05 at 22:12 +1300, Chris Packham wrote: > On Wed, Nov 5, 2014 at 2:12 PM, Joe Perches wrote: > > I have a patch file created by git format-patch. [] > > ASoC:? where does that come from? [] > Looks like you have an apply-patch-msg hook installed. What does the > output of 'ls -l .g

Re: Odd git am behavior rewriting subject, adding "ASoC: " prefix

2014-11-05 Thread Chris Packham
On Wed, Nov 5, 2014 at 2:12 PM, Joe Perches wrote: > I have a patch file created by git format-patch. > > Applying it via git am changes the subject prefix. > Anyone know why? > > $ git --version > git version 2.1.2 > > $ git am -i 0002-staging-ft1000-Logging-message-neatening.patch > Commit Body

Odd git am behavior rewriting subject, adding "ASoC: " prefix

2014-11-04 Thread Joe Perches
I have a patch file created by git format-patch. Applying it via git am changes the subject prefix. Anyone know why? $ git --version git version 2.1.2 $ git am -i 0002-staging-ft1000-Logging-message-neatening.patch Commit Body is: -- staging: ft1000: Logging message neate