summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-23rebase -i: re-fix short SHA-1 collisionJohannes Schindelin
2020-01-23parse_insn_line(): improve error message when parsing failedJohannes Schindelin
2020-01-22submodule.c: use get_git_dir() instead of get_git_common_dir()Philippe Blain
2020-01-22t2405: clarify test descriptions and simplify testPhilippe Blain
2020-01-22t2405: use git -C and test_commit -C instead of subshellsPhilippe Blain
2020-01-22t7410: rename to t2405-worktree-submodule.shPhilippe Blain
2020-01-22docs: mention when increasing http.postBuffer is valuablebrian m. carlson
2020-01-22doc: dissuade users from trying to ignore tracked filesbrian m. carlson
2020-01-22doc: provide guidance on user.name formatbrian m. carlson
2020-01-22docs: expand on possible and recommended user config optionsbrian m. carlson
2020-01-22doc: move author and committer information to git-commit(1)brian m. carlson
2020-01-21docs: use "currently" for the present timebrian m. carlson
2020-01-21fetch: document and test --refmap=""Derrick Stolee
2020-01-16Sync with maintJunio C Hamano
2020-01-16t7800: don't rely on reuse_worktree_file()Jeff King
2020-01-16t4018: drop "debugging" cat from hunk-header testsJeff King
2020-01-16Makefile: use compat regex with SANITIZE=addressJeff King
2020-01-16built-in add -i: accept open-ended ranges againJohannes Schindelin
2020-01-16built-in add -i: do not try to `patch`/`diff` an empty list of filesJohannes Schindelin
2020-01-16submodule.c: mark more strings for translationRalf Thielow
2020-01-16dir: point treat_leading_path() warning to the right placeJeff King
2020-01-16dir: restructure in a way to avoid passing around a struct direntJeff King
2020-01-16dir: treat_leading_path() and read_directory_recursive(), round 2Elijah Newren
2020-01-16clean: demonstrate a bug with pathspecsDerrick Stolee
2020-01-16msvc: accommodate for vcpkg's upgrade to OpenSSL v1.1.xJohannes Schindelin
2020-01-13Git 2.25v2.25.0Junio C Hamano
2020-01-12Merge tag 'l10n-2.25.0-rnd1' of git://github.com/git-l10n/git-poJunio C Hamano
2020-01-12Revert "Merge branch 'ra/rebase-i-more-options'"Junio C Hamano
2020-01-12l10n: zh_CN: for git v2.25.0 l10n round 1Jiang Xin
2020-01-11Merge branch 'master' of github.com:Softcatala/git-po into git-po-masterJiang Xin
2020-01-10Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks'Junio C Hamano
2020-01-10Merge branch 'ma/config-advice-markup-fix'Junio C Hamano
2020-01-10l10n: Update Catalan translationJordi Mas
2020-01-10mingw: safeguard better against backslashes in file namesJohannes Schindelin via GitGitGadget
2020-01-10unpack-trees: correctly compute result countDerrick Stolee via GitGitGadget
2020-01-10l10n: de.po: Update German translation v2.25.0 round 1Matthias Rüster
2020-01-10l10n: de.po: Reword generation numbersThomas Braun
2020-01-09l10n: bg.po: Updated Bulgarian translation (4800t)Alexander Shopov
2020-01-08config/advice.txt: fix description list separatorMartin Ågren
2020-01-08Git 2.25-rc2v2.25.0-rc2Junio C Hamano
2020-01-08Merge branch 'ds/graph-assert-fix'Junio C Hamano
2020-01-08Merge branch 'tm/doc-submodule-absorb-fix'Junio C Hamano
2020-01-08Merge branch 'pm/am-in-body-header-doc-update'Junio C Hamano
2020-01-08Merge branch 'jb/doc-multi-pack-idx-fix'Junio C Hamano
2020-01-08Merge branch 'do/gitweb-typofix-in-comments'Junio C Hamano
2020-01-08Merge https://github.com/prati0100/git-guiJunio C Hamano
2020-01-08graph: fix lack of color in horizontal linesDerrick Stolee
2020-01-08graph: drop assert() for merge with two collapsing parentsDerrick Stolee
2020-01-08transport: don't flush when disconnecting stateless-rpc helperJeff King
2020-01-08unpack-trees: watch for out-of-range index positionEmily Shaffer