Age | Commit message (Expand) | Author | Files | Lines |
2021-06-15 | subtree: fix assumption about the directory separator | Johannes Schindelin | 1 | -3/+4 |
2021-06-15 | subtree: fix the GIT_EXEC_PATH sanity check to work on Windows | Johannes Schindelin | 1 | -1/+4 |
2021-04-28 | subtree: be stricter about validating flags | Luke Shumaker | 2 | -25/+175 |
2021-04-28 | subtree: push: allow specifying a local rev other than HEAD | Luke Shumaker | 3 | -13/+47 |
2021-04-28 | subtree: allow 'split' flags to be passed to 'push' | Luke Shumaker | 3 | -12/+223 |
2021-04-28 | subtree: allow --squash to be used with --rejoin | Luke Shumaker | 3 | -24/+96 |
2021-04-28 | subtree: give the docs a once-over | Luke Shumaker | 3 | -93/+87 |
2021-04-28 | subtree: have $indent actually affect indentation | Luke Shumaker | 1 | -18/+24 |
2021-04-28 | subtree: don't let debug and progress output clash | Luke Shumaker | 1 | -1/+21 |
2021-04-28 | subtree: add comments and sanity checks | Luke Shumaker | 1 | -3/+61 |
2021-04-28 | subtree: remove duplicate check | Luke Shumaker | 1 | -4/+0 |
2021-04-28 | subtree: parse revs in individual cmd_ functions | Luke Shumaker | 1 | -38/+24 |
2021-04-28 | subtree: use "^{commit}" instead of "^0" | Luke Shumaker | 1 | -2/+2 |
2021-04-28 | subtree: don't fuss with PATH | Luke Shumaker | 1 | -2/+16 |
2021-04-28 | subtree: use "$*" instead of "$@" as appropriate | Luke Shumaker | 1 | -3/+3 |
2021-04-28 | subtree: use more explicit variable names for cmdline args | Luke Shumaker | 1 | -66/+66 |
2021-04-28 | subtree: use git-sh-setup's `say` | Luke Shumaker | 1 | -15/+7 |
2021-04-28 | subtree: use `git merge-base --is-ancestor` | Luke Shumaker | 1 | -15/+1 |
2021-04-28 | subtree: drop support for git < 1.7 | Luke Shumaker | 1 | -15/+4 |
2021-04-28 | subtree: more consistent error propagation | Luke Shumaker | 1 | -14/+14 |
2021-04-28 | subtree: don't have loose code outside of a function | Luke Shumaker | 1 | -120/+125 |
2021-04-28 | subtree: t7900: add porcelain tests for 'pull' and 'push' | Luke Shumaker | 1 | -0/+127 |
2021-04-28 | subtree: t7900: add a test for the -h flag | Luke Shumaker | 1 | -0/+7 |
2021-04-28 | subtree: t7900: rename last_commit_message to last_commit_subject | Luke Shumaker | 1 | -13/+13 |
2021-04-28 | subtree: t7900: fix 'verify one file change per commit' | Luke Shumaker | 1 | -40/+6 |
2021-04-28 | subtree: t7900: delete some dead code | Luke Shumaker | 1 | -11/+1 |
2021-04-28 | subtree: t7900: use 'test' for string equality | Luke Shumaker | 1 | -36/+24 |
2021-04-28 | subtree: t7900: comment subtree_test_create_repo | Luke Shumaker | 1 | -6/+8 |
2021-04-28 | subtree: t7900: use consistent formatting | Luke Shumaker | 1 | -35/+35 |
2021-04-28 | subtree: t7900: use test-lib.sh's test_count | Luke Shumaker | 1 | -336/+300 |
2021-04-28 | subtree: t7900: update for having the default branch name be 'main' | Luke Shumaker | 1 | -58/+59 |
2020-08-24 | Merge branch 'dl/subtree-docs' | Junio C Hamano | 1 | -3/+3 |
2020-08-18 | contrib/subtree: document 'push' does not take '--squash' | Danny Lin | 1 | -2/+2 |
2020-08-18 | contrib/subtree: fix "unsure" for --message in the document | Danny Lin | 1 | -1/+1 |
2020-08-03 | Revert "contrib: subtree: adjust test to change in fmt-merge-msg" | Emily Shaffer | 1 | -4/+2 |
2020-06-30 | contrib: subtree: adjust test to change in fmt-merge-msg | Đoàn Trần Công Danh | 1 | -2/+4 |
2020-04-08 | subtree: fix build with AsciiDoctor 2 | Johannes Schindelin | 1 | -2/+4 |
2019-03-12 | contrib/subtree: ensure only one rev is provided | Denton Liu | 1 | -12/+12 |
2018-10-30 | Merge branch 'ch/subtree-build' | Junio C Hamano | 1 | -0/+4 |
2018-10-18 | Revert "subtree: make install targets depend on build targets" | Junio C Hamano | 1 | -3/+3 |
2018-10-16 | subtree: make install targets depend on build targets | Christian Hesse | 1 | -3/+3 |
2018-10-12 | subtree: performance improvement for finding unexpected parent commits | Roger Strain | 1 | -1/+1 |
2018-10-10 | subtree: add build targets 'man' and 'html' | Christian Hesse | 1 | -0/+4 |
2018-10-07 | subtree: improve decision on merges kept in split | Strain, Roger L | 1 | -2/+19 |
2018-10-07 | subtree: use commits before rejoins for splits | Strain, Roger L | 1 | -6/+20 |
2018-10-07 | subtree: make --ignore-joins pay attention to adds | Strain, Roger L | 1 | -7/+7 |
2018-10-07 | subtree: refactor split of a commit into standalone method | Strain, Roger L | 1 | -36/+42 |
2018-07-30 | subtree test: simplify preparation of expected results | Jonathan Nieder | 1 | -89/+30 |
2018-07-30 | subtree test: add missing && to &&-chain | Jonathan Nieder | 1 | -1/+1 |
2018-03-08 | Merge branch 'sg/subtree-signed-commits' | Junio C Hamano | 1 | -6/+6 |