summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-14Merge branch 'ds/bloom-cleanup'Junio C Hamano
2020-05-14Merge branch 'rs/fsck-duplicate-names-in-trees'Junio C Hamano
2020-05-14Merge branch 'ao/p4-d-f-conflict-recover'Junio C Hamano
2020-05-14Merge branch 'js/rebase-autosquash-double-fixup-fix'Junio C Hamano
2020-05-14Merge branch 'jc/codingstyle-compare-with-null'Junio C Hamano
2020-05-14Merge branch 'cw/bisect-replay-with-dos'Junio C Hamano
2020-05-14Merge 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-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-09rebase --autosquash: fix a potential segfaultJohannes Schindelin
2020-05-08The eighth batchJunio C Hamano
2020-05-08Merge branch 'cb/test-bash-lineno-fix'Junio C Hamano
2020-05-08Merge branch 'cb/t0000-use-the-configured-shell'Junio C Hamano
2020-05-08Merge branch 'bc/doc-credential-helper-value'Junio C Hamano
2020-05-08Merge branch 'dl/doc-stash-remove-mention-of-reflog'Junio C Hamano
2020-05-08Merge branch 'cb/avoid-colliding-with-netbsd-hmac'Junio C Hamano
2020-05-08Merge branch 'es/restore-staged-from-head-by-default'Junio C Hamano
2020-05-08Merge branch 'jk/arith-expansion-coding-guidelines'Junio C Hamano
2020-05-08Merge branch 'ds/sparse-allow-empty-working-tree'Junio C Hamano
2020-05-08Merge branch 'jt/commit-graph-plug-memleak'Junio C Hamano
2020-05-08Merge branch 'jk/for-each-ref-multi-key-sort-fix'Junio C Hamano
2020-05-08Merge branch 'jk/credential-sample-update'Junio C Hamano
2020-05-08Merge branch 'ah/userdiff-markdown'Junio C Hamano
2020-05-08Merge branch 'cb/credential-store-ignore-bogus-lines'Junio C Hamano
2020-05-08Merge 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
2020-05-08upload-pack: clear filter_options for each v2 fetch commandChristian Couder
2020-05-08unpack-trees: avoid array out-of-bounds errorDerrick Stolee
2020-05-08bisect: allow CRLF line endings in "git bisect replay" inputChristopher Warrington
2020-05-08submodule: port subcommand 'set-url' from shell to CShourya Shukla
2020-05-08bugreport: collect list of populated hooksEmily Shaffer
2020-05-08bloom: fix `make sparse` warningĐoàn Trần Công Danh
2020-05-07credential: document protocol updatesCarlo Marcelo Arenas Belón