summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-13apply.c: make init_apply_state() take a struct repositoryNguyễn Thái Ngọc Duy
2018-08-13apply.c: pass struct apply_state to more functionsNguyễn Thái Ngọc Duy
2018-08-13resolve-undo.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy
2018-08-13archive-*.c: use the right repositoryNguyễn Thái Ngọc Duy
2018-08-13archive.c: avoid access to the_indexNguyễn Thái Ngọc Duy
2018-08-13grep: use the right index instead of the_indexNguyễn Thái Ngọc Duy
2018-08-13attr: remove index from git_attr_set_direction()Nguyễn Thái Ngọc Duy
2018-08-13entry.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy
2018-08-13submodule.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy
2018-08-13pathspec.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy
2018-08-13unpack-trees: avoid the_index in verify_absent()Nguyễn Thái Ngọc Duy
2018-08-13unpack-trees: convert clear_ce_flags* to avoid the_indexNguyễn Thái Ngọc Duy
2018-08-13unpack-trees: don't shadow global var the_indexNguyễn Thái Ngọc Duy
2018-08-13unpack-trees: add a note about path invalidationNguyễn Thái Ngọc Duy
2018-08-13unpack-trees: remove 'extern' on function declarationNguyễn Thái Ngọc Duy
2018-08-13ls-files: correct index argument to get_convert_attr_ascii()Nguyễn Thái Ngọc Duy
2018-08-13preload-index.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy
2018-08-13convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-13attr: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-13cache-tree: wrap the_index based wrappers with #ifdefNguyễn Thái Ngọc Duy
2018-08-13diff.c: move read_index() code back to the callerNguyễn Thái Ngọc Duy
2018-08-03submodule.h: drop extern from function declarationNguyễn Thái Ngọc Duy
2018-08-03revision.h: drop extern from function declarationNguyễn Thái Ngọc Duy
2018-08-03repository.h: drop extern from function declarationNguyễn Thái Ngọc Duy
2018-08-03rerere.h: drop extern from function declarationNguyễn Thái Ngọc Duy
2018-08-03line-range.h: drop extern from function declarationNguyễn Thái Ngọc Duy
2018-08-03diff.h: remove extern from function declarationNguyễn Thái Ngọc Duy
2018-08-03diffcore.h: drop extern from function declarationNguyễn Thái Ngọc Duy
2018-08-03convert.h: drop 'extern' from function declarationNguyễn Thái Ngọc Duy
2018-08-03cache-tree.h: drop extern from function declarationNguyễn Thái Ngọc Duy
2018-08-03blame.h: drop extern on func declarationNguyễn Thái Ngọc Duy
2018-08-03attr.h: drop extern from function declarationNguyễn Thái Ngọc Duy
2018-08-03apply.h: drop extern on func declarationNguyễn Thái Ngọc Duy
2018-08-02Fifth batch for 2.19 cycleJunio C Hamano
2018-08-02Merge branch 'jt/commit-graph-per-object-store'Junio C Hamano
2018-08-02Merge branch 'es/chain-lint-in-subshell'Junio C Hamano
2018-08-02Merge branch 'jt/tags-to-promised-blobs-fix'Junio C Hamano
2018-08-02Merge branch 'jt/fetch-negotiator-skipping'Junio C Hamano
2018-08-02Merge branch 'jm/send-email-tls-auth-on-batch'Junio C Hamano
2018-08-02Merge branch 'bc/sequencer-export-work-tree-as-well'Junio C Hamano
2018-08-02Merge branch 'en/t7405-recursive-submodule-conflicts'Junio C Hamano
2018-08-02Merge branch 'en/t6036-merge-recursive-tests'Junio C Hamano
2018-08-02Merge branch 'en/dirty-merge-fixes'Junio C Hamano
2018-08-02Merge branch 'js/rebase-merge-octopus'Junio C Hamano
2018-08-02Merge branch 'tb/grep-only-matching'Junio C Hamano
2018-08-02Merge branch 'kg/gc-auto-windows-workaround'Junio C Hamano
2018-08-02Merge branch 'jm/cache-entry-from-mem-pool'Junio C Hamano
2018-08-02Merge branch 'jt/fetch-nego-tip'Junio C Hamano
2018-08-02Merge branch 'en/t6042-insane-merge-rename-testcases'Junio C Hamano