summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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
2020-05-07credential: update gitcredentials documentationCarlo Marcelo Arenas Belón
2020-05-07t/test_lib: avoid naked bash arrays in file_linenoCarlo Marcelo Arenas Belón
2020-05-07t/t0000-basic: make sure subtests also use TEST_SHELL_PATHCarlo Marcelo Arenas Belón
2020-05-07ci: allow per-branch config for GitHub ActionsJeff King
2020-05-07auto-gc: pass --quiet down from am, commit, merge and rebaseJunio C Hamano
2020-05-07auto-gc: extract a reusable helper from "git fetch"Junio C Hamano
2020-05-06gitfaq: fetching and pulling a repositoryShourya Shukla
2020-05-06docs: document credential.helper allowed valuesbrian m. carlson
2020-05-06gitfaq: files in .gitignore are trackedShourya Shukla
2020-05-05Doc: reference the "stash list" in autostash docsDenton Liu