56 Commits (332acc248dd5213cb1d61be5538bb47ad26770e5)

Author SHA1 Message Date
James Limbouris 3ce8888fb4 subtree: fix argument handling in check_parents 3 years ago
Johannes Schindelin 77f37de39f subtree: fix assumption about the directory separator 4 years ago
Johannes Schindelin f7ee88f1d0 subtree: fix the GIT_EXEC_PATH sanity check to work on Windows 4 years ago
Luke Shumaker 9a3e3ca2ba subtree: be stricter about validating flags 4 years ago
Luke Shumaker 49470cd445 subtree: push: allow specifying a local rev other than HEAD 4 years ago
Luke Shumaker 94389e7c81 subtree: allow 'split' flags to be passed to 'push' 4 years ago
Luke Shumaker cb6551447b subtree: allow --squash to be used with --rejoin 4 years ago
Luke Shumaker 6468784dd2 subtree: give the docs a once-over 4 years ago
Luke Shumaker e9525a8a02 subtree: have $indent actually affect indentation 4 years ago
Luke Shumaker 534ff90dbd subtree: don't let debug and progress output clash 4 years ago
Luke Shumaker 5cdae0f6fd subtree: add comments and sanity checks 4 years ago
Luke Shumaker cbb5de8b83 subtree: remove duplicate check 4 years ago
Luke Shumaker e4f8baa88a subtree: parse revs in individual cmd_ functions 4 years ago
Luke Shumaker bbffb02383 subtree: use "^{commit}" instead of "^0" 4 years ago
Luke Shumaker 22d5507493 subtree: don't fuss with PATH 4 years ago
Luke Shumaker a94f911072 subtree: use "$*" instead of "$@" as appropriate 4 years ago
Luke Shumaker e2b11e4211 subtree: use more explicit variable names for cmdline args 4 years ago
Luke Shumaker 6d43585a68 subtree: use git-sh-setup's `say` 4 years ago
Luke Shumaker f664304836 subtree: use `git merge-base --is-ancestor` 4 years ago
Luke Shumaker 8dc3240f5f subtree: drop support for git < 1.7 4 years ago
Luke Shumaker d2f0f81954 subtree: more consistent error propagation 4 years ago
Luke Shumaker 5a3569774f subtree: don't have loose code outside of a function 4 years ago
Denton Liu 77128ed90e contrib/subtree: ensure only one rev is provided 6 years ago
Roger Strain 19ad68d95d subtree: performance improvement for finding unexpected parent commits 6 years ago
Strain, Roger L 68f8ff8151 subtree: improve decision on merges kept in split 6 years ago
Strain, Roger L 315a84f9aa subtree: use commits before rejoins for splits 6 years ago
Strain, Roger L dd21d43b58 subtree: make --ignore-joins pay attention to adds 6 years ago
Strain, Roger L 565e4b7981 subtree: refactor split of a commit into standalone method 6 years ago
Stephen R Guglielmo 8841b5222c subtree: fix add and pull for GPG-signed commits 7 years ago
David Aguilar d7fd792e1b subtree: adjust function definitions to match CodingGuidelines 9 years ago
David Aguilar 6ae6a23318 subtree: adjust style to match CodingGuidelines 9 years ago
David Aguilar 0f12c7d4d1 subtree: fix "git subtree split --rejoin" 9 years ago
Dave Ware 933cfeb90b contrib/subtree: fix "subtree split" skipped-merge bug 9 years ago
Rob Mayoff 5d65fe312e contrib/subtree: unwrap tag refs 9 years ago
Techlive Zheng d16031caf1 contrib/subtree: Handle '--prefix' argument with a slash appended 9 years ago
Alexey Shumkin 5b6ab38bd3 contrib/subtree: respect spaces in a repository path 10 years ago
Alexey Shumkin c61eb4106d t7900-subtree: test the "space in a subdirectory name" case 10 years ago
David Aguilar e7aac44ed2 contrib/subtree: ignore log.date configuration 10 years ago
Danny Lin 2ded109b51 contrib/subtree: portability fix for string printing 10 years ago
Danny Lin 6ccc71a9d0 contrib/subtree: there's no push --squash 10 years ago
James Denholm 6f1871fe0f contrib/subtree: allow adding an annotated tag 11 years ago
Jeff King cba5e28426 subtree: initialize "prefix" variable 11 years ago
Anthony Baire 1c3e0f007c subtree: fix argument validation in add/pull/push 11 years ago
Lukas Fleischer 19c3c5fdcb Avoid using `echo -n` anywhere 12 years ago
Dmitry Marakasov 6912ea952b contrib/git-subtree: Use /bin/sh interpreter instead of /bin/bash 12 years ago
John Keeping 3212d56ce5 contrib/subtree: don't delete remote branches if split fails 12 years ago
David A. Greene 111dc0eea0 contrib/subtree: fix synopsis 12 years ago
David A. Greene 10a49587fa contrib/subtree: better error handling for 'subtree add' 12 years ago
Techlive Zheng a5b8e28e4e contrib/subtree: use %B for split subject/body 12 years ago