summaryrefslogtreecommitdiff
path: root/submodule.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-22Merge branch 'jk/oid-array-cleanups'Libravatar Junio C Hamano1-1/+1
2020-03-30oid_array: rename source file from sha1-arrayLibravatar Jeff King1-1/+1
2020-03-10get_superproject_working_tree(): return strbufLibravatar Alexandr Miloslavskiy1-9/+8
2020-03-10real_path_if_valid(): remove unsafe APILibravatar Alexandr Miloslavskiy1-3/+4
2020-03-10real_path: remove unsafe APILibravatar Alexandr Miloslavskiy1-1/+3
2020-02-12Merge branch 'es/submodule-fetch-message-fix'Libravatar Junio C Hamano1-1/+1
2020-02-12Merge branch 'dt/submodule-rm-with-stale-cache'Libravatar Junio C Hamano1-1/+1
2020-02-07submodule: add newline on invalid submodule errorLibravatar Emily Shaffer1-1/+1
2020-02-05Merge branch 'pb/recurse-submodule-in-worktree-fix'Libravatar Junio C Hamano1-3/+3
2020-02-05Merge branch 'es/fetch-show-failed-submodules-atend'Libravatar Junio C Hamano1-4/+15
2020-01-28git rm submodule: succeed if .gitmodules index stat info is zeroLibravatar David Turner1-1/+1
2020-01-22submodule.c: use get_git_dir() instead of get_git_common_dir()Libravatar Philippe Blain1-3/+3
2020-01-17fetch: emphasize failure during submodule fetchLibravatar Emily Shaffer1-4/+15
2020-01-16submodule.c: mark more strings for translationLibravatar Ralf Thielow1-14/+14
2019-12-06Sync with 2.22.2Libravatar Johannes Schindelin1-2/+47
2019-12-06Sync with 2.21.1Libravatar Johannes Schindelin1-2/+47
2019-12-06Sync with 2.20.2Libravatar Johannes Schindelin1-2/+47
2019-12-06Sync with 2.19.3Libravatar Johannes Schindelin1-2/+47
2019-12-06Sync with 2.18.2Libravatar Johannes Schindelin1-2/+47
2019-12-06Sync with 2.17.3Libravatar Johannes Schindelin1-2/+47
2019-12-06Sync with 2.16.6Libravatar Johannes Schindelin1-2/+47
2019-12-06Sync with 2.15.4Libravatar Johannes Schindelin1-2/+47
2019-12-06Sync with 2.14.6Libravatar Johannes Schindelin1-2/+47
2019-12-05Disallow dubiously-nested submodule git directoriesLibravatar Johannes Schindelin1-2/+47
2019-05-13submodule: drop unused prefix parameter from some functionsLibravatar Jeff King1-6/+4
2019-04-25Merge branch 'bc/hash-transition-16'Libravatar Junio C Hamano1-1/+1
2019-04-10Merge branch 'jt/submodule-fetch-errmsg'Libravatar Junio C Hamano1-0/+7
2019-04-01submodule: avoid hard-coded constantsLibravatar brian m. carlson1-1/+1
2019-03-14submodule: explain first attempt failure clearlyLibravatar Jonathan Tan1-0/+7
2019-03-07Merge branch 'nd/completion-more-parameters'Libravatar Junio C Hamano1-0/+4
2019-02-22trace2: create new combined trace facilityLibravatar Jeff Hostetler1-5/+6
2019-02-20completion: add more parameter value completionLibravatar Nguyễn Thái Ngọc Duy1-0/+4
2019-02-06Merge branch 'nd/the-index-final'Libravatar Junio C Hamano1-1/+0
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