commit | 6f4f84fa2a03f441826f323c291ca6566acd0d3a | [log] [tgz] |
---|---|---|
author | Jesse Greenwald <jesse.greenwald@gmail.com> | Tue Nov 09 08:34:49 2010 -0600 |
committer | Avery Pennarun <apenwarr@gmail.com> | Tue Nov 09 21:20:32 2010 -0800 |
tree | 1918dbf26f16d7c2a303e64c08e1c4de776604b7 | |
parent | 9a40fcc2014cc4a85eca71f81ff4c86d49b7a9e2 [diff] [blame] |
Split cmd now processes commits in topo order. Added the "--topo-order" option to git rev-list. Without this, it seems that the revision list is coming back in reverse order but it is sorted chronologically. This does not gurantee that parent commits are handled before child commits.
diff --git a/git-subtree.sh b/git-subtree.sh index ce94d36..390c0fc 100755 --- a/git-subtree.sh +++ b/git-subtree.sh Binary files differ