Thread (3 messages) flat view 3 messages, 3 authors, 2016-06-15

Re: [PATCH] include/asm-arm/: Spelling fixes

From: Joe Perches <joe@perches.com>
Date: 2016-06-15 22:44:00

Possibly related (same subject, not in this thread)

On Mon, 2007-12-17 at 15:12 -0500, J. Bruce Fields wrote:
Hope you don't mind my cc'ing the git list:
Nope.  Not a bit.

I had patches that were committed in word order that
I wanted to aggregate by subsystem.

I took all the patches, created a branch, committed
all the patches at once, then used these commands:
 
(patch_order is a directory list)

$ let count=0 ; for line in $(cat patch_order) ; do ((count++)); \
	printf -v tmp "%04u-Spelling-%s" $count $line ; \
	tmp=${tmp//\//-} ; tmp=${tmp// /}; \
	git-format-patch -N --thread --start-number $count -s \
	-o patch3 \
	--subject-prefix="[PATCH] Spelling: $line" master $line  ; done
[converted the subjects appropriately]
$ git-send-email --smtp-server <foo> --smtp-user <bar> \
	--from "Joe Perches [off-list ref]" \
	--to "linux-kernel@vger.kernel.org" \
	--cc "Andrew Morton [off-list ref]" \
	--cc-cmd "../get_maintainer.pl --nogit" \
	--no-thread --suppress-from patch3

I probably just reversed the "--thread" on
git-format-patch and send-email.

cheers, Joe
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help