summaryrefslogtreecommitdiff
path: root/submodule.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-28run-command: refactor subprocess env preparationLibravatar Jonathan Tan1-16/+2
2021-06-28submodule: refrain from filtering GIT_CONFIG_COUNTLibravatar Jonathan Tan1-1/+2
2021-05-10Merge branch 'bc/hash-transition-interop-part-1'Libravatar Junio C Hamano1-12/+14
2021-04-27hash: provide per-algorithm null OIDsLibravatar brian m. carlson1-12/+14
2021-04-14*: remove 'const' qualifier for struct index_stateLibravatar Derrick Stolee1-3/+3
2021-01-25Merge branch 'sj/untracked-files-in-submodule-directory-is-not-dirty'Libravatar Junio C Hamano1-0/+1
2020-12-09submodules: fix of regression on fetching of non-init subsub-repoLibravatar Peter Kaestle1-1/+6
2020-12-08diff: do not show submodule with untracked files as "-dirty"Libravatar Sangeeta Jain1-0/+1
2020-10-05Merge branch 'so/combine-diff-simplify'Libravatar Junio C Hamano1-1/+2
2020-09-29diff: get rid of redundant 'dense' argumentLibravatar Sergey Organov1-1/+2
2020-09-18Merge branch 'mf/submodule-summary-with-correct-repository'Libravatar Junio C Hamano1-5/+6
2020-09-18Merge branch 'os/collect-changed-submodules-optim'Libravatar Junio C Hamano1-1/+8
2020-09-09Merge branch 'ss/submodule-summary-in-c'Libravatar Junio C Hamano1-5/+5
2020-09-06submodule: suppress checking for file name and ref ambiguity for object idsLibravatar Orgad Shaneh1-1/+8
2020-09-03Merge branch 'jc/run-command-use-embedded-args'Libravatar Junio C Hamano1-9/+4
2020-08-27Merge branch 'jk/leakfix'Libravatar Junio C Hamano1-2/+2
2020-08-26run_command: teach API users to use embedded 'args' moreLibravatar Junio C Hamano1-9/+4
2020-08-14config: fix leaks from git_config_get_string_const()Libravatar Jeff King1-2/+2
2020-08-12submodule: rename helper functions to avoid ambiguityLibravatar Shourya Shukla1-5/+5
2020-07-30strvec: rename struct fieldsLibravatar Jeff King1-7/+7
2020-07-28strvec: fix indentation in renamed callsLibravatar Jeff King1-15/+15
2020-07-28strvec: convert remaining callers away from argv_array nameLibravatar Jeff King1-89/+89
2020-07-28strvec: rename files from argv-array to strvecLibravatar Jeff King1-1/+1
2020-06-24submodule: use submodule repository when preparing summaryLibravatar Michael Forney1-4/+4
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