summaryrefslogtreecommitdiffstats
path: root/submodule.c
AgeCommit message (Expand)AuthorLines
2021-05-10Merge branch 'bc/hash-transition-interop-part-1'Junio C Hamano-12/+14
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson-12/+14
2021-04-14*: remove 'const' qualifier for struct index_stateDerrick Stolee-3/+3
2021-01-25Merge branch 'sj/untracked-files-in-submodule-directory-is-not-dirty'Junio C Hamano-0/+1
2020-12-09submodules: fix of regression on fetching of non-init subsub-repoPeter Kaestle-1/+6
2020-12-08diff: do not show submodule with untracked files as "-dirty"Sangeeta Jain-0/+1
2020-10-05Merge branch 'so/combine-diff-simplify'Junio C Hamano-1/+2
2020-09-29diff: get rid of redundant 'dense' argumentSergey Organov-1/+2
2020-09-18Merge branch 'mf/submodule-summary-with-correct-repository'Junio C Hamano-5/+6
2020-09-18Merge branch 'os/collect-changed-submodules-optim'Junio C Hamano-1/+8
2020-09-09Merge branch 'ss/submodule-summary-in-c'Junio C Hamano-5/+5
2020-09-06submodule: suppress checking for file name and ref ambiguity for object idsOrgad Shaneh-1/+8
2020-09-03Merge branch 'jc/run-command-use-embedded-args'Junio C Hamano-9/+4
2020-08-27Merge branch 'jk/leakfix'Junio C Hamano-2/+2
2020-08-26run_command: teach API users to use embedded 'args' moreJunio C Hamano-9/+4
2020-08-14config: fix leaks from git_config_get_string_const()Jeff King-2/+2
2020-08-12submodule: rename helper functions to avoid ambiguityShourya Shukla-5/+5
2020-07-30strvec: rename struct fieldsJeff King-7/+7
2020-07-28strvec: fix indentation in renamed callsJeff King-15/+15
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King-89/+89
2020-07-28strvec: rename files from argv-array to strvecJeff King-1/+1
2020-06-24submodule: use submodule repository when preparing summaryMichael Forney-4/+4
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