summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2020-06-25Merge branch 'jk/complete-git-switch'Junio C Hamano
2020-06-22Merge branch 'es/worktree-duplicate-paths'Junio C Hamano
2020-06-22Merge branch 'jt/redact-all-cookies'Junio C Hamano
2020-06-18Merge branch 'dl/t-readme-spell-git-correctly'Junio C Hamano
2020-06-18Merge branch 'en/do-match-pathspec-fix'Junio C Hamano
2020-06-18Merge branch 'en/sparse-checkout'Junio C Hamano
2020-06-18Merge branch 'js/reflog-anonymize-for-clone-and-fetch'Junio C Hamano
2020-06-18Merge branch 'tb/t5318-cleanup'Junio C Hamano
2020-06-12Merge branch 'hn/refs-cleanup'Junio C Hamano
2020-06-10worktree: make "move" refuse to move atop missing registered worktreeEric Sunshine
2020-06-10worktree: prune linked worktree referencing main worktree pathEric Sunshine
2020-06-10worktree: prune duplicate entries referencing same worktree pathEric Sunshine
2020-06-09Merge branch 'jt/curl-verbose-on-trace-curl'Junio C Hamano
2020-06-09Merge branch 'cb/bisect-helper-parser-fix'Junio C Hamano
2020-06-09Merge branch 'js/checkout-p-new-file'Junio C Hamano
2020-06-09Merge branch 'dl/remote-curl-deadlock-fix'Junio C Hamano
2020-06-09Merge branch 'bc/filter-process'Junio C Hamano
2020-06-09Merge branch 'rs/fsck-duplicate-names-in-trees'Junio C Hamano
2020-06-09Merge branch 'tb/commit-graph-no-check-oids'Junio C Hamano
2020-06-09Merge branch 'cb/t4210-illseq-auto-detect'Junio C Hamano
2020-06-09Merge branch 'ds/line-log-on-bloom'Junio C Hamano
2020-06-08t/README: avoid poor-man's small caps GITDenton Liu
2020-06-05http: redact all cookies, teach GIT_TRACE_REDACT=0Jonathan Tan
2020-06-05dir: fix treatment of negated pathspecsElijah Newren
2020-06-05sparse-checkout: avoid staging deletions of all filesElijah Newren
2020-06-04clone/fetch: anonymize URLs in the reflogJohannes Schindelin
2020-06-04t5318: test that '--stdin-commits' respects '--[no-]progress'Taylor Blau
2020-06-04t5318: use 'test_must_be_empty'Taylor Blau
2020-06-02Merge branch 'en/fast-import-looser-date'Junio C Hamano
2020-06-02Merge branch 'la/diff-relative-config'Junio C Hamano
2020-06-02Merge branch 'rs/checkout-b-track-error'Junio C Hamano
2020-06-02Merge branch 'cb/t5608-cleanup'Junio C Hamano
2020-05-31Merge branch 'cb/test-use-ere-for-alternation'Junio C Hamano
2020-05-31fast-import: add new --date-format=raw-permissive formatElijah Newren
2020-05-29t: avoid alternation (not POSIX) in grep's BRECarlo Marcelo Arenas Belón
2020-05-28completion: improve handling of --orphan option of switch/checkoutJacob Keller
2020-05-28completion: improve handling of -c/-C and -b/-B in switch/checkoutJacob Keller
2020-05-28completion: improve handling of --track in switch/checkoutJacob Keller
2020-05-28completion: improve handling of --detach in checkoutJacob Keller
2020-05-28completion: improve completion for git switch with no optionsJacob Keller
2020-05-28completion: improve handling of DWIM mode for switch/checkoutJacob Keller
2020-05-28completion: add tests showing subpar switch/checkout --orphan logicJacob Keller
2020-05-28completion: add tests showing subpar -c/C argument completionJacob Keller
2020-05-28completion: add tests showing subpar -c/-C startpoint completionJacob Keller
2020-05-28completion: add tests showing subpar switch/checkout --track logicJacob Keller
2020-05-28completion: add tests showing subar checkout --detach logicJacob Keller
2020-05-28completion: add tests showing subpar DWIM logic for switch/checkoutJacob Keller
2020-05-28completion: add test showing subpar git switch completionJacob Keller
2020-05-27checkout -p: handle new files correctlyJohannes Schindelin
2020-05-25Merge branch 'dd/t5703-grep-a-fix'Junio C Hamano