summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | read-cache: load cache extensions on a worker threadBen Peart2018-10-111-16/+79
| * | | | | | | | | config: add new index.threads config settingBen Peart2018-10-115-0/+36
| * | | | | | | | | eoie: add End of Index Entry (EOIE) extensionBen Peart2018-10-113-12/+177
| * | | | | | | | | read-cache: clean up casting and byte decodingBen Peart2018-10-111-12/+11
| * | | | | | | | | read-cache.c: optimize reading index format v4Nguyễn Thái Ngọc Duy2018-09-271-68/+60
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'bp/rename-test-env-var'Junio C Hamano2018-10-198-18/+58
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t0000: do not get self-test disrupted by environment warningsJunio C Hamano2018-09-282-0/+12
| * | | | | | | | | preload-index: update GIT_FORCE_PRELOAD_TEST supportBen Peart2018-09-284-3/+7
| * | | | | | | | | read-cache: update TEST_GIT_INDEX_VERSION supportBen Peart2018-09-283-9/+15
| * | | | | | | | | fsmonitor: update GIT_TEST_FSMONITOR supportBen Peart2018-09-285-9/+26
| * | | | | | | | | preload-index: use git_env_bool() not getenv() for customizationBen Peart2018-09-201-1/+2
| * | | | | | | | | t/README: correct spelling of "uncommon"Ben Peart2018-09-201-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'ss/wt-status-committable'Junio C Hamano2018-10-194-119/+123
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | roll wt_status_state into wt_status and populate in the collect phaseStephen P. Smith2018-10-043-93/+82
| * | | | | | | | | wt-status.c: set the committable flag in the collect phaseStephen P. Smith2018-09-072-5/+14
| * | | | | | | | | t7501: add test of "commit --dry-run --short"Stephen P. Smith2018-09-071-0/+6
| * | | | | | | | | wt-status: rename commitable to committableStephen P. Smith2018-09-073-15/+15
| * | | | | | | | | wt-status.c: move has_unmerged earlier in the fileStephen P. Smith2018-09-071-13/+13
* | | | | | | | | | Merge branch 'nd/the-index'Junio C Hamano2018-10-1987-552/+751
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | revision.c: reduce implicit dependency the_repositoryNguyễn Thái Ngọc Duy2018-09-213-25/+29
| * | | | | | | | | | revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-2137-78/+89
| * | | | | | | | | | ws.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-214-10/+11
| * | | | | | | | | | tree-diff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
| * | | | | | | | | | submodule.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-214-18/+30
| * | | | | | | | | | line-range.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-214-13/+21
| * | | | | | | | | | userdiff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-2111-41/+61
| * | | | | | | | | | rerere.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-218-68/+81
| * | | | | | | | | | sha1-file.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-219-48/+61
| * | | | | | | | | | patch-ids.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-214-5/+6
| * | | | | | | | | | merge.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-215-19/+28
| * | | | | | | | | | merge-blobs.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-213-7/+17
| * | | | | | | | | | ll-merge.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-219-21/+34
| * | | | | | | | | | diff-lib.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-7/+10
| * | | | | | | | | | read-cache.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-2/+2
| * | | | | | | | | | diff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-2115-28/+38
| * | | | | | | | | | grep.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-215-12/+18
| * | | | | | | | | | diff.c: remove the_index dependency in textconv() functionsNguyễn Thái Ngọc Duy2018-09-218-30/+45
| * | | | | | | | | | blame.c: rename "repo" argument to "r"Nguyễn Thái Ngọc Duy2018-09-211-18/+18
| * | | | | | | | | | combine-diff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+2
| * | | | | | | | | | diff.c: reduce implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-218-112/+161
| * | | | | | | | | | read-cache.c: remove 'const' from index_has_changes()Nguyễn Thái Ngọc Duy2018-09-212-2/+2
| * | | | | | | | | | archive.c: remove implicit dependency the_repositoryNguyễn Thái Ngọc Duy2018-09-171-1/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'nd/complete-fetch-multiple-args'Junio C Hamano2018-10-191-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | completion: support "git fetch --multiple"Nguyễn Thái Ngọc Duy2018-09-211-0/+1
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Fourth batch for 2.20Junio C Hamano2018-10-161-0/+50
* | | | | | | | | | Merge branch 'sf/complete-stash-list'Junio C Hamano2018-10-161-0/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | git-completion.bash: add completion for stash listSteven Fernandez2018-10-071-0/+3
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'mw/doc-typofixes'Junio C Hamano2018-10-162-3/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | docs: typo: s/isimilar/similar/Michael Witten2018-10-071-1/+1
| * | | | | | | | | | docs: graph: remove unnecessary `graph_update()' callMichael Witten2018-10-071-1/+0