Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2020-06-24clone: use configured default branch name when appropriateJohannes Schindelin
2020-06-24init: allow setting the default for the initial branch name via the configDon Goodman-Wilson
2020-06-24init: allow specifying the initial branch name for the new repositoryJohannes Schindelin
2020-06-24submodule: fall back to remote's HEAD for missing remote.<name>.branchJohannes Schindelin
2020-06-24send-pack/transport-helper: avoid mentioning a particular branchJohannes Schindelin
2020-06-24fmt-merge-msg: stop treating `master` speciallyJohannes Schindelin
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-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-30t: avoid alternation (not POSIX) in grep's BRECarlo Marcelo Arenas Belón
2020-05-28checkout -p: handle new files correctlyJohannes Schindelin
2020-05-25Merge branch 'dd/t5703-grep-a-fix'Junio C Hamano
2020-05-25Merge branch 'gs/commit-graph-path-filter'Junio C Hamano
2020-05-25Merge branch 'dl/merge-autostash'Junio C Hamano
2020-05-25Merge branch 'jt/avoid-prefetch-when-able-in-diff'Junio C Hamano
2020-05-25Merge branch 'gp/hppa-stack-test-fix'Junio C Hamano
2020-05-25stateless-connect: send response end packetDenton Liu
2020-05-25pkt-line: define PACKET_READ_RESPONSE_ENDDenton Liu
2020-05-25remote-curl: error on incomplete packetDenton Liu
2020-05-25diff: add config option relativeLaurent Arnoud
2020-05-25t5608: avoid say() and use "skip_all" instead for consistencyCarlo Marcelo Arenas Belón
2020-05-25checkout: improve error messages for -b with extra argumentRené Scharfe
2020-05-25checkout: add tests for -b and --trackRené Scharfe
2020-05-24bisect--helper: avoid segfault with bad syntax in `start --term-*`Carlo Marcelo Arenas Belón
2020-05-21fsck: detect more in-tree d/f conflictsRené Scharfe
2020-05-21t1450: demonstrate undetected in-tree d/f conflictRené Scharfe
2020-05-21t1450: increase test coverage of in-tree d/f detectionRené Scharfe
2020-05-21t2060: add a test for switch with --orphan and --discard-changesbrian m. carlson
2020-05-20t5520: avoid alternation in grep's BRE (not POSIX)Carlo Marcelo Arenas Belón
2020-05-20t4216: avoid unnecessary subshell in test_bloom_filters_not_usedCarlo Marcelo Arenas Belón
2020-05-20Merge branch 'jc/fix-tap-output-under-bash'Junio C Hamano
2020-05-20Merge branch 'en/merge-rename-rename-worktree-fix'Junio C Hamano
2020-05-20Merge branch 'dd/t1509-i18n-fix'Junio C Hamano
2020-05-20t4067: make rename detection test output raw diffJonathan Tan
2020-05-19t5703: replace "grep -a" usage by perlĐoàn Trần Công Danh
2020-05-18t4210: detect REG_ILLSEQ dynamically and skip affected testsCarlo Marcelo Arenas Belón
2020-05-18t/helper: teach test-regex to report pattern errors (like REG_ILLSEQ)Carlo Marcelo Arenas Belón
2020-05-18commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagTaylor Blau