summaryrefslogtreecommitdiffstats
path: root/credential-cache--daemon.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-12pack-check.c: remove the_repository referencesNguyễn Thái Ngọc Duy3-6/+10
2018-11-12notes-cache.c: remove the_repository referencesNguyễn Thái Ngọc Duy9-21/+28
2018-11-12line-log.c: remove the_repository referenceNguyễn Thái Ngọc Duy1-1/+1
2018-11-12diff-lib.c: remove the_repository referencesNguyễn Thái Ngọc Duy5-8/+11
2018-11-12delta-islands.c: remove the_repository referencesNguyễn Thái Ngọc Duy3-15/+22
2018-11-12cache-tree.c: remove the_repository referencesNguyễn Thái Ngọc Duy8-19/+25
2018-11-12bundle.c: remove the_repository referencesNguyễn Thái Ngọc Duy4-20/+24
2018-11-12branch.c: remove the_repository referenceNguyễn Thái Ngọc Duy7-19/+27
2018-11-12bisect.c: remove the_repository referenceNguyễn Thái Ngọc Duy3-22/+33
2018-11-12blame.c: remove implicit dependency the_repositoryNguyễn Thái Ngọc Duy1-17/+22
2018-11-12sequencer.c: remove implicit dependency on the_repositoryNguyễn Thái Ngọc Duy5-77/+86
2018-11-12sequencer.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy6-152/+197
2018-11-12transport.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy3-5/+8
2018-11-12notes-merge.c: remove implicit dependency the_repositoryNguyễn Thái Ngọc Duy1-2/+2
2018-11-12notes-merge.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy3-7/+12
2018-11-12list-objects.c: reduce the_repository referencesNguyễn Thái Ngọc Duy1-2/+2
2018-11-12list-objects-filter.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy3-6/+15
2018-11-12wt-status.c: remove implicit dependency the_repositoryNguyễn Thái Ngọc Duy3-10/+14
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