summaryrefslogtreecommitdiffstats
path: root/submodule.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-12Merge branch 'es/submodule-fetch-message-fix'Junio C Hamano1-1/+1
2020-02-12Merge branch 'dt/submodule-rm-with-stale-cache'Junio C Hamano1-1/+1
2020-02-07submodule: add newline on invalid submodule errorEmily Shaffer1-1/+1
2020-02-05Merge branch 'pb/recurse-submodule-in-worktree-fix'Junio C Hamano1-3/+3
2020-02-05Merge branch 'es/fetch-show-failed-submodules-atend'Junio C Hamano1-4/+15
2020-01-28git rm submodule: succeed if .gitmodules index stat info is zeroDavid Turner1-1/+1
2020-01-22submodule.c: use get_git_dir() instead of get_git_common_dir()Philippe Blain1-3/+3
2020-01-17fetch: emphasize failure during submodule fetchEmily Shaffer1-4/+15
2020-01-16submodule.c: mark more strings for translationRalf Thielow1-14/+14
2019-12-06Sync with 2.22.2Johannes Schindelin1-2/+47
2019-12-06Sync with 2.21.1Johannes Schindelin1-2/+47
2019-12-06Sync with 2.20.2Johannes Schindelin1-2/+47
2019-12-06Sync with 2.19.3Johannes Schindelin1-2/+47
2019-12-06Sync with 2.18.2Johannes Schindelin1-2/+47
2019-12-06Sync with 2.17.3Johannes Schindelin1-2/+47
2019-12-06Sync with 2.16.6Johannes Schindelin1-2/+47
2019-12-06Sync with 2.15.4Johannes Schindelin1-2/+47
2019-12-06Sync with 2.14.6Johannes Schindelin1-2/+47
2019-12-05Disallow dubiously-nested submodule git directoriesJohannes Schindelin1-2/+47
2019-05-13submodule: drop unused prefix parameter from some functionsJeff King1-6/+4
2019-04-25Merge branch 'bc/hash-transition-16'Junio C Hamano1-1/+1
2019-04-10Merge branch 'jt/submodule-fetch-errmsg'Junio C Hamano1-0/+7
2019-04-01submodule: avoid hard-coded constantsbrian m. carlson1-1/+1
2019-03-14submodule: explain first attempt failure clearlyJonathan Tan1-0/+7
2019-03-07Merge branch 'nd/completion-more-parameters'Junio C Hamano1-0/+4
2019-02-22trace2: create new combined trace facilityJeff Hostetler1-5/+6
2019-02-20completion: add more parameter value completionNguyễn Thái Ngọc Duy1-0/+4
2019-02-06Merge branch 'nd/the-index-final'Junio C Hamano1-1/+0
2019-02-05Merge branch 'sb/more-repo-in-api'Junio C Hamano1-18/+60
2019-01-29Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Junio C Hamano1-45/+239
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy1-1/+0
2018-12-28submodule: don't add submodule as odb for pushStefan Beller1-3/+0
2018-12-28submodule: use submodule repos for object lookupStefan Beller1-15/+60
2018-12-26submodule: unset core.worktree if no working tree is presentStefan Beller1-0/+14
2018-12-09fetch: ensure submodule objects fetchedStefan Beller1-29/+177
2018-12-05submodule.c: fetch in submodules git directory instead of in worktreeStefan Beller1-2/+8
2018-12-05submodule: migrate get_next_submodule to use repository structsStefan Beller1-12/+44
2018-12-05submodule: store OIDs in changed_submodule_namesStefan Beller1-9/+10
2018-12-05submodule.c: tighten scope of changed_submodule_names structStefan Beller1-8/+11
2018-12-05submodule.c: sort changed_submodule_names before searching itStefan Beller1-1/+2
2018-12-05submodule.c: fix indentationStefan Beller1-3/+6
2018-11-21Merge branch 'sm/show-superproject-while-conflicted' into maintJunio C Hamano1-1/+1
2018-11-21Merge branch 'bp/mv-submodules-with-fsmonitor' into maintJunio C Hamano1-2/+1
2018-11-13Merge branch 'ao/submodule-wo-gitmodules-checked-out'Junio C Hamano1-7/+21
2018-10-22submodule.c: remove some of the_repository referencesNguyễn Thái Ngọc Duy1-25/+32
2018-10-19Merge branch 'sm/show-superproject-while-conflicted'Junio C Hamano1-1/+1
2018-10-19Merge branch 'nd/the-index'Junio C Hamano1-14/+20
2018-10-09submodule: add a helper to check if it is safe to write to .gitmodulesAntonio Ospite1-0/+18
2018-10-09submodule: factor out a config_set_in_gitmodules_file_gently functionAntonio Ospite1-7/+3
2018-09-28rev-parse: --show-superproject-working-tree should work during a mergeSam McKelvie1-1/+1