summaryrefslogtreecommitdiffstats
path: root/submodule.c
AgeCommit message (Expand)AuthorLines
2020-04-22Merge branch 'jk/oid-array-cleanups'Junio C Hamano-1/+1
2020-03-30oid_array: rename source file from sha1-arrayJeff King-1/+1
2020-03-10get_superproject_working_tree(): return strbufAlexandr Miloslavskiy-9/+8
2020-03-10real_path_if_valid(): remove unsafe APIAlexandr Miloslavskiy-3/+4
2020-03-10real_path: remove unsafe APIAlexandr Miloslavskiy-1/+3
2020-02-12Merge branch 'es/submodule-fetch-message-fix'Junio C Hamano-1/+1
2020-02-12Merge branch 'dt/submodule-rm-with-stale-cache'Junio C Hamano-1/+1
2020-02-07submodule: add newline on invalid submodule errorEmily Shaffer-1/+1
2020-02-05Merge branch 'pb/recurse-submodule-in-worktree-fix'Junio C Hamano-3/+3
2020-02-05Merge branch 'es/fetch-show-failed-submodules-atend'Junio C Hamano-4/+15
2020-01-28git rm submodule: succeed if .gitmodules index stat info is zeroDavid Turner-1/+1
2020-01-22submodule.c: use get_git_dir() instead of get_git_common_dir()Philippe Blain-3/+3
2020-01-17fetch: emphasize failure during submodule fetchEmily Shaffer-4/+15
2020-01-16submodule.c: mark more strings for translationRalf Thielow-14/+14
2019-12-06Sync with 2.22.2Johannes Schindelin-2/+47
2019-12-06Sync with 2.21.1Johannes Schindelin-2/+47
2019-12-06Sync with 2.20.2Johannes Schindelin-2/+47
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
2019-05-13submodule: drop unused prefix parameter from some functionsJeff King-6/+4
2019-04-25Merge branch 'bc/hash-transition-16'Junio C Hamano-1/+1
2019-04-10Merge branch 'jt/submodule-fetch-errmsg'Junio C Hamano-0/+7
2019-04-01submodule: avoid hard-coded constantsbrian m. carlson-1/+1
2019-03-14submodule: explain first attempt failure clearlyJonathan Tan-0/+7
2019-03-07Merge branch 'nd/completion-more-parameters'Junio C Hamano-0/+4
2019-02-22trace2: create new combined trace facilityJeff Hostetler-5/+6
2019-02-20completion: add more parameter value completionNguyễn Thái Ngọc Duy-0/+4
2019-02-06Merge branch 'nd/the-index-final'Junio C Hamano-1/+0
2019-02-05Merge branch 'sb/more-repo-in-api'Junio C Hamano-18/+60
2019-01-29Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Junio C Hamano-45/+239
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy-1/+0
2018-12-28submodule: don't add submodule as odb for pushStefan Beller-3/+0
2018-12-28submodule: use submodule repos for object lookupStefan Beller-15/+60
2018-12-26submodule: unset core.worktree if no working tree is presentStefan Beller-0/+14
2018-12-09fetch: ensure submodule objects fetchedStefan Beller-29/+177
2018-12-05submodule.c: fetch in submodules git directory instead of in worktreeStefan Beller-2/+8
2018-12-05submodule: migrate get_next_submodule to use repository structsStefan Beller-12/+44
2018-12-05submodule: store OIDs in changed_submodule_namesStefan Beller-9/+10
2018-12-05submodule.c: tighten scope of changed_submodule_names structStefan Beller-8/+11
2018-12-05submodule.c: sort changed_submodule_names before searching itStefan Beller-1/+2
2018-12-05submodule.c: fix indentationStefan Beller-3/+6
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