]> git.ipfire.org Git - thirdparty/git.git/commit - contrib/subtree/git-subtree.sh
Added check to order of processed commits.
authorJesse Greenwald <jesse.greenwald@gmail.com>
Wed, 10 Nov 2010 04:18:36 +0000 (22:18 -0600)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 10 Nov 2010 05:20:48 +0000 (21:20 -0800)
commit915b9894abe94169e60a14e4dc671f6bd15131f3
treed8d528785ef58b932317319c8fc641f563c6a9a0
parent6f4f84fa2a03f441826f323c291ca6566acd0d3a
Added check to order of processed commits.

With debug messages enabled, "incorrect order" will be output whenever a
commit is processed before its parents have been processed.  This can be
determined by checking to see if a parent isn't mapped to a new commit, but
it has been processed.
git-subtree.sh