summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-05parallel-checkout: add tests related to .gitattributesLibravatar Matheus Tavares1-0/+194
2021-05-05t0028: extract encoding helpers to lib-encoding.shLibravatar Matheus Tavares2-24/+26
2021-05-05parallel-checkout: add tests related to path collisionsLibravatar Matheus Tavares3-2/+168
2021-05-05parallel-checkout: add tests for basic operationsLibravatar Matheus Tavares2-0/+271
2021-05-05checkout-index: add parallel checkout supportLibravatar Matheus Tavares1-9/+15
2021-05-05builtin/checkout.c: complete parallel checkout supportLibravatar Matheus Tavares1-4/+17
2021-05-05make_transient_cache_entry(): optionally alloc from mem_poolLibravatar Matheus Tavares6-13/+23
2021-05-05t5601: mark protocol v2-only testLibravatar Jonathan Tan1-1/+1
2021-05-05send-pack: support push negotiationLibravatar Jonathan Tan3-4/+99
2021-05-05fetch: teach independent negotiation (no packfile)Libravatar Jonathan Tan11-17/+300
2021-05-04work around zsh comment in __git_complete_worktree_pathsLibravatar Sardorbek Imomaliev1-2/+3
2021-05-04trailer: add new .cmd config optionLibravatar ZheNing Hu3-19/+175
2021-05-04docs: correct descript of trailer.<token>.commandLibravatar ZheNing Hu1-16/+21
2021-05-04docs: document symlink restrictions for dot-filesLibravatar Jeff King4-0/+25
2021-05-04fsck: warn about symlinked dotfiles we'll open with O_NOFOLLOWLibravatar Jeff King3-2/+48
2021-05-04t0060: test ntfs/hfs-obscured dotfilesLibravatar Jeff King6-13/+75
2021-05-04t7450: test .gitmodules symlink matching against obscured namesLibravatar Jeff King1-38/+53
2021-05-04t7450: test verify_path() handling of gitmodulesLibravatar Jeff King1-3/+16
2021-05-03t7415: rename to expand scopeLibravatar Jeff King1-3/+10
2021-05-03fsck_tree(): wrap some long linesLibravatar Jeff King1-12/+36
2021-05-03fsck_tree(): fix shadowed variableLibravatar Jeff King2-22/+25
2021-05-03t7415: remove out-dated comment about translationLibravatar Jeff King1-3/+2
2021-05-03docs/format-patch: mention handling of mergesLibravatar Jeff King1-1/+9
2021-05-03pack-objects: clamp negative depth to 0Libravatar Jeff King2-0/+9
2021-05-03t5316: check behavior of pack-objects --depth=0Libravatar Jeff King1-0/+8
2021-05-03pack-objects: clamp negative window size to 0Libravatar Jeff King2-0/+7
2021-05-03t5300: check that we produced expected number of deltasLibravatar Jeff King1-3/+20
2021-05-03t5300: modernize basic testsLibravatar Jeff King1-158/+85
2021-05-03CodingGuidelines: explicitly allow "local" for test scriptsLibravatar Junio C Hamano1-0/+5
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