summaryrefslogtreecommitdiffstats
path: root/strbuf.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-13submodule.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy1-4/+4
2018-08-13pathspec.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-08-13unpack-trees: avoid the_index in verify_absent()Nguyễn Thái Ngọc Duy1-2/+2
2018-08-13unpack-trees: convert clear_ce_flags* to avoid the_indexNguyễn Thái Ngọc Duy1-13/+18
2018-08-13unpack-trees: don't shadow global var the_indexNguyễn Thái Ngọc Duy1-5/+4
2018-08-13unpack-trees: add a note about path invalidationNguyễn Thái Ngọc Duy1-0/+11
2018-08-13unpack-trees: remove 'extern' on function declarationNguyễn Thái Ngọc Duy1-2/+2
2018-08-13ls-files: correct index argument to get_convert_attr_ascii()Nguyễn Thái Ngọc Duy1-8/+9
2018-08-13preload-index.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy21-45/+54
2018-08-13convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy10-33/+45
2018-08-13attr: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy10-32/+55
2018-08-13cache-tree: wrap the_index based wrappers with #ifdefNguyễn Thái Ngọc Duy3-17/+16
2018-08-13diff.c: move read_index() code back to the callerNguyễn Thái Ngọc Duy3-14/+5
2018-08-03submodule.h: drop extern from function declarationNguyễn Thái Ngọc Duy1-56/+56
2018-08-03revision.h: drop extern from function declarationNguyễn Thái Ngọc Duy1-34/+35
2018-08-03repository.h: drop extern from function declarationNguyễn Thái Ngọc Duy1-14/+11
2018-08-03rerere.h: drop extern from function declarationNguyễn Thái Ngọc Duy1-7/+7
2018-08-03line-range.h: drop extern from function declarationNguyễn Thái Ngọc Duy1-6/+6
2018-08-03diff.h: remove extern from function declarationNguyễn Thái Ngọc Duy1-60/+60
2018-08-03diffcore.h: drop extern from function declarationNguyễn Thái Ngọc Duy1-25/+25
2018-08-03convert.h: drop 'extern' from function declarationNguyễn Thái Ngọc Duy1-27/+29
2018-08-03cache-tree.h: drop extern from function declarationNguyễn Thái Ngọc Duy1-1/+1
2018-08-03blame.h: drop extern on func declarationNguyễn Thái Ngọc Duy1-12/+16
2018-08-03attr.h: drop extern from function declarationNguyễn Thái Ngọc Duy1-12/+12
2018-08-03apply.h: drop extern on func declarationNguyễn Thái Ngọc Duy1-12/+11
2018-08-03Fifth batch for 2.19 cycleJunio C Hamano1-0/+107
2018-07-31t/chainlint.sed: drop extra spaces from regex character classEric Sunshine1-4/+4
2018-07-24Fourth batch for 2.19 cycleJunio C Hamano1-0/+80
2018-07-19diff.c: offer config option to control ws handling in move detectionStefan Beller3-2/+19
2018-07-19diff.c: add white space mode to move detection that allows indent changesStefan Beller4-2/+252
2018-07-18Third batch for 2.19 cycleJunio C Hamano1-1/+59
2018-07-18commit-graph: add repo arg to graph readersJonathan Tan13-42/+162
2018-07-18commit-graph: store graph in struct object_storeJonathan Tan3-21/+27
2018-07-18commit-graph: add free_commit_graphJonathan Tan3-10/+18
2018-07-18commit-graph: add missing forward declarationJonathan Tan1-0/+2
2018-07-18object-store: add missing includeJonathan Tan1-0/+3
2018-07-18commit-graph: refactor preparing commit graphJonathan Tan1-11/+17
2018-07-17diff.c: factor advance_or_nullify out of mark_color_as_movedStefan Beller1-12/+20
2018-07-17diff.c: decouple white space treatment from move detection algorithmStefan Beller4-6/+113
2018-07-17diff.c: add a blocks mode for moved code detectionStefan Beller4-8/+60
2018-07-17diff.c: adjust hash function signature to match hashmap expectationStefan Beller1-7/+9
2018-07-17diff.c: do not pass diff options as keydata to hashmapStefan Beller1-2/+2
2018-07-17t4015: avoid git as a pipe inputStefan Beller1-30/+20
2018-07-17xdiff/xdiffi.c: remove unneeded function declarationsStefan Beller1-17/+0
2018-07-17xdiff/xdiff.h: remove unused flagsStefan Beller1-8/+0
2018-07-17t/chainlint: add chainlint "specialized" test casesEric Sunshine4-0/+31
2018-07-17t/chainlint: add chainlint "complex" test casesEric Sunshine8-0/+82
2018-07-17t/chainlint: add chainlint "cuddled" test casesEric Sunshine6-0/+70
2018-07-17t/chainlint: add chainlint "loop" and "conditional" test casesEric Sunshine10-0/+200