summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-26Merge branch 'rs/subtree-fixes'Junio C Hamano
2018-10-26upload-pack: fix broken if/else chain in config callbackJeff King
2018-10-25compat: make sure git_mmap is not expected to writeCarlo Marcelo Arenas Belón
2018-10-25range-diff: allow to diff files regardless of submodule configLucas De Marchi
2018-10-25howto/using-merge-subtree: mention --allow-unrelated-historiesUwe Kleine-König
2018-10-25doc: document diff/merge.guitool config keysDenton Liu
2018-10-25completion: support `git mergetool --[no-]gui`Denton Liu
2018-10-25mergetool: accept -g/--[no-]gui as argumentsDenton Liu
2018-10-25t5410: use longer path for sample scriptJeff King
2018-10-25t0061: adjust to test-tool transitionJunio C Hamano
2018-10-25run-command: mark path lookup errors with ENOENTJeff King
2018-10-24khash: silence -Wunused-function for delta-islandsCarlo Marcelo Arenas Belón
2018-10-24commit-slabs: move MAYBE_UNUSED outCarlo Marcelo Arenas Belón
2018-10-24mingw: fix getcwd when the parent directory cannot be queriedAnton Serbulov
2018-10-24mingw: ensure `getcwd()` reports the correct caseJohannes Schindelin
2018-10-24mingw: load system libraries the recommended wayJohannes Schindelin
2018-10-24Documentation/config.txt: fix typo in core.alternateRefsCommandTaylor Blau
2018-10-24fsck: s/++i > 1/i++/Junio C Hamano
2018-10-24cocci: simplify "if (++u > 1)" to "if (u++)"Junio C Hamano
2018-10-23t7501: rename commit test to comply with naming conventionStephen P. Smith
2018-10-23t7500: rename commit tests script to comply with naming conventionStephen P. Smith
2018-10-23t7502: rename commit test script to comply with naming conventionStephen P. Smith
2018-10-23t7509: cleanup description and filenameStephen P. Smith
2018-10-23t2000: rename and combine checkout clash testsStephen P. Smith
2018-10-23doc: fix formatting in git-update-refAndreas Heiduk
2018-10-23doc: fix indentation of listing blocks in gitweb.conf.txtAndreas Heiduk
2018-10-23doc: fix descripion for 'git tag --format'Andreas Heiduk
2018-10-23doc: fix inappropriate monospace formattingAndreas Heiduk
2018-10-23doc: fix ASCII art tab spacingAndreas Heiduk
2018-10-23doc: clarify boundaries of 'git worktree list --porcelain'Andreas Heiduk
2018-10-22commit-reach: fix cast in compare_commits_by_gen()René Scharfe
2018-10-22diff: don't attempt to strip prefix from absolute Windows pathsJohannes Sixt
2018-10-19receive: denyCurrentBranch=updateinstead should not blindly updateJunio C Hamano
2018-10-19pack-objects (mingw): initialize `packing_data` mutex in the correct spotJohannes Schindelin
2018-10-19pack-objects (mingw): demonstrate a segmentation fault with large deltasJohannes Schindelin
2018-10-19pack-objects: fix typo 'detla' -> 'delta'Johannes Schindelin
2018-10-19Fifth batch for 2.20Junio C Hamano
2018-10-19Merge branch 'jt/cache-tree-allow-missing-object-in-partial-clone'Junio C Hamano
2018-10-19Merge branch 'tb/filter-alternate-refs'Junio C Hamano
2018-10-19Merge branch 'jt/avoid-ls-refs'Junio C Hamano
2018-10-19Merge branch 'ds/commit-graph-leakfix'Junio C Hamano
2018-10-19Merge branch 'jt/non-blob-lazy-fetch'Junio C Hamano
2018-10-19Merge branch 'pw/diff-color-moved-ws-fix'Junio C Hamano
2018-10-19Merge branch 'rs/oidset-on-khash'Junio C Hamano
2018-10-19Merge branch 'rs/grep-no-recursive'Junio C Hamano
2018-10-19Merge branch 'nd/help-commands-verbose-by-default'Junio C Hamano
2018-10-19Merge branch 'jc/how-to-document-api'Junio C Hamano
2018-10-19Merge branch 'sm/show-superproject-while-conflicted'Junio C Hamano
2018-10-19Merge branch 'jt/fetch-tips-in-partial-clone'Junio C Hamano
2018-10-19Merge branch 'nd/status-refresh-progress'Junio C Hamano