Code

git.git
2009-04-26 Avery Pennarundebug messages are off by default; use -d to enable.
2009-04-26 Avery Pennaruntest.sh: oops, never intended to count the raw number...
2009-04-26 Avery PennarunSimplify merges even more aggressively.
2009-04-26 Avery Pennaruntest.sh: make sure no commit changes more than one...
2009-04-26 Avery PennarunOnly copy a commit if it has at least one nonidentical...
2009-04-26 Avery PennarunTrim some extra merge commits that don't need to go...
2009-04-26 Avery Pennaruntest.sh tweak
2009-04-26 Avery PennarunAdd some basic assertions to test.sh.
2009-04-26 Avery PennarunAdd a 'create' helper function in test.sh.
2009-04-26 Avery PennarunClarify why we can't do 'git rev-list' with a path.
2009-04-26 Avery PennarunTypo when searching for existing splits.
2009-04-26 Avery PennarunAdd --annotate option, and create recognizable file...
2009-04-26 Avery Pennaruntodo list
2009-04-25 Avery PennarunChange test.sh to test the new add, merge, and pull...
2009-04-25 Avery PennarunHandle it successfully if a given parent commit has...
2009-04-25 Avery PennarunAdd 'git subtree merge' and 'git subtree pull'.
2009-04-25 Avery PennarunAdd a new 'git subtree add' command for adding subtrees...
2009-04-25 Avery PennarunPass the path using the --prefix option instead of...
2009-04-25 Avery PennarunOkay, that was a little too aggressive.
2009-04-25 Avery PennarunEven more aggressive commit trimming.
2009-04-25 Avery PennarunPrune out some extra merge commits by comparing their...
2009-04-25 Avery PennarunQuick test script for generating reasonably complex...
2009-04-24 Avery PennarunSkip over empty commits.
2009-04-24 Avery PennarunHmm... can't actually filter rev-list on the subdir...
2009-04-24 Avery PennarunAdded a --onto option, but it's so complicated I can...
2009-04-24 Avery PennarunUse information about prior splits to make sure merges...
2009-04-24 Avery PennarunAdd a new --rejoin option.
2009-04-24 Avery PennarunPrint out the newly created commitid at the end, for...
2009-04-24 Avery PennarunWe now copy the other stuff about a commit (changelog...
2009-04-24 Avery Pennarun'git subtree split' now basically works.
2009-04-24 Avery Pennarunbasic options parsing and whatnot.