summaryrefslogtreecommitdiff
path: root/submodule.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-05Merge branch 'sb/more-repo-in-api'Libravatar Junio C Hamano1-18/+60
2019-01-29Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Libravatar Junio C Hamano1-45/+239
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchLibravatar Nguyễn Thái Ngọc Duy1-1/+0
2018-12-28submodule: don't add submodule as odb for pushLibravatar Stefan Beller1-3/+0
2018-12-28submodule: use submodule repos for object lookupLibravatar Stefan Beller1-15/+60
2018-12-26submodule: unset core.worktree if no working tree is presentLibravatar Stefan Beller1-0/+14
2018-12-09fetch: ensure submodule objects fetchedLibravatar Stefan Beller1-29/+177
2018-12-05submodule.c: fetch in submodules git directory instead of in worktreeLibravatar Stefan Beller1-2/+8
2018-12-05submodule: migrate get_next_submodule to use repository structsLibravatar Stefan Beller1-12/+44
2018-12-05submodule: store OIDs in changed_submodule_namesLibravatar Stefan Beller1-9/+10
2018-12-05submodule.c: tighten scope of changed_submodule_names structLibravatar Stefan Beller1-8/+11
2018-12-05submodule.c: sort changed_submodule_names before searching itLibravatar Stefan Beller1-1/+2
2018-12-05submodule.c: fix indentationLibravatar Stefan Beller1-3/+6
2018-11-21Merge branch 'sm/show-superproject-while-conflicted' into maintLibravatar Junio C Hamano1-1/+1
2018-11-21Merge branch 'bp/mv-submodules-with-fsmonitor' into maintLibravatar Junio C Hamano1-2/+1
2018-11-13Merge branch 'ao/submodule-wo-gitmodules-checked-out'Libravatar Junio C Hamano1-7/+21
2018-10-22submodule.c: remove some of the_repository referencesLibravatar Nguyễn Thái Ngọc Duy1-25/+32
2018-10-19Merge branch 'sm/show-superproject-while-conflicted'Libravatar Junio C Hamano1-1/+1
2018-10-19Merge branch 'nd/the-index'Libravatar Junio C Hamano1-14/+20
2018-10-09submodule: add a helper to check if it is safe to write to .gitmodulesLibravatar Antonio Ospite1-0/+18
2018-10-09submodule: factor out a config_set_in_gitmodules_file_gently functionLibravatar Antonio Ospite1-7/+3
2018-09-28rev-parse: --show-superproject-working-tree should work during a mergeLibravatar Sam McKelvie1-1/+1
2018-09-24Merge branch 'bp/mv-submodules-with-fsmonitor'Libravatar Junio C Hamano1-2/+1
2018-09-21revision.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-3/+3
2018-09-21submodule.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-11/+17
2018-09-17Merge branch 'jk/cocci'Libravatar Junio C Hamano1-1/+1
2018-09-17Merge branch 'ds/reachable'Libravatar Junio C Hamano1-0/+1
2018-09-12git-mv: allow submodules and fsmonitor to work togetherLibravatar Ben Peart1-2/+1
2018-09-07Revert "Merge branch 'sb/submodule-core-worktree'"Libravatar Jonathan Nieder1-14/+0
2018-08-29convert "oidcmp() == 0" to oideq()Libravatar Jeff King1-1/+1
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-20commit.h: remove method declarationsLibravatar Derrick Stolee1-0/+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