summaryrefslogtreecommitdiff
path: root/submodule.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-13submodule.c: use the right index instead of the_indexLibravatar Nguyễn Thái Ngọc Duy1-4/+4
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-08-02Merge branch 'sb/object-store-lookup'Libravatar Junio C Hamano1-2/+2
2018-07-24Merge branch 'sb/submodule-move-head-error-msg'Libravatar Junio C Hamano1-1/+1
2018-07-18Merge branch 'sb/submodule-core-worktree'Libravatar Junio C Hamano1-0/+14
2018-06-29commit: add repository argument to lookup_commit_referenceLibravatar Stefan Beller1-2/+2
2018-06-25submodule.c: report the submodule that an error occurs inLibravatar Stefan Beller1-1/+1
2018-06-14submodule: unset core.worktree if no working tree is presentLibravatar Stefan Beller1-0/+14
2018-06-14submodule: fix NULL correctness in renamed broken submodulesLibravatar Stefan Beller1-2/+4
2018-06-04Merge branch 'jt/submodule-pull-recurse-rebase'Libravatar Junio C Hamano1-2/+4
2018-05-30Merge branch 'sb/submodule-merge-in-merge-recursive'Libravatar Junio C Hamano1-166/+2
2018-05-30Merge branch 'bw/ref-prefix-for-configured-refspec'Libravatar Junio C Hamano1-10/+9
2018-05-30Merge branch 'bc/object-id'Libravatar Junio C Hamano1-3/+3
2018-05-30Merge branch 'js/use-bug-macro'Libravatar Junio C Hamano1-4/+4
2018-05-25submodule: do not pass null OID to setup_revisionsLibravatar Jonathan Tan1-2/+4
2018-05-23Merge branch 'sb/oid-object-info'Libravatar Junio C Hamano1-1/+1
2018-05-18submodule: convert push_unpushed_submodules to take a struct refspecLibravatar Brandon Williams1-10/+9
2018-05-16submodule.c: move submodule merging to merge-recursive.cLibravatar Stefan Beller1-166/+2
2018-05-08Merge branch 'sb/submodule-move-nested'Libravatar Junio C Hamano1-19/+21
2018-05-06Convert remaining die*(BUG) messagesLibravatar Johannes Schindelin1-1/+1
2018-05-06Replace all die("BUG: ...") calls by BUG() onesLibravatar Johannes Schindelin1-3/+3
2018-05-02submodule: convert several uses of EMPTY_TREE_SHA1_HEXLibravatar brian m. carlson1-3/+3
2018-04-26cache.h: add repository argument to oid_object_infoLibravatar Stefan Beller1-1/+1
2018-04-11Merge branch 'sb/object-store'Libravatar Junio C Hamano1-0/+1
2018-03-29submodule: fixup nested submodules after moving the submoduleLibravatar Stefan Beller1-3/+3
2018-03-29submodule-config: remove submodule_from_cacheLibravatar Stefan Beller1-2/+2
2018-03-29submodule-config: add repository argument to submodule_from_{name, path}Libravatar Stefan Beller1-14/+16
2018-03-23object-store: migrate alternates struct and functions from cache.hLibravatar Stefan Beller1-0/+1
2018-03-14sha1_file: convert sha1_object_info* to object_idLibravatar brian m. carlson1-1/+1
2018-03-14strbuf: convert strbuf_add_unique_abbrev to use struct object_idLibravatar brian m. carlson1-2/+2
2018-02-22submodule: rename 'new' variablesLibravatar Brandon Williams1-15/+15
2018-02-14object: rename function 'typename' to 'type_name'Libravatar Brandon Williams1-1/+1
2018-01-05submodule: submodule_move_head omits old argument in forced caseLibravatar Stefan Beller1-1/+3
2017-12-27Merge branch 'bw/submodule-sans-cache-compat'Libravatar Junio C Hamano1-14/+18
2017-12-13Merge branch 'bc/hash-algo'Libravatar Junio C Hamano1-1/+1
2017-12-12submodule: convert get_next_submodule to not rely on the_indexLibravatar Brandon Williams1-10/+13
2017-12-12submodule: used correct index in is_staging_gitmodules_okLibravatar Brandon Williams1-2/+3
2017-12-12submodule: convert stage_updated_gitmodules to take a struct index_stateLibravatar Brandon Williams1-2/+2
2017-12-06Merge branch 'sb/submodule-recursive-checkout-detach-head'Libravatar Junio C Hamano1-1/+2
2017-11-21Merge branch 'bp/fsmonitor'Libravatar Junio C Hamano1-1/+1
2017-11-13Switch empty tree and blob lookups to use hash abstractionLibravatar brian m. carlson1-1/+1
2017-11-09Merge branch 'bw/diff-opt-impl-to-bitfields'Libravatar Junio C Hamano1-8/+8
2017-11-06Merge branch 'hv/fetch-moved-submodules-on-demand'Libravatar Junio C Hamano1-69/+131
2017-11-01diff: make struct diff_flags members lowercaseLibravatar Brandon Williams1-8/+8
2017-11-01diff: remove DIFF_OPT_CLR macroLibravatar Brandon Williams1-3/+3
2017-11-01diff: remove DIFF_OPT_SET macroLibravatar Brandon Williams1-4/+4
2017-11-01diff: remove DIFF_OPT_TST macroLibravatar Brandon Williams1-1/+1
2017-10-17submodule: simplify decision tree whether to or not to fetchLibravatar Heiko Voigt1-37/+37
2017-10-17implement fetching of moved submodulesLibravatar Heiko Voigt1-38/+100
2017-10-16refs: convert resolve_refdup and refs_resolve_refdup to struct object_idLibravatar brian m. carlson1-1/+1