merge_msg() is really more like rejoin_msg().
[gitweb.git] / git-subtree.sh
2009-05-30 merge_msg() is really more like rejoin_msg().
2009-05-30 FIXME help for --squash option
2009-05-30 slightly rearrange help message for split.
2009-05-30 New --branch option to split command.
2009-05-30 typo in comment
2009-05-01 Abort if --rejoin fails.
2009-04-26 debug messages are off by default; use -d to enable.
2009-04-26 Simplify merges even more aggressively.
2009-04-26 Only copy a commit if it has at least one nonidentical...
2009-04-26 Trim some extra merge commits that don't need to go...
2009-04-26 Clarify why we can't do 'git rev-list' with a path.
2009-04-26 Typo when searching for existing splits.
2009-04-26 Add --annotate option, and create recognizable file...
2009-04-25 Handle it successfully if a given parent commit has...
2009-04-25 Add 'git subtree merge' and 'git subtree pull'.
2009-04-25 Add a new 'git subtree add' command for adding subtrees...
2009-04-25 Pass the path using the --prefix option instead of...
2009-04-25 Okay, that was a little too aggressive.
2009-04-25 Even more aggressive commit trimming.
2009-04-25 Prune out some extra merge commits by comparing their...
2009-04-25 Quick test script for generating reasonably complex...
2009-04-24 Skip over empty commits.
2009-04-24 Hmm... can't actually filter rev-list on the subdir...
2009-04-24 Added a --onto option, but it's so complicated I can...
2009-04-24 Use information about prior splits to make sure merges...
2009-04-24 Add a new --rejoin option.
2009-04-24 Print out the newly created commitid at the end, for...
2009-04-24 We now copy the other stuff about a commit (changelog...
2009-04-24 'git subtree split' now basically works.
2009-04-24 basic options parsing and whatnot.