summaryrefslogtreecommitdiffstats
path: root/daemon.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-04roll wt_status_state into wt_status and populate in the collect phaseStephen P. Smith3-93/+82
2018-10-04grep: add -r/--[no-]recursiveRené Scharfe3-2/+23
2018-10-04help -a: improve and make --verbose defaultNguyễn Thái Ngọc Duy4-10/+54
2018-10-04sequencer: use return value of oidset_insert()René Scharfe1-3/+1
2018-09-29config.txt: correct the note about uploadpack.packObjectsHookNguyễn Thái Ngọc Duy1-4/+4
2018-09-29git doc: direct bug reporters to mailing list archiveJonathan Nieder1-1/+3
2018-09-29CodingGuidelines: document the API in *.h filesJunio C Hamano1-1/+4
2018-09-28git-rebase.sh: fix typos in error messagesRalf Thielow1-3/+3
2018-09-28rev-parse: --show-superproject-working-tree should work during a mergeSam McKelvie2-1/+17
2018-09-28t1400: drop debug `echo` to actually execute `test`Martin Ågren1-1/+1
2018-09-28t0000: do not get self-test disrupted by environment warningsJunio C Hamano2-0/+12
2018-09-28preload-index: update GIT_FORCE_PRELOAD_TEST supportBen Peart4-3/+7
2018-09-28read-cache: update TEST_GIT_INDEX_VERSION supportBen Peart3-9/+15
2018-09-28fsmonitor: update GIT_TEST_FSMONITOR supportBen Peart5-9/+26
2018-09-28Doc: refer to the "commit-graph file" with dashMartin Ågren2-10/+10
2018-09-28git-commit-graph.txt: refer to "*commit*-graph file"Martin Ågren1-6/+6
2018-09-28git-commit-graph.txt: typeset more in monospaceMartin Ågren1-6/+7
2018-09-28git-commit-graph.txt: fix bullet listsMartin Ågren1-2/+2
2018-09-28doc: clarify gitcredentials path component matchingDavid Zych1-0/+6
2018-09-28commit: fix erroneous BUG, 'multiple renames on the same target? how?'Elijah Newren2-0/+24
2018-09-27Git 2.19.1v2.19.1Junio C Hamano3-2/+8
2018-09-27Git 2.18.1v2.18.1Junio C Hamano3-2/+8
2018-09-27Git 2.17.2v2.17.2Junio C Hamano3-2/+14
2018-09-27fsck: detect submodule paths starting with dashJeff King2-0/+15
2018-09-27fsck: detect submodule urls starting with dashJeff King2-0/+22
2018-09-27Git 2.16.5v2.16.5Junio C Hamano3-2/+8
2018-09-27Git 2.15.3v2.15.3Junio C Hamano3-2/+8
2018-09-27Git 2.14.5v2.14.5Junio C Hamano3-2/+18
2018-09-27submodule-config: ban submodule paths that start with a dashJeff King2-0/+22
2018-09-27submodule-config: ban submodule urls that start with dashJeff King2-0/+42
2018-09-27submodule--helper: use "--" to signal end of clone optionsJeff King1-0/+1
2018-09-27read-cache.c: optimize reading index format v4Nguyễn Thái Ngọc Duy1-68/+60
2018-09-26mailmap: consistently normalize brian m. carlson's nameJonathan Nieder1-1/+1
2018-09-25receive-pack: update comment with check_everything_connectedJeff King1-1/+1
2018-09-25commit-reach: cleanups in can_all_from_reach...Derrick Stolee1-5/+3
2018-09-24Second batch post 2.19Junio C Hamano1-0/+55
2018-09-24t5551: compare sorted cookies filesThomas Gummerer1-2/+2
2018-09-24t5551: move setup code inside test_expect blocksThomas Gummerer1-33/+33
2018-09-21fetch: in partial clone, check presence of targetsJonathan Tan2-2/+30
2018-09-21connected: document connectivity in partial clonesJonathan Tan1-3/+3
2018-09-21commit-reach: fix memory and flag leaksDerrick Stolee1-0/+5
2018-09-21commit-reach: properly peel tagsDerrick Stolee3-14/+74
2018-09-21revision.c: reduce implicit dependency the_repositoryNguyễn Thái Ngọc Duy3-25/+29
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy37-78/+89
2018-09-21ws.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy4-10/+11
2018-09-21tree-diff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-09-21submodule.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy4-18/+30
2018-09-21line-range.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy4-13/+21
2018-09-21userdiff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy11-41/+61
2018-09-21rerere.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy8-68/+81