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
2022-08-08Merge branch 'js/t5351-freebsd-fix'Junio C Hamano
2022-08-06Merge branch 'tb/cat-file-z'Junio C Hamano
2022-08-03Merge branch 'en/merge-restore-to-pristine'Junio C Hamano
2022-08-03Merge branch 'rs/mergesort'Junio C Hamano
2022-08-03Merge branch 'sa/cat-file-mailmap'Junio C Hamano
2022-08-03Merge branch 'zh/ls-files-format'Junio C Hamano
2022-08-03Merge branch 'tb/commit-graph-genv2-upgrade-fix'Junio C Hamano
2022-08-03Merge branch 'tk/untracked-cache-with-uall'Junio C Hamano
2022-08-01Merge branch 'mt/checkout-count-fix'Junio C Hamano
2022-08-01Merge branch 'ds/rebase-update-ref'Junio C Hamano
2022-07-29t5351: avoid using `test_cmp` for binary dataJohannes Schindelin
2022-07-29t5351: avoid relying on `core.fsyncMethod = batch` to be supportedJohannes Schindelin
2022-07-27Merge branch 'ds/doc-wo-whitelist'Junio C Hamano
2022-07-27Merge branch 'mb/config-document-include'Junio C Hamano
2022-07-27Merge branch 'ma/t4200-update'Junio C Hamano
2022-07-27Merge branch 'ab/squelch-empty-fsync-traces'Junio C Hamano
2022-07-23ls-files: introduce "--format" optionZheNing Hu
2022-07-23merge: do not exit restore_state() prematurelyElijah Newren
2022-07-23merge: make restore_state() restore staged state tooElijah Newren
2022-07-23merge: fix save_state() to work when there are stat-dirty filesElijah Newren
2022-07-23merge: do not abort early if one strategy fails to handle the mergeElijah Newren
2022-07-23merge: abort if index does not match HEAD for trivial mergesElijah Newren
2022-07-23merge-resolve: abort if index does not match HEADElijah Newren
2022-07-23builtin/cat-file.c: support NUL-delimited input with `-z`Taylor Blau
2022-07-23t1006: extract --batch-command inputs to variablesTaylor Blau
2022-07-23Merge branch 'js/ci-github-workflow-markup'Junio C Hamano
2022-07-23Merge branch 'gc/bare-repo-discovery'Junio C Hamano
2022-07-23read-cache: make `do_read_index()` always set up `istate->repo`Martin Ågren
2022-07-20Merge branch 'll/curl-accept-language'Junio C Hamano
2022-07-20Merge branch 'jk/clone-unborn-confusion'Junio C Hamano
2022-07-20Merge branch 'hx/lookup-commit-in-graph-fix'Junio C Hamano
2022-07-20Merge branch 'jc/resolve-undo'Junio C Hamano
2022-07-19sequencer: notify user of --update-refs activityDerrick Stolee
2022-07-19rebase: add rebase.updateRefs config optionDerrick Stolee
2022-07-19sequencer: rewrite update-refs as user edits todo listDerrick Stolee
2022-07-19rebase: update refs from 'update-ref' commandsDerrick Stolee
2022-07-19rebase: add --update-refs optionDerrick Stolee
2022-07-19branch: consider refs under 'update-refs'Derrick Stolee
2022-07-19t2407: test branches currently using apply backendDerrick Stolee
2022-07-19t2407: test bisect and rebase as black-boxesDerrick Stolee
2022-07-19t: avoid "whitelist"Derrick Stolee
2022-07-19git-cvsserver: clarify directory listDerrick Stolee
2022-07-18Merge branch 'gc/submodule-use-super-prefix'Junio C Hamano
2022-07-18Merge branch 'en/merge-dual-dir-renames-fix'Junio C Hamano
2022-07-18Merge branch 'ab/test-without-templates'Junio C Hamano
2022-07-18Merge branch 'ab/build-gitweb'Junio C Hamano
2022-07-18Merge branch 'ab/test-tool-leakfix'Junio C Hamano
2022-07-18Merge branch 'ab/leakfix'Junio C Hamano
2022-07-18cat-file: add mailmap supportSiddharth Asthana
2022-07-18t4200: drop irrelevant codeMartin Ågren