summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-03merge: fix swapped "up to date" message componentsLibravatar Josh Soref1-5/+9
2021-05-03merge(s): apply consistent punctuation to "up to date" messagesLibravatar Eric Sunshine4-4/+4
2021-05-03submodule update: silence underlying fetch with "--quiet"Libravatar Nicholas Clark2-2/+26
2021-04-30The thirteenth batchLibravatar Junio C Hamano1-0/+32
2021-04-30Merge branch 'ab/pathname-encoding-doc'Libravatar Junio C Hamano1-1/+4
2021-04-30Merge branch 'vs/completion-with-set-u'Libravatar Junio C Hamano1-1/+1
2021-04-30Merge branch 'hn/refs-trace-errno'Libravatar Junio C Hamano1-1/+4
2021-04-30Merge branch 'mt/parallel-checkout-part-2'Libravatar Junio C Hamano12-5/+1240
2021-04-30Merge branch 'so/log-diff-merge'Libravatar Junio C Hamano7-21/+95
2021-04-30Merge branch 'ds/sparse-index-protections'Libravatar Junio C Hamano48-109/+1257
2021-04-30Merge branch 'ds/maintenance-prefetch-fix'Libravatar Junio C Hamano6-40/+134
2021-04-30Merge branch 'ow/push-quiet-set-upstream'Libravatar Junio C Hamano2-5/+12
2021-04-30Merge branch 'mt/pkt-write-errors'Libravatar Junio C Hamano1-7/+24
2021-04-30Merge branch 'jk/promisor-optim'Libravatar Junio C Hamano12-15/+27
2021-04-30bisect--helper: use BISECT_TERMS in 'bisect skip' commandLibravatar Ramsay Jones2-0/+12
2021-04-30cygwin: disallow backslashes in file namesLibravatar Adam Dinwoodie3-6/+11
2021-04-30git: support separate arg for `--config-env`'s valueLibravatar Patrick Steinhardt2-1/+22
2021-04-30git.txt: fix synopsis of `--config-env` missing the equals signLibravatar Patrick Steinhardt1-1/+1
2021-04-29apply: adjust messages to account for --3way changesLibravatar Jerry Zhang1-1/+5
2021-04-29prune: save reachable-from-recent objects with bitmapsLibravatar Jeff King3-15/+36
2021-04-29pack-bitmap: clean up include_check after useLibravatar Jeff King1-0/+3
2021-04-28subtree: be stricter about validating flagsLibravatar Luke Shumaker2-25/+175
2021-04-28subtree: push: allow specifying a local rev other than HEADLibravatar Luke Shumaker3-13/+47
2021-04-28subtree: allow 'split' flags to be passed to 'push'Libravatar Luke Shumaker3-12/+223
2021-04-28subtree: allow --squash to be used with --rejoinLibravatar Luke Shumaker3-24/+96
2021-04-28subtree: give the docs a once-overLibravatar Luke Shumaker3-93/+87
2021-04-28subtree: have $indent actually affect indentationLibravatar Luke Shumaker1-18/+24
2021-04-28subtree: don't let debug and progress output clashLibravatar Luke Shumaker1-1/+21
2021-04-28subtree: add comments and sanity checksLibravatar Luke Shumaker1-3/+61
2021-04-28subtree: remove duplicate checkLibravatar Luke Shumaker1-4/+0
2021-04-28subtree: parse revs in individual cmd_ functionsLibravatar Luke Shumaker1-38/+24
2021-04-28subtree: use "^{commit}" instead of "^0"Libravatar Luke Shumaker1-2/+2
2021-04-28subtree: don't fuss with PATHLibravatar Luke Shumaker1-2/+16
2021-04-28subtree: use "$*" instead of "$@" as appropriateLibravatar Luke Shumaker1-3/+3
2021-04-28subtree: use more explicit variable names for cmdline argsLibravatar Luke Shumaker1-66/+66
2021-04-28subtree: use git-sh-setup's `say`Libravatar Luke Shumaker1-15/+7
2021-04-28subtree: use `git merge-base --is-ancestor`Libravatar Luke Shumaker1-15/+1
2021-04-28subtree: drop support for git < 1.7Libravatar Luke Shumaker1-15/+4
2021-04-28subtree: more consistent error propagationLibravatar Luke Shumaker1-14/+14
2021-04-28subtree: don't have loose code outside of a functionLibravatar Luke Shumaker1-120/+125
2021-04-28subtree: t7900: add porcelain tests for 'pull' and 'push'Libravatar Luke Shumaker1-0/+127
2021-04-28subtree: t7900: add a test for the -h flagLibravatar Luke Shumaker1-0/+7
2021-04-28subtree: t7900: rename last_commit_message to last_commit_subjectLibravatar Luke Shumaker1-13/+13
2021-04-28subtree: t7900: fix 'verify one file change per commit'Libravatar Luke Shumaker1-40/+6
2021-04-28subtree: t7900: delete some dead codeLibravatar Luke Shumaker1-11/+1
2021-04-28subtree: t7900: use 'test' for string equalityLibravatar Luke Shumaker1-36/+24
2021-04-28subtree: t7900: comment subtree_test_create_repoLibravatar Luke Shumaker1-6/+8
2021-04-28subtree: t7900: use consistent formattingLibravatar Luke Shumaker1-35/+35
2021-04-28subtree: t7900: use test-lib.sh's test_countLibravatar Luke Shumaker1-336/+300
2021-04-28subtree: t7900: update for having the default branch name be 'main'Libravatar Luke Shumaker1-58/+59