summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-26path.c: char is not (always) signedLibravatar Torsten Bögershausen1-1/+1
2018-10-26http: give curl version warnings consistentlyLibravatar Junio C Hamano1-4/+2
2018-10-26http: when using Secure Channel, ignore sslCAInfo by defaultLibravatar Johannes Schindelin2-1/+26
2018-10-26http: add support for disabling SSL revocation checks in cURLLibravatar Brendan Forster2-0/+25
2018-10-26upload-pack: fix broken if/else chain in config callbackLibravatar Jeff King1-3/+6
2018-10-26rebase -i: recognize short commands without argumentsLibravatar Johannes Sixt3-3/+6
2018-10-26archive: initialize archivers earlierLibravatar Josh Steadmon6-4/+23
2018-10-25compat: make sure git_mmap is not expected to writeLibravatar Carlo Marcelo Arenas Belón1-1/+1
2018-10-25range-diff: allow to diff files regardless of submodule configLibravatar Lucas De Marchi2-1/+30
2018-10-25howto/using-merge-subtree: mention --allow-unrelated-historiesLibravatar Uwe Kleine-König1-1/+1
2018-10-25doc: document diff/merge.guitool config keysLibravatar Denton Liu2-0/+14
2018-10-25completion: support `git mergetool --[no-]gui`Libravatar Denton Liu1-1/+1
2018-10-25mergetool: accept -g/--[no-]gui as argumentsLibravatar Denton Liu3-7/+31
2018-10-25repack -ad: prune the list of shallow commitsLibravatar Johannes Schindelin2-1/+7
2018-10-25shallow: offer to prune only non-existing entriesLibravatar Johannes Schindelin3-8/+21
2018-10-25repack: point out a bug handling stale shallow infoLibravatar Johannes Schindelin1-0/+27
2018-10-25t5410: use longer path for sample scriptLibravatar Jeff King1-1/+1
2018-10-25t0061: adjust to test-tool transitionLibravatar Junio C Hamano2-5/+29
2018-10-25run-command: mark path lookup errors with ENOENTLibravatar Jeff King2-5/+29
2018-10-24khash: silence -Wunused-function for delta-islandsLibravatar Carlo Marcelo Arenas Belón1-1/+1
2018-10-24commit-slabs: move MAYBE_UNUSED outLibravatar Carlo Marcelo Arenas Belón2-2/+4
2018-10-24mingw: fix getcwd when the parent directory cannot be queriedLibravatar Anton Serbulov1-0/+39
2018-10-24mingw: ensure `getcwd()` reports the correct caseLibravatar Johannes Schindelin1-2/+9
2018-10-24mingw: load system libraries the recommended wayLibravatar Johannes Schindelin2-2/+4
2018-10-24rebase --autostash: fix issue with dirty submodulesLibravatar Johannes Schindelin2-2/+2
2018-10-24rebase --autostash: demonstrate a problem with dirty submodulesLibravatar Johannes Schindelin1-0/+10
2018-10-24mingw: implement nanosecond-precision file timesLibravatar Karsten Blees3-20/+36
2018-10-24mingw: replace MSVCRT's fstat() with a Win32-based implementationLibravatar Karsten Blees1-10/+21
2018-10-24mingw: factor out code to set stat() dataLibravatar Johannes Schindelin1-14/+25
2018-10-24Documentation/config.txt: fix typo in core.alternateRefsCommandLibravatar Taylor Blau1-1/+1
2018-10-24fsck: s/++i > 1/i++/Libravatar Junio C Hamano1-1/+1
2018-10-24cocci: simplify "if (++u > 1)" to "if (u++)"Libravatar Junio C Hamano1-0/+5
2018-10-23t7501: rename commit test to comply with naming conventionLibravatar Stephen P. Smith1-0/+0
2018-10-23t7500: rename commit tests script to comply with naming conventionLibravatar Stephen P. Smith1-1/+1
2018-10-23t7502: rename commit test script to comply with naming conventionLibravatar Stephen P. Smith1-0/+0
2018-10-23t7509: cleanup description and filenameLibravatar Stephen P. Smith1-1/+1
2018-10-23t2000: rename and combine checkout clash testsLibravatar Stephen P. Smith3-145/+135
2018-10-23exclude-promisor-objects: declare when option is allowedLibravatar Matthew DeVore7-1/+14
2018-10-23Documentation/git-log.txt: do not show --exclude-promisor-objectsLibravatar Matthew DeVore1-1/+1
2018-10-23send-email: explicitly disable authenticationLibravatar Joshua Watt2-3/+12
2018-10-23rebase (autostash): use an explicit OID to apply the stashLibravatar Johannes Schindelin1-0/+2
2018-10-23rebase (autostash): store the full OID in <state-dir>/autostashLibravatar Johannes Schindelin1-1/+1
2018-10-23rebase (autostash): avoid duplicate call to state_dir_path()Libravatar Johannes Schindelin1-1/+1
2018-10-23doc: fix formatting in git-update-refLibravatar Andreas Heiduk1-4/+4
2018-10-23doc: fix indentation of listing blocks in gitweb.conf.txtLibravatar Andreas Heiduk1-10/+15
2018-10-23doc: fix descripion for 'git tag --format'Libravatar Andreas Heiduk1-6/+6
2018-10-23doc: fix inappropriate monospace formattingLibravatar Andreas Heiduk5-32/+40
2018-10-23doc: fix ASCII art tab spacingLibravatar Andreas Heiduk3-25/+25
2018-10-23doc: clarify boundaries of 'git worktree list --porcelain'Libravatar Andreas Heiduk1-2/+2
2018-10-23gpg-interface.c: obtain primary key fingerprint as wellLibravatar Michał Górny4-1/+22