summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pack-*.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-126-14/+21
* pack-check.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-123-6/+10
* notes-cache.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-129-21/+28
* line-log.c: remove the_repository referenceNguyễn Thái Ngọc Duy2018-11-121-1/+1
* diff-lib.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-125-8/+11
* delta-islands.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-123-15/+22
* cache-tree.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-128-19/+25
* bundle.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-124-20/+24
* branch.c: remove the_repository referenceNguyễn Thái Ngọc Duy2018-11-127-19/+27
* bisect.c: remove the_repository referenceNguyễn Thái Ngọc Duy2018-11-123-22/+33
* blame.c: remove implicit dependency the_repositoryNguyễn Thái Ngọc Duy2018-11-121-17/+22
* sequencer.c: remove implicit dependency on the_repositoryNguyễn Thái Ngọc Duy2018-11-125-77/+86
* sequencer.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-11-126-152/+197
* transport.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-11-123-5/+8
* notes-merge.c: remove implicit dependency the_repositoryNguyễn Thái Ngọc Duy2018-11-121-2/+2
* notes-merge.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-11-123-7/+12
* list-objects.c: reduce the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-2/+2
* list-objects-filter.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-11-123-6/+15
* wt-status.c: remove implicit dependency the_repositoryNguyễn Thái Ngọc Duy2018-11-123-10/+14
* wt-status.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-11-126-47/+66
* Ninth batch for 2.20Junio C Hamano2018-11-061-2/+57
* Merge branch 'sg/test-verbose-log'Junio C Hamano2018-11-062-2/+3
|\
| * test-lib: introduce the '-V' short option for '--verbose-log'SZEDER Gábor2018-10-302-2/+3
* | Merge branch 'rj/header-cleanup'Junio C Hamano2018-11-063-3/+6
|\ \
| * | commit-reach.h: add missing declarations (hdr-check)Ramsay Jones2018-10-291-2/+3
| * | ewok_rlw.h: add missing 'inline' to function definitionRamsay Jones2018-10-291-1/+1
| * | fetch-object.h: add missing declaration (hdr-check)Ramsay Jones2018-10-291-0/+2
* | | Merge branch 'ss/travis-ci-force-vm-mode'Junio C Hamano2018-11-061-2/+0
|\ \ \
| * | | travis-ci: no longer use containersSebastian Staudt2018-10-261-2/+0
| | |/ | |/|
* | | Merge branch 'sg/test-rebase-editor-fix'Junio C Hamano2018-11-062-7/+7
|\ \ \
| * | | t3404-rebase-interactive: test abbreviated commandsJohannes Sixt2018-10-292-7/+7
* | | | Merge branch 'tb/char-may-be-unsigned'Junio C Hamano2018-11-061-1/+1
|\ \ \ \
| * | | | path.c: char is not (always) signedTorsten Bögershausen2018-10-261-1/+1
* | | | | Merge branch 'js/mingw-ns-filetime'Junio C Hamano2018-11-063-38/+76
|\ \ \ \ \
| * | | | | mingw: implement nanosecond-precision file timesKarsten Blees2018-10-243-20/+36
| * | | | | mingw: replace MSVCRT's fstat() with a Win32-based implementationKarsten Blees2018-10-241-10/+21
| * | | | | mingw: factor out code to set stat() dataJohannes Schindelin2018-10-241-14/+25
* | | | | | Merge branch 'md/exclude-promisor-objects-fix'Junio C Hamano2018-11-068-2/+15
|\ \ \ \ \ \
| * | | | | | exclude-promisor-objects: declare when option is allowedMatthew DeVore2018-10-237-1/+14
| * | | | | | Documentation/git-log.txt: do not show --exclude-promisor-objectsMatthew DeVore2018-10-231-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jw/send-email-no-auth'Junio C Hamano2018-11-062-3/+12
|\ \ \ \ \ \
| * | | | | | send-email: explicitly disable authenticationJoshua Watt2018-10-232-3/+12
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'nd/submodule-unused-vars'Junio C Hamano2018-11-064-31/+38
|\ \ \ \ \ \
| * | | | | | submodule.c: remove some of the_repository referencesNguyễn Thái Ngọc Duy2018-10-224-31/+38
| |/ / / / /
* | | | | | Merge branch 'nd/unpack-trees-with-cache-tree'Junio C Hamano2018-11-061-1/+1
|\ \ \ \ \ \
| * | | | | | read-cache: use of memory after it is freedCarlo Marcelo Arenas Belón2018-10-221-1/+1
* | | | | | | Merge branch 'nd/completion-negation'Junio C Hamano2018-11-061-1/+1
|\ \ \ \ \ \ \
| * | | | | | | completion: fix __gitcomp_builtin no longer consider extra optionsNguyễn Thái Ngọc Duy2018-10-221-1/+1
* | | | | | | | Merge branch 'jt/upload-pack-v2-fix-shallow'Junio C Hamano2018-11-062-63/+115
|\ \ \ \ \ \ \ \
| * | | | | | | | upload-pack: clear flags before each v2 requestJonathan Tan2018-10-192-4/+34