summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2020-06-17Merge branch 'tb/t5318-cleanup'Junio C Hamano1-4/+25
2020-06-17object: drop parsed_object_pool->commit_countAbhishek Kumar1-1/+1
2020-06-17t3200: test for specific errorsDenton Liu1-13/+32
2020-06-17t3200: rename "expected" to "expect"Denton Liu1-11/+11
2020-06-12Merge branch 'hn/refs-cleanup'Junio C Hamano5-21/+21
2020-06-12lib-submodule-update: prepend "git" to $commandDenton Liu13-30/+34
2020-06-12git diff: improve range handlingChris Torek1-0/+91
2020-06-10upload-pack: send part of packfile response as uriJonathan Tan1-0/+88
2020-06-10http-fetch: support fetching packfiles by URLJonathan Tan1-0/+30
2020-06-10worktree: make "move" refuse to move atop missing registered worktreeEric Sunshine1-0/+21
2020-06-10worktree: prune linked worktree referencing main worktree pathEric Sunshine1-0/+12
2020-06-10worktree: prune duplicate entries referencing same worktree pathEric Sunshine1-0/+12
2020-06-09t/t3430: avoid undefined git diff behaviorChris Torek1-1/+1
2020-06-08Merge branch 'jt/curl-verbose-on-trace-curl'Junio C Hamano2-1/+37
2020-06-08Merge branch 'cb/bisect-helper-parser-fix'Junio C Hamano1-0/+2
2020-06-08Merge branch 'js/checkout-p-new-file'Junio C Hamano1-0/+19
2020-06-08Merge branch 'dl/remote-curl-deadlock-fix'Junio C Hamano6-0/+67
2020-06-08Merge branch 'bc/filter-process'Junio C Hamano1-0/+8
2020-06-08Merge branch 'rs/fsck-duplicate-names-in-trees'Junio C Hamano1-15/+28
2020-06-08Merge branch 'tb/commit-graph-no-check-oids'Junio C Hamano1-9/+16
2020-06-08Merge branch 'cb/t4210-illseq-auto-detect'Junio C Hamano3-52/+125
2020-06-08Merge branch 'ds/line-log-on-bloom'Junio C Hamano1-0/+68
2020-06-08commit-graph: simplify parse_commit_graph() #1SZEDER Gábor1-1/+2
2020-06-08commit-graph: fix parsing the Chunk Lookup tableSZEDER Gábor1-1/+1
2020-06-08tree-walk.c: don't match submodule entries for 'submod/anything'SZEDER Gábor1-1/+3
2020-06-08t/README: avoid poor-man's small caps GITDenton Liu1-7/+7
2020-06-05http: redact all cookies, teach GIT_TRACE_REDACT=0Jonathan Tan1-14/+24
2020-06-05dir: fix treatment of negated pathspecsElijah Newren1-0/+33
2020-06-05check_repository_format_gently(): refuse extensions for old repositoriesXin Li1-0/+11
2020-06-05sparse-checkout: upgrade repository to version 1 when enabling extensionXin Li1-1/+3
2020-06-05fetch: allow adding a filter after initial cloneXin Li4-3/+12
2020-06-05sparse-checkout: avoid staging deletions of all filesElijah Newren1-0/+22
2020-06-04clone/fetch: anonymize URLs in the reflogJohannes Schindelin1-0/+15
2020-06-04t5318: test that '--stdin-commits' respects '--[no-]progress'Taylor Blau1-0/+21
2020-06-04t5318: use 'test_must_be_empty'Taylor Blau1-4/+4
2020-06-02Merge branch 'en/fast-import-looser-date'Junio C Hamano1-0/+28
2020-06-02Merge branch 'la/diff-relative-config'Junio C Hamano2-3/+92
2020-06-02Merge branch 'rs/checkout-b-track-error'Junio C Hamano2-0/+34
2020-06-02Merge branch 'cb/t5608-cleanup'Junio C Hamano1-6/+5
2020-05-31Merge branch 'cb/test-use-ere-for-alternation'Junio C Hamano2-2/+2
2020-05-31fast-import: add new --date-format=raw-permissive formatElijah Newren1-0/+28
2020-05-29t: avoid alternation (not POSIX) in grep's BRECarlo Marcelo Arenas Belón2-2/+2
2020-05-28completion: improve handling of --orphan option of switch/checkoutJacob Keller1-6/+3
2020-05-28completion: improve handling of -c/-C and -b/-B in switch/checkoutJacob Keller1-32/+16
2020-05-28completion: improve handling of --track in switch/checkoutJacob Keller1-4/+2
2020-05-28completion: improve handling of --detach in checkoutJacob Keller1-4/+2
2020-05-28completion: improve completion for git switch with no optionsJacob Keller1-12/+6
2020-05-28completion: improve handling of DWIM mode for switch/checkoutJacob Keller1-10/+7
2020-05-28completion: add tests showing subpar switch/checkout --orphan logicJacob Keller1-0/+39
2020-05-28completion: add tests showing subpar -c/C argument completionJacob Keller1-0/+100