summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-28Merge tag 'v2.24.0-rc1' of github.com:git/git into masterJiang Xin
2019-10-28mingw: avoid a buffer overrun in `needs_hiding()`Johannes Schindelin
2019-10-28builtin/commit-graph.c: remove subcommand-less usage stringSZEDER Gábor
2019-10-28t4048: abstract away SHA-1-specific constantsbrian m. carlson
2019-10-28t4045: make hash-size independentbrian m. carlson
2019-10-28t4044: update test to work with SHA-256brian m. carlson
2019-10-28t4039: abstract away SHA-1-specific constantsbrian m. carlson
2019-10-28t4038: abstract away SHA-1 specific constantsbrian m. carlson
2019-10-28t4034: abstract away SHA-1-specific constantsbrian m. carlson
2019-10-28t4027: make hash-size independentbrian m. carlson
2019-10-28t4015: abstract away SHA-1-specific constantsbrian m. carlson
2019-10-28t4011: abstract away SHA-1-specific constantsbrian m. carlson
2019-10-28t4010: abstract away SHA-1-specific constantsbrian m. carlson
2019-10-28t3429: remove SHA1 annotationbrian m. carlson
2019-10-28t1305: avoid comparing extensionsbrian m. carlson
2019-10-28rev-parse: add a --show-object-format optionbrian m. carlson
2019-10-28gitweb: correctly store previous rev in javascript-actions modeRobert Luberda
2019-10-25t4203: use test-lib.sh definitionsPrarit Bhargava
2019-10-25t6006: use test-lib.sh definitionsPrarit Bhargava
2019-10-25commit-graph: fix writing first commit-graph during fetchDerrick Stolee
2019-10-25t5510-fetch.sh: demonstrate fetch.writeCommitGraph bugDerrick Stolee
2019-10-25documentation: remove empty doc filesHeba Waly
2019-10-24Git 2.24-rc1v2.24.0-rc1Junio C Hamano
2019-10-24Merge branch 'sg/ci-osx-gcc8-fix'Junio C Hamano
2019-10-24Merge branch 'ds/feature-macros'Junio C Hamano
2019-10-24Merge branch 'js/azure-ci-osx-fix'Junio C Hamano
2019-10-24Merge branch 'bw/format-patch-o-create-leading-dirs'Junio C Hamano
2019-10-24Merge branch 'dl/submodule-set-branch'Junio C Hamano
2019-10-24fetch: delay fetch_if_missing=0 until after configJonathan Tan
2019-10-24repo-settings: read an int for index.versionDerrick Stolee
2019-10-24apply: respect merge.conflictStyle in --3wayDenton Liu
2019-10-24t4108: demonstrate bug in applyDenton Liu
2019-10-24t4108: use `test_config` instead of `git config`Denton Liu
2019-10-24t4108: remove git command upstream of pipeDenton Liu
2019-10-24t4108: replace create_file with test_write_linesDenton Liu
2019-10-24ci: fix GCC install in the Travis CI GCC OSX jobSZEDER Gábor
2019-10-23Eleventh batchJunio C Hamano
2019-10-23Merge branch 'cb/pcre2-chartables-leakfix'Junio C Hamano
2019-10-23Merge branch 'bc/smart-http-atomic-push'Junio C Hamano
2019-10-23Merge branch 'wb/fsmonitor-bitmap-fix'Junio C Hamano
2019-10-23Merge branch 'sb/userdiff-dts'Junio C Hamano
2019-10-23Merge branch 'sg/progress-fix'Junio C Hamano
2019-10-23Merge branch 'nr/diff-highlight-indent-fix'Junio C Hamano
2019-10-23Merge branch 'mb/clarify-zsh-completion-doc'Junio C Hamano
2019-10-23path.c: don't call the match function without value in trie_find()SZEDER Gábor
2019-10-23path.c: clarify two field names in 'struct common_dir'SZEDER Gábor
2019-10-23path.c: mark 'logs/HEAD' in 'common_list' as fileSZEDER Gábor
2019-10-23path.c: clarify trie_find()'s in-code commentSZEDER Gábor
2019-10-23Documentation: mention more worktree-specific exceptionsSZEDER Gábor
2019-10-23multi-pack-index: add [--[no-]progress] option.William Baker