Code

Jakub's changes broke the progress message slightly.
[git.git] / git-subtree.sh
2010-02-02 Avery PennarunJakub's changes broke the progress message slightly.
2010-02-02 Avery PennarunMerge branch 'master' of git://github.com/psionides...
2010-01-12 Jakub Suderimproved rev_is_descendant_of_branch() function
2010-01-12 Jakub Suderfixed bug in commit message for split
2010-01-12 Jakub Suderchanged alias for --prefix from -p to -P
2010-01-10 Jakub Suderfix for subtree split not finding proper base for new...
2010-01-10 Jakub Suderallow using --branch with existing branches if it makes...
2010-01-10 Jakub Suderadded -m/--message option for setting merge commit...
2010-01-06 Jakub Suderadded -p alias for --prefix
2009-10-02 Avery Pennaruncmd_pull didn't support --squash correctly.
2009-10-02 Avery PennarunFix a minor problem in identifying squashes vs. normal...
2009-10-02 Avery PennarunIf someone provides a --prefix that ends with slash...
2009-10-02 Avery PennarunMerge branch 'master' of git://github.com/voxpelli...
2009-09-30 Pelle WessmanCheck that the type of the tree really is a tree and...
2009-08-26 Avery PennarunFix behaviour if you have a branch named the same as...
2009-08-26 Avery PennarunImprove patch to use git --exec-path: add to PATH instead.
2009-08-20 kTln2Add explicit path of git installation by 'git --exec...
2009-05-30 Avery PennarunMake --squash work with the 'add' command too.
2009-05-30 Avery PennarunFix splitting after using a squash merge.
2009-05-30 Avery PennarunDon't squash-merge if the old and new commits are the...
2009-05-30 Avery PennarunBasic "subtree merge --squash" support.
2009-05-30 Avery Pennarunmerge_msg() is really more like rejoin_msg().
2009-05-30 Avery PennarunFIXME help for --squash option
2009-05-30 Avery Pennarunslightly rearrange help message for split.
2009-05-30 Avery PennarunNew --branch option to split command.
2009-05-30 Avery Pennaruntypo in comment
2009-05-01 Avery PennarunAbort if --rejoin fails.
2009-04-26 Avery Pennarundebug messages are off by default; use -d to enable.
2009-04-26 Avery PennarunSimplify merges even more aggressively.
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 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-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.