LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* ignore this posting
@ 2007-03-20 2:39 David Miller
0 siblings, 0 replies; only message in thread
From: David Miller @ 2007-03-20 2:39 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: Text/Plain, Size: 104 bytes --]
Just trying to generate an example bounce so Intel can fix
their attachment email filters, ignore me.
[-- Attachment #2: git-suck.sh --]
[-- Type: Text/Plain, Size: 451 bytes --]
#!/bin/sh
#
# Usage: git suck path-to-tree
#
# Pull all patches relative to 'origin' from the tree specified
# and apply them to the current directory tree, keeping all changelog
# and authorship information identical. It will update the dates
# of the changes of course.
(cd $1; git format-patch --suffix=.txt origin) || exit 1
for i in $1/*.txt
do
sed 's/\[PATCH\] //' <$i >tmp.patch
git-applymbox -k tmp.patch || exit 1
done
rm -f tmp.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-03-20 2:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-20 2:39 ignore this posting David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).