On Sat, Aug 13, 2011 at 9:06 PM, Ramkumar Ramachandra
[off-list ref] wrote:
Hi Jim,
[+CC: David Barr]
Jim Cromie writes:
quoted
git am is giving me trouble.
Im a gmail user, and have saved a patch series by doing
show-original, save w rename for each patch
[...]
Ive attached mail-1-11, which applies cleanly to v3.0, but wont am.
It works quite well for me after David's recent patch: 0e8341f2 (am:
ignore leading whitespace before patch, 2011-08-08). The patch has
already made it to 'next', but hasn't hit 'master' yet. Could you
please try it and tell us if there are any issues?
Thanks.
-- Ram
thanks Ram,
I just pulled and built next branch, it worked for me.
[jimc@groucho linux-2.6]$ ../../git/git am ~/Documents/mail-[1-9]-11.txt
Applying: dynamic_debug: Add __dynamic_dev_dbg
Applying: dynamic_debug: Consolidate prefix output to single routine
Applying: dynamic_debug: Remove uses of KERN_CONT in dynamic_emit_prefix
Applying: dynamic_debug: Convert printks to pr_<level>
Applying: dynamic_debug: remove unused control variables
...
thanks