summaryrefslogtreecommitdiffstats
path: root/mergesort.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-12wt-status.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy6-47/+66
2018-11-06Ninth batch for 2.20Junio C Hamano1-2/+57
2018-11-02Eighth batch for 2.20Junio C Hamano1-0/+6
2018-11-02rebase: apply cocci patchJunio C Hamano1-1/+1
2018-10-30Seventh batch for 2.20Junio C Hamano1-0/+63
2018-10-30test-lib: introduce the '-V' short option for '--verbose-log'SZEDER Gábor2-2/+3
2018-10-29commit-reach.h: add missing declarations (hdr-check)Ramsay Jones1-2/+3
2018-10-29ewok_rlw.h: add missing 'inline' to function definitionRamsay Jones1-1/+1
2018-10-29fetch-object.h: add missing declaration (hdr-check)Ramsay Jones1-0/+2
2018-10-29t3404-rebase-interactive: test abbreviated commandsJohannes Sixt2-7/+7
2018-10-27sequencer: cleanup for gcc warning in non developer modeCarlo Marcelo Arenas Belón1-1/+1
2018-10-26Sixth batch for 2.20Junio C Hamano1-0/+48
2018-10-26travis-ci: no longer use containersSebastian Staudt1-2/+0
2018-10-26path.c: char is not (always) signedTorsten Bögershausen1-1/+1
2018-10-26http: give curl version warnings consistentlyJunio C Hamano1-4/+2
2018-10-26http: when using Secure Channel, ignore sslCAInfo by defaultJohannes Schindelin2-1/+26
2018-10-26http: add support for disabling SSL revocation checks in cURLBrendan Forster2-0/+25
2018-10-26upload-pack: fix broken if/else chain in config callbackJeff King1-3/+6
2018-10-26rebase -i: recognize short commands without argumentsJohannes Sixt3-3/+6
2018-10-26archive: initialize archivers earlierJosh Steadmon6-4/+23
2018-10-25compat: make sure git_mmap is not expected to writeCarlo Marcelo Arenas Belón1-1/+1
2018-10-25range-diff: allow to diff files regardless of submodule configLucas De Marchi2-1/+30
2018-10-25howto/using-merge-subtree: mention --allow-unrelated-historiesUwe Kleine-König1-1/+1
2018-10-25doc: document diff/merge.guitool config keysDenton Liu2-0/+14
2018-10-25completion: support `git mergetool --[no-]gui`Denton Liu1-1/+1
2018-10-25mergetool: accept -g/--[no-]gui as argumentsDenton Liu3-7/+31
2018-10-25repack -ad: prune the list of shallow commitsJohannes Schindelin2-1/+7
2018-10-25shallow: offer to prune only non-existing entriesJohannes Schindelin3-8/+21
2018-10-25repack: point out a bug handling stale shallow infoJohannes Schindelin1-0/+27
2018-10-25t5410: use longer path for sample scriptJeff King1-1/+1
2018-10-25run-command: mark path lookup errors with ENOENTJeff King2-5/+29
2018-10-24khash: silence -Wunused-function for delta-islandsCarlo Marcelo Arenas Belón1-1/+1
2018-10-24commit-slabs: move MAYBE_UNUSED outCarlo Marcelo Arenas Belón2-2/+4
2018-10-24mingw: fix getcwd when the parent directory cannot be queriedAnton Serbulov1-0/+39
2018-10-24mingw: ensure `getcwd()` reports the correct caseJohannes Schindelin1-2/+9
2018-10-24mingw: load system libraries the recommended wayJohannes Schindelin2-2/+4
2018-10-24rebase --autostash: fix issue with dirty submodulesJohannes Schindelin2-2/+2
2018-10-24rebase --autostash: demonstrate a problem with dirty submodulesJohannes Schindelin1-0/+10
2018-10-24mingw: implement nanosecond-precision file timesKarsten Blees3-20/+36
2018-10-24mingw: replace MSVCRT's fstat() with a Win32-based implementationKarsten Blees1-10/+21
2018-10-24mingw: factor out code to set stat() dataJohannes Schindelin1-14/+25
2018-10-24Documentation/config.txt: fix typo in core.alternateRefsCommandTaylor Blau1-1/+1
2018-10-24fsck: s/++i > 1/i++/Junio C Hamano1-1/+1