Fix a few typos/grammar-o's in the preceding commit.
[gitweb.git] / git-subtree.sh
2010-10-21 Fixing eval syntax error.
2010-06-24 Another fix for PATH and msysgit.
2010-06-24 Merge remote branch 'origin/master'
2010-06-24 (Hopefully) fix PATH setting for msysgit.
2010-05-20 Fixed regression with splitting out new subtree
2010-05-07 Use 'git merge -Xsubtree' when git version >= 1.7.0.
2010-02-13 Added new 'push' command and 2-parameter form of 'add'.
2010-02-08 Improve checking for existence of the --prefix directory.
2010-02-06 Make sure that <prefix> exists when splitting.
2010-02-06 Make tests pass with recent git (1.7.0 and up).
2010-02-02 Jakub's changes broke the progress message slightly.
2010-02-02 Merge branch 'master' of git://github.com/psionides...
2010-01-12 improved rev_is_descendant_of_branch() function
2010-01-12 fixed bug in commit message for split
2010-01-12 changed alias for --prefix from -p to -P
2010-01-10 fix for subtree split not finding proper base for new...
2010-01-10 allow using --branch with existing branches if it makes...
2010-01-10 added -m/--message option for setting merge commit...
2010-01-06 added -p alias for --prefix
2009-10-02 cmd_pull didn't support --squash correctly.
2009-10-02 Fix a minor problem in identifying squashes vs. normal...
2009-10-02 If someone provides a --prefix that ends with slash...
2009-10-02 Merge branch 'master' of git://github.com/voxpelli...
2009-09-30 Check that the type of the tree really is a tree and...
2009-08-26 Fix behaviour if you have a branch named the same as...
2009-08-26 Improve patch to use git --exec-path: add to PATH instead.
2009-08-20 Add explicit path of git installation by 'git --exec...
2009-05-30 Make --squash work with the 'add' command too.
2009-05-30 Fix splitting after using a squash merge.
2009-05-30 Don't squash-merge if the old and new commits are the...
2009-05-30 Basic "subtree merge --squash" support.
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.