summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2021-05-03t7415: remove out-dated comment about translationJeff King-3/+2
2021-05-03docs/format-patch: mention handling of mergesJeff King-1/+9
2021-05-03pack-objects: clamp negative depth to 0Jeff King-0/+9
2021-05-03t5316: check behavior of pack-objects --depth=0Jeff King-0/+8
2021-05-03pack-objects: clamp negative window size to 0Jeff King-0/+7
2021-05-03t5300: check that we produced expected number of deltasJeff King-3/+20
2021-05-03t5300: modernize basic testsJeff King-158/+85
2021-05-03CodingGuidelines: explicitly allow "local" for test scriptsJunio C Hamano-0/+5
2021-05-03merge: fix swapped "up to date" message componentsJosh Soref-5/+9
2021-05-03merge(s): apply consistent punctuation to "up to date" messagesEric Sunshine-4/+4
2021-05-03submodule update: silence underlying fetch with "--quiet"Nicholas Clark-2/+26
2021-04-30The thirteenth batchJunio C Hamano-0/+32
2021-04-30Merge branch 'ab/pathname-encoding-doc'Junio C Hamano-1/+4
2021-04-30Merge branch 'vs/completion-with-set-u'Junio C Hamano-1/+1
2021-04-30Merge branch 'hn/refs-trace-errno'Junio C Hamano-1/+4
2021-04-30Merge branch 'ds/sparse-index-protections'Junio C Hamano-109/+1257
2021-04-30Merge branch 'mt/parallel-checkout-part-2'Junio C Hamano-5/+1240
2021-04-30Merge branch 'so/log-diff-merge'Junio C Hamano-21/+95
2021-04-30Merge branch 'ds/maintenance-prefetch-fix'Junio C Hamano-40/+134
2021-04-30Merge branch 'ow/push-quiet-set-upstream'Junio C Hamano-5/+12
2021-04-30Merge branch 'mt/pkt-write-errors'Junio C Hamano-7/+24
2021-04-30Merge branch 'jk/promisor-optim'Junio C Hamano-15/+27
2021-04-30bisect--helper: use BISECT_TERMS in 'bisect skip' commandRamsay Jones-0/+12
2021-04-30cygwin: disallow backslashes in file namesAdam Dinwoodie-6/+11
2021-04-30git: support separate arg for `--config-env`'s valuePatrick Steinhardt-1/+22
2021-04-30git.txt: fix synopsis of `--config-env` missing the equals signPatrick Steinhardt-1/+1
2021-04-29apply: adjust messages to account for --3way changesJerry Zhang-1/+5
2021-04-29prune: save reachable-from-recent objects with bitmapsJeff King-15/+36
2021-04-29pack-bitmap: clean up include_check after useJeff King-0/+3
2021-04-28subtree: be stricter about validating flagsLuke Shumaker-25/+175
2021-04-28subtree: push: allow specifying a local rev other than HEADLuke Shumaker-13/+47
2021-04-28subtree: allow 'split' flags to be passed to 'push'Luke Shumaker-12/+223
2021-04-28subtree: allow --squash to be used with --rejoinLuke Shumaker-24/+96
2021-04-28subtree: give the docs a once-overLuke Shumaker-93/+87
2021-04-28subtree: have $indent actually affect indentationLuke Shumaker-18/+24
2021-04-28subtree: don't let debug and progress output clashLuke Shumaker-1/+21
2021-04-28subtree: add comments and sanity checksLuke Shumaker-3/+61
2021-04-28subtree: remove duplicate checkLuke Shumaker-4/+0
2021-04-28subtree: parse revs in individual cmd_ functionsLuke Shumaker-38/+24
2021-04-28subtree: use "^{commit}" instead of "^0"Luke Shumaker-2/+2
2021-04-28subtree: don't fuss with PATHLuke Shumaker-2/+16
2021-04-28subtree: use "$*" instead of "$@" as appropriateLuke Shumaker-3/+3
2021-04-28subtree: use more explicit variable names for cmdline argsLuke Shumaker-66/+66
2021-04-28subtree: use git-sh-setup's `say`Luke Shumaker-15/+7
2021-04-28subtree: use `git merge-base --is-ancestor`Luke Shumaker-15/+1
2021-04-28subtree: drop support for git < 1.7Luke Shumaker-15/+4
2021-04-28subtree: more consistent error propagationLuke Shumaker-14/+14
2021-04-28subtree: don't have loose code outside of a functionLuke Shumaker-120/+125
2021-04-28subtree: t7900: add porcelain tests for 'pull' and 'push'Luke Shumaker-0/+127
2021-04-28subtree: t7900: add a test for the -h flagLuke Shumaker-0/+7