summaryrefslogtreecommitdiff
path: root/contrib/subtree
AgeCommit message (Expand)Author
2021-06-15subtree: fix assumption about the directory separatorJohannes Schindelin
2021-06-15subtree: fix the GIT_EXEC_PATH sanity check to work on WindowsJohannes Schindelin
2021-04-28subtree: be stricter about validating flagsLuke Shumaker
2021-04-28subtree: push: allow specifying a local rev other than HEADLuke Shumaker
2021-04-28subtree: allow 'split' flags to be passed to 'push'Luke Shumaker
2021-04-28subtree: allow --squash to be used with --rejoinLuke Shumaker
2021-04-28subtree: give the docs a once-overLuke Shumaker
2021-04-28subtree: have $indent actually affect indentationLuke Shumaker
2021-04-28subtree: don't let debug and progress output clashLuke Shumaker
2021-04-28subtree: add comments and sanity checksLuke Shumaker
2021-04-28subtree: remove duplicate checkLuke Shumaker
2021-04-28subtree: parse revs in individual cmd_ functionsLuke Shumaker
2021-04-28subtree: use "^{commit}" instead of "^0"Luke Shumaker
2021-04-28subtree: don't fuss with PATHLuke Shumaker
2021-04-28subtree: use "$*" instead of "$@" as appropriateLuke Shumaker
2021-04-28subtree: use more explicit variable names for cmdline argsLuke Shumaker
2021-04-28subtree: use git-sh-setup's `say`Luke Shumaker
2021-04-28subtree: use `git merge-base --is-ancestor`Luke Shumaker
2021-04-28subtree: drop support for git < 1.7Luke Shumaker
2021-04-28subtree: more consistent error propagationLuke Shumaker
2021-04-28subtree: don't have loose code outside of a functionLuke Shumaker
2021-04-28subtree: t7900: add porcelain tests for 'pull' and 'push'Luke Shumaker
2021-04-28subtree: t7900: add a test for the -h flagLuke Shumaker
2021-04-28subtree: t7900: rename last_commit_message to last_commit_subjectLuke Shumaker
2021-04-28subtree: t7900: fix 'verify one file change per commit'Luke Shumaker
2021-04-28subtree: t7900: delete some dead codeLuke Shumaker
2021-04-28subtree: t7900: use 'test' for string equalityLuke Shumaker
2021-04-28subtree: t7900: comment subtree_test_create_repoLuke Shumaker
2021-04-28subtree: t7900: use consistent formattingLuke Shumaker
2021-04-28subtree: t7900: use test-lib.sh's test_countLuke Shumaker
2021-04-28subtree: t7900: update for having the default branch name be 'main'Luke Shumaker
2020-08-24Merge branch 'dl/subtree-docs'Junio C Hamano
2020-08-18contrib/subtree: document 'push' does not take '--squash'Danny Lin
2020-08-18contrib/subtree: fix "unsure" for --message in the documentDanny Lin
2020-08-03Revert "contrib: subtree: adjust test to change in fmt-merge-msg"Emily Shaffer
2020-06-30contrib: subtree: adjust test to change in fmt-merge-msgĐoàn Trần Công Danh
2020-04-08subtree: fix build with AsciiDoctor 2Johannes Schindelin
2019-03-12contrib/subtree: ensure only one rev is providedDenton Liu
2018-10-30Merge branch 'ch/subtree-build'Junio C Hamano
2018-10-18Revert "subtree: make install targets depend on build targets"Junio C Hamano
2018-10-16subtree: make install targets depend on build targetsChristian Hesse
2018-10-12subtree: performance improvement for finding unexpected parent commitsRoger Strain
2018-10-10subtree: add build targets 'man' and 'html'Christian Hesse
2018-10-06subtree: improve decision on merges kept in splitStrain, Roger L
2018-10-06subtree: use commits before rejoins for splitsStrain, Roger L
2018-10-06subtree: make --ignore-joins pay attention to addsStrain, Roger L
2018-10-06subtree: refactor split of a commit into standalone methodStrain, Roger L
2018-07-30subtree test: simplify preparation of expected resultsJonathan Nieder
2018-07-30subtree test: add missing && to &&-chainJonathan Nieder
2018-03-08Merge branch 'sg/subtree-signed-commits'Junio C Hamano