Commit Graph

7 Commits

Author SHA1 Message Date
Josh Boyer 2e4a6e0c85 Revert "Use git format-patch for git snapshots"
This reverts commit 6c66953153.

Turns out this is a bad idea.  It doesn't accomplish what I wanted
and it seems to confuse git-am.
2015-07-24 08:26:40 -04:00
Josh Boyer 6c66953153 Use git format-patch for git snapshots
There are two reasons for this.  The first is that there is much more
context around the changes.  The second is that this will make automating
an exploded git tree much easier to manage.
2015-07-23 11:11:21 -04:00
Kyle McMartin 5fda1eb42c generate-git-snapshot.sh: warn if $LINUX_GIT dir is unset 2013-07-18 20:14:24 -04:00
Josh Boyer 79b876cd70 Make generate-git-snapshot.sh work for merge window trees
Use sed to drop anything ending in -git.*.  That allows us to grab the version
information for the main tree while -rc* will still work later.
2012-07-31 16:18:04 -04:00
Dave Jones 80fb791180 auto-generate the gitN rev 2012-02-28 11:51:25 -05:00
Dave Jones ac1a857eb1 some tweaks to make the changelog version more correct 2012-02-28 11:26:27 -05:00
Dave Jones c325fa4fd0 add a script to generate the git snapshot. 2012-02-28 11:18:09 -05:00