summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-03fsck_tree(): wrap some long linesJeff King
2021-05-03fsck_tree(): fix shadowed variableJeff King
2021-05-03t7415: remove out-dated comment about translationJeff King
2021-05-03docs/format-patch: mention handling of mergesJeff King
2021-05-03pack-objects: clamp negative depth to 0Jeff King
2021-05-03t5316: check behavior of pack-objects --depth=0Jeff King
2021-05-03pack-objects: clamp negative window size to 0Jeff King
2021-05-03t5300: check that we produced expected number of deltasJeff King
2021-05-03t5300: modernize basic testsJeff King
2021-05-03CodingGuidelines: explicitly allow "local" for test scriptsJunio C Hamano
2021-05-03merge: fix swapped "up to date" message componentsJosh Soref
2021-05-03merge(s): apply consistent punctuation to "up to date" messagesEric Sunshine
2021-05-03submodule update: silence underlying fetch with "--quiet"Nicholas Clark
2021-04-30The thirteenth batchJunio C Hamano
2021-04-30Merge branch 'ab/pathname-encoding-doc'Junio C Hamano
2021-04-30Merge branch 'vs/completion-with-set-u'Junio C Hamano
2021-04-30Merge branch 'hn/refs-trace-errno'Junio C Hamano
2021-04-30Merge branch 'mt/parallel-checkout-part-2'Junio C Hamano
2021-04-30Merge branch 'so/log-diff-merge'Junio C Hamano
2021-04-30Merge branch 'ds/sparse-index-protections'Junio C Hamano
2021-04-30Merge branch 'ds/maintenance-prefetch-fix'Junio C Hamano
2021-04-30Merge branch 'ow/push-quiet-set-upstream'Junio C Hamano
2021-04-30Merge branch 'mt/pkt-write-errors'Junio C Hamano
2021-04-30Merge branch 'jk/promisor-optim'Junio C Hamano
2021-04-30bisect--helper: use BISECT_TERMS in 'bisect skip' commandRamsay Jones
2021-04-30cygwin: disallow backslashes in file namesAdam Dinwoodie
2021-04-30git: support separate arg for `--config-env`'s valuePatrick Steinhardt
2021-04-30git.txt: fix synopsis of `--config-env` missing the equals signPatrick Steinhardt
2021-04-29apply: adjust messages to account for --3way changesJerry Zhang
2021-04-29prune: save reachable-from-recent objects with bitmapsJeff King
2021-04-29pack-bitmap: clean up include_check after useJeff King
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