summaryrefslogtreecommitdiffstats
path: root/patch-ids.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-06apply: return -1 from option callback instead of calling exit(1)Jeff King1-1/+1
2018-11-06cat-file: report an error on multiple --batch optionsJeff King1-1/+1
2018-11-06tag: mark "--message" option with NONEGJeff King1-2/+2
2018-11-06show-branch: mark --reflog option as NONEGJeff King1-1/+1
2018-11-06format-patch: mark "--no-numbered" option with NONEGJeff King1-1/+1
2018-11-06status: mark --find-renames option with NONEGJeff King1-1/+1
2018-11-06cat-file: mark batch options with NONEGJeff King1-2/+4
2018-11-06pack-objects: mark index-version option as NONEGJeff King1-1/+1
2018-11-06ls-files: mark exclude options as NONEGJeff King1-3/+4
2018-11-06am: handle --no-patch-format optionJeff King1-1/+3
2018-11-06apply: mark include/exclude options as NONEGJeff King1-2/+2
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-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-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-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-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-24Documentation/config.txt: fix typo in core.alternateRefsCommandTaylor Blau1-1/+1
2018-10-24fsck: s/++i > 1/i++/Junio C Hamano1-1/+1