summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2021-05-07Merge branch 'jk/prune-with-bitmap-fix'Junio C Hamano2-6/+32
2021-05-07Merge branch 'ab/pretty-date-format-tests'Junio C Hamano1-5/+4
2021-05-07Merge branch 'ps/config-env-option-with-separate-value'Junio C Hamano1-1/+14
2021-05-07add: die if both --dry-run and --interactive are givenØystein Walle1-0/+4
2021-05-06git-p4: ensure complex branches are cloned correctlyJoachim Kuebart1-0/+2
2021-05-05word diff: handle zero length matchesPhillip Wood1-0/+5
2021-05-05ci: run test round with parallel-checkout enabledMatheus Tavares2-0/+7
2021-05-05parallel-checkout: add tests for basic operationsMatheus Tavares2-0/+271
2021-05-05parallel-checkout: add tests related to .gitattributesMatheus Tavares1-0/+194
2021-05-05t0028: extract encoding helpers to lib-encoding.shMatheus Tavares2-24/+26
2021-05-05parallel-checkout: add tests related to path collisionsMatheus Tavares2-2/+164
2021-05-05t5601: mark protocol v2-only testJonathan Tan1-1/+1
2021-05-05send-pack: support push negotiationJonathan Tan1-0/+35
2021-05-05fetch: teach independent negotiation (no packfile)Jonathan Tan2-1/+90
2021-05-04t6423: rename file within directory that other side renamedElijah Newren1-0/+58
2021-05-04trailer: add new .cmd config optionZheNing Hu1-0/+84
2021-05-04fsck: warn about symlinked dotfiles we'll open with O_NOFOLLOWJeff King1-2/+27
2021-05-04t0060: test ntfs/hfs-obscured dotfilesJeff King2-13/+63
2021-05-04t7450: test .gitmodules symlink matching against obscured namesJeff King1-34/+49
2021-05-04t7450: test verify_path() handling of gitmodulesJeff King1-3/+16
2021-05-03t7415: rename to expand scopeJeff King1-3/+10
2021-05-03fsck_tree(): fix shadowed variableJeff King1-2/+3
2021-05-03t7415: remove out-dated comment about translationJeff King1-3/+2
2021-05-03pack-objects: clamp negative depth to 0Jeff King1-0/+7
2021-05-03t5316: check behavior of pack-objects --depth=0Jeff King1-0/+8
2021-05-03pack-objects: clamp negative window size to 0Jeff King1-0/+5
2021-05-03t5300: check that we produced expected number of deltasJeff King1-3/+20
2021-05-03t5300: modernize basic testsJeff King1-157/+84
2021-05-03submodule update: silence underlying fetch with "--quiet"Nicholas Clark1-0/+24
2021-04-30Merge branch 'ds/sparse-index-protections'Junio C Hamano5-24/+302
2021-04-30Merge branch 'so/log-diff-merge'Junio C Hamano2-0/+34
2021-04-30Merge branch 'ds/maintenance-prefetch-fix'Junio C Hamano2-8/+57
2021-04-30Merge branch 'ow/push-quiet-set-upstream'Junio C Hamano1-0/+7
2021-04-30Merge branch 'jk/promisor-optim'Junio C Hamano2-3/+15
2021-04-30bisect--helper: use BISECT_TERMS in 'bisect skip' commandRamsay Jones1-0/+11
2021-04-30cygwin: disallow backslashes in file namesAdam Dinwoodie2-5/+10
2021-04-30git: support separate arg for `--config-env`'s valuePatrick Steinhardt1-1/+14
2021-04-29prune: save reachable-from-recent objects with bitmapsJeff King2-6/+32
2021-04-28repack: avoid loosening promisor objects in partial clonesRafael Silva2-0/+12
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson1-1/+1
2021-04-27pretty: provide human date formatZheNing Hu1-0/+6
2021-04-27pretty tests: give --date/format tests a better descriptionÆvar Arnfjörð Bjarmason1-3/+3
2021-04-27pretty tests: simplify %aI/%cI date format testÆvar Arnfjörð Bjarmason1-2/+1
2021-04-27git-completion.bash: use $__git_cmd_idx in more placesDenton Liu1-0/+19
2021-04-27t1300: fix unset of GIT_CONFIG_NOSYSTEM leaking into subsequent testsPatrick Steinhardt1-4/+3
2021-04-20object-info: support for retrieving object infoBruno Albuquerque1-0/+26
2021-04-20Merge branch 'ab/detox-gettext-tests'Junio C Hamano3-13/+6
2021-04-20Merge branch 'jk/pack-objects-bitmap-progress-fix'Junio C Hamano1-0/+23
2021-04-20Merge branch 'ab/userdiff-tests'Junio C Hamano6-52/+87
2021-04-20Merge branch 'ar/userdiff-scheme'Junio C Hamano16-0/+90