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
AgeCommit message (Expand)Author
2020-05-15Git 2.27-rc0v2.27.0-rc0Junio C Hamano
2020-05-15Merge branch 'es/trace-log-progress'Junio C Hamano
2020-05-15Merge branch 'jt/t5500-unflake'Junio C Hamano
2020-05-15Merge branch 'sn/midx-repack-with-config'Junio C Hamano
2020-05-15Merge branch 'ds/bloom-cleanup'Junio C Hamano
2020-05-15Merge branch 'rs/fsck-duplicate-names-in-trees'Junio C Hamano
2020-05-15Merge branch 'ao/p4-d-f-conflict-recover'Junio C Hamano
2020-05-15Merge branch 'js/rebase-autosquash-double-fixup-fix'Junio C Hamano
2020-05-15Merge branch 'jc/codingstyle-compare-with-null'Junio C Hamano
2020-05-15Merge branch 'cw/bisect-replay-with-dos'Junio C Hamano
2020-05-15Merge branch 'es/bugreport-with-hooks'Junio C Hamano
2020-05-13The ninth batchJunio C Hamano
2020-05-13Merge branch 'cc/upload-pack-v2-fetch-fix'Junio C Hamano
2020-05-13Merge branch 'ds/sparse-updates-oob-access-fix'Junio C Hamano
2020-05-13Merge branch 'ss/submodule-set-url-in-c'Junio C Hamano
2020-05-13Merge branch 'dd/bloom-sparse-fix'Junio C Hamano
2020-05-13Merge branch 'jk/ci-only-on-selected-branches'Junio C Hamano
2020-05-13Merge branch 'ss/faq-fetch-pull'Junio C Hamano
2020-05-13Merge branch 'ss/faq-ignore'Junio C Hamano
2020-05-13Merge branch 'jc/auto-gc-quiet'Junio C Hamano
2020-05-13Merge branch 'cb/credential-doc-fixes'Junio C Hamano
2020-05-13Merge branch 'tb/bitmap-walk-with-tree-zero-filter'Junio C Hamano
2020-05-13Merge branch 'tb/shallow-cleanup'Junio C Hamano
2020-05-13trace2: log progress time and throughputEmily Shaffer
2020-05-11completion: offer '--(no-)patch' among 'git log' optionsSZEDER Gábor
2020-05-11bloom: use num_changes not nr for limit detectionDerrick Stolee
2020-05-11bloom: de-duplicate directory entriesDerrick Stolee
2020-05-11Documentation: changed-path Bloom filters use byte wordsDerrick Stolee
2020-05-11bloom: parse commit before computing filtersDerrick Stolee
2020-05-11fsck: report non-consecutive duplicate names in treesRené Scharfe
2020-05-10git-p4: recover from inconsistent perforce historyAndrew Oakley
2020-05-10multi-pack-index: respect repack.packKeptObjects=falseDerrick Stolee
2020-05-10midx: teach "git multi-pack-index repack" honor "git repack" configurationsSon Luong Ngoc
2020-05-09rebase --autosquash: fix a potential segfaultJohannes Schindelin
2020-05-09The eighth batchJunio C Hamano
2020-05-09Merge branch 'cb/test-bash-lineno-fix'Junio C Hamano
2020-05-09Merge branch 'cb/t0000-use-the-configured-shell'Junio C Hamano
2020-05-09Merge branch 'bc/doc-credential-helper-value'Junio C Hamano
2020-05-09Merge branch 'dl/doc-stash-remove-mention-of-reflog'Junio C Hamano
2020-05-09Merge branch 'cb/avoid-colliding-with-netbsd-hmac'Junio C Hamano
2020-05-09Merge branch 'es/restore-staged-from-head-by-default'Junio C Hamano
2020-05-09Merge branch 'jk/arith-expansion-coding-guidelines'Junio C Hamano
2020-05-09Merge branch 'ds/sparse-allow-empty-working-tree'Junio C Hamano
2020-05-09Merge branch 'jt/commit-graph-plug-memleak'Junio C Hamano
2020-05-09Merge branch 'jk/for-each-ref-multi-key-sort-fix'Junio C Hamano
2020-05-09Merge branch 'jk/credential-sample-update'Junio C Hamano
2020-05-09Merge branch 'ah/userdiff-markdown'Junio C Hamano
2020-05-09Merge branch 'cb/credential-store-ignore-bogus-lines'Junio C Hamano
2020-05-09Merge branch 'dl/switch-c-option-in-error-message'Junio C Hamano
2020-05-08CodingGuidelines: do not ==/!= compare with 0 or '\0' or NULLJunio C Hamano