summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-14Merge branch 'es/submodule-fetch-message-fix' into maintJunio C Hamano
2020-02-14Merge branch 'jb/parse-options-message-fix' into maintJunio C Hamano
2020-02-14Merge branch 'ma/filter-branch-doc-caret' into maintJunio C Hamano
2020-02-14Merge branch 'km/submodule-doc-use-sm-path' into maintJunio C Hamano
2020-02-14Merge branch 'pb/do-not-recurse-grep-no-index' into maintJunio C Hamano
2020-02-14Merge branch 'jt/t5616-robustify' into maintJunio C Hamano
2020-02-14Merge branch 'en/fill-directory-fixes-more' into maintJunio C Hamano
2020-02-14Merge branch 'bc/misconception-doc' into maintJunio C Hamano
2020-02-14Merge branch 'bc/author-committer-doc' into maintJunio C Hamano
2020-02-14Merge branch 'ds/refmap-doc' into maintJunio C Hamano
2020-02-14Merge branch 'bc/actualmente' into maintJunio C Hamano
2020-02-14Merge branch 'rt/submodule-i18n' into maintJunio C Hamano
2020-02-14Merge branch 'jk/test-fixes' into maintJunio C Hamano
2020-02-14Merge branch 'jk/asan-build-fix' into maintJunio C Hamano
2020-02-14Merge branch 'ds/sparse-cone' into maintJunio C Hamano
2020-02-14Merge branch 'nd/switch-and-restore' into maintJunio C Hamano
2020-02-14Merge branch 'jk/no-flush-upon-disconnecting-slrpc-transport' into maintJunio C Hamano
2020-02-14Merge branch 'hw/tutorial-favor-switch-over-checkout' into maintJunio C Hamano
2020-02-14Merge branch 'es/unpack-trees-oob-fix' into maintJunio C Hamano
2020-02-14Merge branch 'bc/run-command-nullness-after-free-fix' into maintJunio C Hamano
2020-02-14Merge branch 'en/string-list-can-be-custom-sorted' into maintJunio C Hamano
2020-02-14Merge branch 'jt/sha1-file-remove-oi-skip-cached' into maintJunio C Hamano
2020-02-14Merge branch 'hw/commit-advise-while-rejecting' into maintJunio C Hamano
2020-02-14mingw: add a helper function to attach GDB to the current processJohannes Schindelin
2020-02-14t5580: test cloning without file://, test fetching via UNC pathsJohannes Schindelin
2020-02-12tests: fix --write-junit-xml with subshellsJohannes Schindelin
2020-02-11convert: fix typoJohannes Schindelin
2020-02-10ci: ignore rubygems warning in the "Documentation" jobJohannes Schindelin
2020-02-10pack-format: correct multi-pack-index descriptionJohannes Berg
2020-02-09diff-options.txt: avoid "regex" overload in exampleMartin Ågren
2020-02-07doc: describe Git bundle formatMasaya Suzuki
2020-02-07submodule: add newline on invalid submodule errorEmily Shaffer
2020-02-05parse-options: lose an unnecessary space in an error messageJacques Bodin-Hullin
2020-02-04index-pack: downgrade twice-resolved REF_DELTA to die()Jeff King
2020-02-04notes.c: fix off-by-one error when decreasing notes fanoutJohan Herland
2020-02-04t3305: check notes fanout more carefully and robustlyJohan Herland
2020-02-04git-filter-branch.txt: wrap "maths" notation in backticksMartin Ågren
2020-01-31submodule foreach: replace $path with $sm_path in exampleKyle Meyer
2020-01-30.mailmap: map Yi-Jyun Pan's emailDenton Liu
2020-01-30grep: ignore --recurse-submodules if --no-index is givenPhilippe Blain
2020-01-28obstack: avoid computing offsets from NULL pointerJeff King
2020-01-28xdiff: avoid computing non-zero offset from NULL pointerJeff King
2020-01-28avoid computing zero offsets from NULL pointerJeff King
2020-01-28git rm submodule: succeed if .gitmodules index stat info is zeroDavid Turner
2020-01-27.mailmap: fix GGG authoship screwupJunio C Hamano
2020-01-27t5616: make robust to delta base changeJonathan Tan
2020-01-27merge-recursive: use subtraction to flip stageJunio C Hamano
2020-01-27merge-recursive: silence -Wxor-used-as-pow warningJeff King
2020-01-27.mailmap: fix erroneous authorship for Johannes SchindelinDenton Liu
2020-01-23rebase -i: also avoid SHA-1 collisions with missingCommitsCheckJohannes Schindelin