80 Commits (e2d0a4502f115ee63b8ff96661cfcc8aad075822)
 

Author SHA1 Message Date
Avery Pennarun e2d0a4502f Jakub's changes broke the progress message slightly. 15 years ago
Avery Pennarun b2f166e4e2 Merge branch 'master' of git://github.com/psionides/git-subtree 15 years ago
Arlen Cuss e1ce417d0c Fix refspecs in given example for git subtree pull. 15 years ago
Jakub Suder 6bd910a821 improved rev_is_descendant_of_branch() function 15 years ago
Jakub Suder 4a6ea5ce30 added temporary test dirs to gitignore 15 years ago
Jakub Suder 13ea2b5e07 added tests for recent changes 15 years ago
Jakub Suder 12629161a8 fixed bug in commit message for split 15 years ago
Jakub Suder 6e25f79f35 changed alias for --prefix from -p to -P 15 years ago
Jakub Suder da949cc554 fix for subtree split not finding proper base for new commits 15 years ago
Jakub Suder 0a562948ae allow using --branch with existing branches if it makes sense 15 years ago
Jakub Suder 2da0969a79 added -m/--message option for setting merge commit message 15 years ago
Jakub Suder 6da401386e added -p alias for --prefix 15 years ago
Avery Pennarun d344532afd Weird, I forgot to have 'make test' call test.sh. 16 years ago
Ben Walton d20ac24c2f make git version dynamic when building documentation 16 years ago
Ben Walton 0d31de303f add installation support to Makefile 16 years ago
Avery Pennarun d8b2c0da17 Oops, forgot a COPYING file. It's GPLv2. 16 years ago
Avery Pennarun c567d9e59f Add some tips for how to install. 16 years ago
Avery Pennarun e31d1e2f30 cmd_pull didn't support --squash correctly. 16 years ago
Avery Pennarun 2275f7077d Fix a minor problem in identifying squashes vs. normal splits. 16 years ago
Avery Pennarun 6f2012cdc0 If someone provides a --prefix that ends with slash, strip the slash. 16 years ago
Avery Pennarun 39ee6ecf7e Merge branch 'master' of git://github.com/voxpelli/git-subtree 16 years ago
Avery Pennarun add00a3229 Add a README that says to email me instead of using github mail. 16 years ago
Pelle Wessman 8ac5eca1ea Check that the type of the tree really is a tree and not a commit as it seems to sometimes become when eg. a submodule has existed in the same position previously. 16 years ago
Avery Pennarun 227f781147 Fix behaviour if you have a branch named the same as your --prefix 16 years ago
Avery Pennarun 33aaa697a2 Improve patch to use git --exec-path: add to PATH instead. 16 years ago
kTln2 2987e6add3 Add explicit path of git installation by 'git --exec-path'. 16 years ago
Amiel Martin 558e7a57e2 sort assertion to make it more generic 16 years ago
Amiel Martin e1a5b9d3e7 fixed order of assertion in tests 16 years ago
Avery Pennarun ef7596677c todo: idea for a 'git subtree grafts' command 16 years ago
Avery Pennarun 0af6aa4675 todo 16 years ago
Avery Pennarun 344f58abe5 todo^ 16 years ago
Avery Pennarun 5d1a5da411 todo 16 years ago
Avery Pennarun b64a7aa26c Docs: when pushing to github, the repo path needs to end in .git 16 years ago
Avery Pennarun 76a7356f56 todo 16 years ago
Avery Pennarun 6aa76263ee Some todo items reported by pmccurdy 16 years ago
Avery Pennarun c8a98d4f87 update todo 16 years ago
Avery Pennarun dd07906252 man page: add an EXAMPLES section. 16 years ago
Avery Pennarun e75d1da38a Add basic git-subtree manpage in asciidoc format. 16 years ago
Avery Pennarun d713e2d87a Make --squash work with the 'add' command too. 16 years ago
Avery Pennarun 1a8c36dc5f Fix splitting after using a squash merge. 16 years ago
Avery Pennarun eb4fb91094 Don't squash-merge if the old and new commits are the same. 16 years ago
Avery Pennarun 1cc2cfff91 Basic "subtree merge --squash" support. 16 years ago
Avery Pennarun 7ee9eef340 merge_msg() is really more like rejoin_msg(). 16 years ago
Avery Pennarun 8e79043c47 FIXME help for --squash option 16 years ago
Avery Pennarun f4f29557e7 slightly rearrange help message for split. 16 years ago
Avery Pennarun 43a3951243 New --branch option to split command. 16 years ago
Avery Pennarun f96bc79019 typo in comment 16 years ago
Avery Pennarun 7b7ba4bb37 More to-do items based on feedback 16 years ago
Avery Pennarun ea28d67442 Abort if --rejoin fails. 16 years ago
Avery Pennarun 942dce5578 debug messages are off by default; use -d to enable. 16 years ago