summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2019-01-18mingw: special-case arguments to `sh`Johannes Schindelin2-1/+11
2019-01-18mingw (t5580): document bug when cloning from backslashed UNC pathsJohannes Schindelin1-0/+5
2019-01-18ls-refs: filter refs using namespace-stripped nameJonathan Tan1-0/+21
2019-01-18abspath_part_inside_repo: respect core.ignoreCaseJohannes Schindelin1-0/+7
2019-01-18git-p4: handle update of moved/copied files when updating a shelveLuke Diamand1-1/+1
2019-01-18git-p4: add failing test for shelved CL update involving move/copyLuke Diamand1-3/+54
2019-01-17pack-objects: create GIT_TEST_PACK_SPARSEDerrick Stolee2-2/+6
2019-01-17pack-objects: create pack.useSparse settingDerrick Stolee1-0/+15
2019-01-17revision: implement sparse algorithmDerrick Stolee1-3/+11
2019-01-17list-objects: consume sparse tree walkDerrick Stolee1-0/+113
2019-01-17add: use separate ADD_CACHE_RENORMALIZE flagJeff King1-0/+9
2019-01-17t6042: work around speed optimization on WindowsJohannes Schindelin1-2/+2
2019-01-17tests: define GIT_TEST_SIDEBAND_ALLJonathan Tan5-4/+11
2019-01-17helper/test-ref-store: fix "new-sha1" vs "old-sha1" typoChristian Couder1-1/+1
2019-01-15commit-graph: fix buffer read-overflowJosh Steadmon1-3/+13
2019-01-15filter-options: expand scaled numbersJosh Steadmon1-0/+17
2019-01-15tree:<depth>: skip some trees even when collecting omitsMatthew DeVore1-1/+10
2019-01-15list-objects-filter: teach tree:# how to handle >0Matthew DeVore1-0/+111
2019-01-14Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'Junio C Hamano1-1/+1
2019-01-14Merge branch 'tb/log-G-binary'Junio C Hamano1-0/+35
2019-01-14Merge branch 'sb/diff-color-moved-config-option-fixup'Junio C Hamano1-0/+18
2019-01-14Merge branch 'hn/highlight-sideband-keywords'Junio C Hamano1-0/+2
2019-01-14Merge branch 'cb/test-lint-cp-a'Junio C Hamano1-0/+1
2019-01-14Merge branch 'cb/t5004-empty-tar-archive-fix'Junio C Hamano1-9/+8
2019-01-14Merge branch 'hb/t0061-dot-in-path-fix'Junio C Hamano1-1/+9
2019-01-14Merge branch 'nd/checkout-noisy'Junio C Hamano1-2/+2
2019-01-14Merge branch 'nd/attr-pathspec-in-tree-walk'Junio C Hamano1-1/+57
2019-01-14Merge branch 'md/list-lazy-objects-fix'Junio C Hamano1-2/+14
2019-01-14Merge branch 'ms/packet-err-check' into jt/fetch-v2-sidebandJunio C Hamano1-2/+2
2019-01-11log: add %S option (like --source) to log --formatIssac Trotts2-0/+54
2019-01-10test: test GIT_CURL_VERBOSE=1 shows an errorMasaya Suzuki2-0/+29
2019-01-10upload-pack: teach deepen-relative in protocol v2Jonathan Tan1-0/+29
2019-01-10fetch-pack: do not take shallow lock unnecessarilyJonathan Tan1-0/+18
2019-01-10fetch-pack: support protocol version 2Jonathan Tan1-7/+15
2019-01-10upload-pack: support hidden refs with protocol v2Jeff King1-0/+6
2019-01-10diff --color-moved-ws: handle blank linesPhillip Wood1-4/+37
2019-01-10diff --color-moved-ws: modify allow-indentation-changePhillip Wood1-0/+56
2019-01-10diff --color-moved=zebra: be stricter with color alternationPhillip Wood1-3/+3
2019-01-10diff --color-moved-ws: demonstrate false positivesPhillip Wood1-2/+6
2019-01-08checkout: introduce checkout.overlayMode configThomas Gummerer1-0/+10
2019-01-08checkout: introduce --{,no-}overlay optionThomas Gummerer2-0/+48
2019-01-08prefer "hash mismatch" to "sha1 mismatch"Jeff King1-1/+1
2019-01-07rebase: implement --merge via the interactive machineryElijah Newren4-84/+13
2019-01-07worktree: allow to (re)move worktrees with uninitialized submodulesNguyễn Thái Ngọc Duy1-0/+37
2019-01-07test-lib: add the '--stress' option to run a test repeatedly under loadSZEDER Gábor3-5/+130
2019-01-07test-lib-functions: introduce the 'test_set_port' helper functionSZEDER Gábor7-13/+41
2019-01-07test-lib: set $TRASH_DIRECTORY earlierSZEDER Gábor1-6/+6
2019-01-07test-lib: consolidate naming of test-results pathsSZEDER Gábor1-11/+11
2019-01-07test-lib: parse command line options earlierSZEDER Gábor1-109/+124
2019-01-07test-lib: parse options in a for loop to keep $@ intactSZEDER Gábor1-36/+42