summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-11Move Tests Into SubdirectoryLibravatar David A. Greene1-0/+0
2011-02-28Skip commit objects that should be trees, rather than copying them.Libravatar Avery Pennarun1-0/+1
2011-02-28It's also okay if an expected tree object is actually a commit.Libravatar Avery Pennarun1-1/+1
2010-11-09Added check to order of processed commits.Libravatar Jesse Greenwald1-0/+28
2010-11-09Split cmd now processes commits in topo order.Libravatar Jesse Greenwald1-1/+1
2010-10-21Fix a few typos/grammar-o's in the preceding commit.Libravatar Avery Pennarun1-7/+7
2010-10-21docs: Description, synopsys, options and examples changes.Libravatar John Yani1-43/+69
2010-10-21Fixing eval syntax error.Libravatar Cole Stanfield1-1/+1
2010-08-12Fix typo: an -> aLibravatar Avery Pennarun1-1/+1
2010-07-21docs: simplify example 1Libravatar Bryan Larsen1-7/+3
2010-06-24Another fix for PATH and msysgit.Libravatar Avery Pennarun1-3/+1
2010-06-24Merge remote branch 'origin/master'Libravatar Avery Pennarun2-5/+26
2010-06-24(Hopefully) fix PATH setting for msysgit.Libravatar Avery Pennarun1-0/+4
2010-05-20Fixed regression with splitting out new subtreeLibravatar Pelle Wessman2-1/+13
2010-05-07Use 'git merge -Xsubtree' when git version >= 1.7.0.Libravatar Pelle Wessman1-4/+13
2010-02-13Added new 'push' command and 2-parameter form of 'add'.Libravatar Wayne Walter4-18/+77
2010-02-08Docs: cleaning up example textual redundancyLibravatar Dan Sabath1-3/+3
2010-02-08docs: add simple 'add' case to clarify setup.Libravatar Dan Sabath1-2/+26
2010-02-08Some recent tests accidentally depended on very new versions of git.Libravatar Avery Pennarun1-2/+2
2010-02-08Oops. Apparently I didn't run 'make test' after most recent change.Libravatar Avery Pennarun1-1/+2
2010-02-08Improve checking for existence of the --prefix directory.Libravatar Avery Pennarun2-3/+21
2010-02-06Make sure that <prefix> exists when splitting.Libravatar Win Treese2-0/+13
2010-02-06Make tests pass with recent git (1.7.0 and up).Libravatar Avery Pennarun1-1/+5
2010-02-05git-subtree.txt: add another example.Libravatar Win Treese1-2/+19
2010-02-02Jakub's changes broke the progress message slightly.Libravatar Avery Pennarun1-2/+1
2010-02-02Merge branch 'master' of git://github.com/psionides/git-subtreeLibravatar Avery Pennarun3-17/+164
2010-02-02Fix refspecs in given example for git subtree pull.Libravatar Arlen Cuss1-1/+1
2010-01-12improved rev_is_descendant_of_branch() functionLibravatar Jakub Suder1-2/+2
2010-01-12added temporary test dirs to gitignoreLibravatar Jakub Suder1-0/+2
2010-01-12added tests for recent changesLibravatar Jakub Suder1-2/+104
2010-01-12fixed bug in commit message for splitLibravatar Jakub Suder1-1/+1
2010-01-12changed alias for --prefix from -p to -PLibravatar Jakub Suder1-2/+2
2010-01-10fix for subtree split not finding proper base for new commitsLibravatar Jakub Suder1-1/+4
2010-01-10allow using --branch with existing branches if it makes senseLibravatar Jakub Suder1-8/+26
2010-01-10added -m/--message option for setting merge commit messageLibravatar Jakub Suder1-4/+26
2010-01-06added -p alias for --prefixLibravatar Jakub Suder1-2/+2
2009-11-20Weird, I forgot to have 'make test' call test.sh.Libravatar Avery Pennarun1-0/+4
2009-11-15make git version dynamic when building documentationLibravatar Ben Walton1-1/+3
2009-11-15add installation support to MakefileLibravatar Ben Walton1-0/+20
2009-11-15Oops, forgot a COPYING file. It's GPLv2.Libravatar Avery Pennarun1-0/+339
2009-11-04Add some tips for how to install.Libravatar Avery Pennarun2-0/+14
2009-10-02cmd_pull didn't support --squash correctly.Libravatar Avery Pennarun1-2/+3
2009-10-02Fix a minor problem in identifying squashes vs. normal splits.Libravatar Avery Pennarun1-1/+3
2009-10-02If someone provides a --prefix that ends with slash, strip the slash.Libravatar Avery Pennarun3-9/+5
2009-10-02Merge branch 'master' of git://github.com/voxpelli/git-subtreeLibravatar Avery Pennarun1-0/+1
2009-10-02Add a README that says to email me instead of using github mail.Libravatar Avery Pennarun1-0/+8
2009-09-30Check that the type of the tree really is a tree and not a commit as it seems...Libravatar Pelle Wessman1-0/+1
2009-08-26Fix behaviour if you have a branch named the same as your --prefixLibravatar Avery Pennarun3-7/+2
2009-08-26Improve patch to use git --exec-path: add to PATH instead.Libravatar Avery Pennarun1-1/+2
2009-08-20Add explicit path of git installation by 'git --exec-path'.Libravatar kTln21-1/+1