summaryrefslogtreecommitdiffstats
path: root/submodule.c
AgeCommit message (Expand)AuthorLines
2019-12-06Sync with 2.19.3Johannes Schindelin-2/+47
2019-12-06Sync with 2.18.2Johannes Schindelin-2/+47
2019-12-06Sync with 2.17.3Johannes Schindelin-2/+47
2019-12-06Sync with 2.16.6Johannes Schindelin-2/+47
2019-12-06Sync with 2.15.4Johannes Schindelin-2/+47
2019-12-06Sync with 2.14.6Johannes Schindelin-2/+47
2019-12-05Disallow dubiously-nested submodule git directoriesJohannes Schindelin-2/+47
2018-11-21Merge branch 'sm/show-superproject-while-conflicted' into maintJunio C Hamano-1/+1
2018-11-21Merge branch 'bp/mv-submodules-with-fsmonitor' into maintJunio C Hamano-2/+1
2018-11-13Merge branch 'ao/submodule-wo-gitmodules-checked-out'Junio C Hamano-7/+21
2018-10-22submodule.c: remove some of the_repository referencesNguyễn Thái Ngọc Duy-25/+32
2018-10-19Merge branch 'sm/show-superproject-while-conflicted'Junio C Hamano-1/+1
2018-10-19Merge branch 'nd/the-index'Junio C Hamano-14/+20
2018-10-09submodule: add a helper to check if it is safe to write to .gitmodulesAntonio Ospite-0/+18
2018-10-09submodule: factor out a config_set_in_gitmodules_file_gently functionAntonio Ospite-7/+3
2018-09-28rev-parse: --show-superproject-working-tree should work during a mergeSam McKelvie-1/+1
2018-09-24Merge branch 'bp/mv-submodules-with-fsmonitor'Junio C Hamano-2/+1
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy-3/+3
2018-09-21submodule.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy-11/+17
2018-09-17Merge branch 'jk/cocci'Junio C Hamano-1/+1
2018-09-17Merge branch 'ds/reachable'Junio C Hamano-0/+1
2018-09-12git-mv: allow submodules and fsmonitor to work togetherBen Peart-2/+1
2018-09-07Revert "Merge branch 'sb/submodule-core-worktree'"Jonathan Nieder-14/+0
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King-1/+1
2018-08-13submodule.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy-4/+4
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy-1/+1
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano-2/+2
2018-07-24Merge branch 'sb/submodule-move-head-error-msg'Junio C Hamano-1/+1
2018-07-20commit.h: remove method declarationsDerrick Stolee-0/+1
2018-07-18Merge branch 'sb/submodule-core-worktree'Junio C Hamano-0/+14
2018-06-29commit: add repository argument to lookup_commit_referenceStefan Beller-2/+2
2018-06-25submodule.c: report the submodule that an error occurs inStefan Beller-1/+1
2018-06-14submodule: unset core.worktree if no working tree is presentStefan Beller-0/+14
2018-06-14submodule: fix NULL correctness in renamed broken submodulesStefan Beller-2/+4
2018-06-04Merge branch 'jt/submodule-pull-recurse-rebase'Junio C Hamano-2/+4
2018-05-30Merge branch 'sb/submodule-merge-in-merge-recursive'Junio C Hamano-166/+2
2018-05-30Merge branch 'bw/ref-prefix-for-configured-refspec'Junio C Hamano-10/+9
2018-05-30Merge branch 'bc/object-id'Junio C Hamano-3/+3
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano-4/+4
2018-05-25submodule: do not pass null OID to setup_revisionsJonathan Tan-2/+4
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano-1/+1
2018-05-18submodule: convert push_unpushed_submodules to take a struct refspecBrandon Williams-10/+9
2018-05-16submodule.c: move submodule merging to merge-recursive.cStefan Beller-166/+2
2018-05-08Merge branch 'sb/submodule-move-nested'Junio C Hamano-19/+21
2018-05-06Convert remaining die*(BUG) messagesJohannes Schindelin-1/+1
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin-3/+3
2018-05-02submodule: convert several uses of EMPTY_TREE_SHA1_HEXbrian m. carlson-3/+3
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller-1/+1
2018-04-11Merge branch 'sb/object-store'Junio C Hamano-0/+1
2018-03-29submodule: fixup nested submodules after moving the submoduleStefan Beller-3/+3