summaryrefslogtreecommitdiff
path: root/builtin/submodule--helper.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-04Merge branch 'ah/plugleaks'Libravatar Junio C Hamano1-2/+4
2021-08-04Merge branch 'ar/submodule-add'Libravatar Junio C Hamano1-113/+304
2021-07-26builtin/submodule--helper: release unused strbuf to avoid leakLibravatar Andrzej Hunt1-2/+4
2021-07-26submodule: drop unused sm_name parameter from show_fetch_remotes()Libravatar Jeff King1-3/+2
2021-07-16Merge branch 'ar/submodule-helper-include-cleanup'Libravatar Junio C Hamano1-1/+0
2021-07-12submodule--helper: introduce add-clone subcommandLibravatar Atharva Raykar1-0/+177
2021-07-12submodule--helper: refactor module_clone()Libravatar Atharva Raykar1-113/+128
2021-07-06submodule--helper: remove redundant includeLibravatar Atharva Raykar1-1/+0
2021-06-10Merge branch 'ah/submodule-helper-module-summary-parseopt'Libravatar Junio C Hamano1-1/+1
2021-05-17submodule: use the imperative mood to describe the --files optionLibravatar Alex Henrie1-1/+1
2021-04-27hash: provide per-algorithm null OIDsLibravatar brian m. carlson1-14/+15
2021-02-12Merge branch 'tb/precompose-prefix-too'Libravatar Junio C Hamano1-1/+1
2021-02-03MacOS: precompose_argv_prefix()Libravatar Torsten Bögershausen1-1/+1
2021-01-06builtin/*: update usage formatLibravatar ZheNing Hu1-12/+12
2020-10-08doc: fix the bnf like style of some commandsLibravatar Jean-Noël Avila1-1/+1
2020-09-09Merge branch 'ss/submodule-summary-in-c-fixes'Libravatar Junio C Hamano1-9/+8
2020-09-09Merge branch 'ss/submodule-summary-in-c'Libravatar Junio C Hamano1-3/+429
2020-08-27Merge branch 'jk/leakfix'Libravatar Junio C Hamano1-8/+8
2020-08-27t7421: eliminate 'grep' check in t7421.4 for mingw compatibilityLibravatar Shourya Shukla1-3/+4
2020-08-25submodule: fix style in function definitionLibravatar Shourya Shukla1-3/+3
2020-08-25submodule: eliminate unused parameters from print_submodule_summary()Libravatar Shourya Shukla1-3/+1
2020-08-17submodule--helper: fix leak of core.worktree valueLibravatar Jeff King1-2/+2
2020-08-14config: fix leaks from git_config_get_string_const()Libravatar Jeff King1-4/+4
2020-08-14submodule--helper: use strbuf_release() to free strbufsLibravatar Jeff King1-2/+2
2020-08-12submodule: port submodule subcommand 'summary' from shell to CLibravatar Prathamesh Chavan1-0/+429
2020-08-12submodule: remove extra line feeds between callback struct and macroLibravatar Shourya Shukla1-3/+0
2020-07-30strvec: rename struct fieldsLibravatar Jeff King1-3/+3
2020-07-28strvec: fix indentation in renamed callsLibravatar Jeff King1-10/+10
2020-07-28strvec: convert builtin/ callers away from argv_array nameLibravatar Jeff King1-59/+59
2020-07-06Merge branch 'js/default-branch-name'Libravatar Junio C Hamano1-1/+1
2020-06-24submodule: fall back to remote's HEAD for missing remote.<name>.branchLibravatar Johannes Schindelin1-1/+1
2020-06-02submodule: port subcommand 'set-branch' from shell to CLibravatar Shourya Shukla1-0/+44
2020-05-08submodule: port subcommand 'set-url' from shell to CLibravatar Shourya Shukla1-0/+32
2020-03-18submodule--helper.c: Rename 'cb_foreach' to 'foreach_cb'Libravatar Shourya Shukla1-4/+4
2020-03-05Merge branch 'es/recursive-single-branch-clone'Libravatar Junio C Hamano1-6/+25
2020-02-25clone: pass --single-branch during --recurse-submodulesLibravatar Emily Shaffer1-2/+18
2020-02-25submodule--helper: use C99 named initializerLibravatar Emily Shaffer1-4/+7
2020-02-14Merge branch 'pk/status-of-uncloned-submodule'Libravatar Junio C Hamano1-1/+11
2020-01-27submodule: fix status of initialized but not cloned submodulesLibravatar Peter Kaestle1-1/+11
2019-12-10Merge branch 'jt/clone-recursesub-ref-advise'Libravatar Junio C Hamano1-0/+10
2019-12-09Sync with Git 2.24.1Libravatar Junio C Hamano1-2/+18
2019-12-06Sync with 2.23.1Libravatar Johannes Schindelin1-2/+18
2019-12-06Sync with 2.22.2Libravatar Johannes Schindelin1-2/+18
2019-12-06Sync with 2.21.1Libravatar Johannes Schindelin1-2/+18
2019-12-06Sync with 2.20.2Libravatar Johannes Schindelin1-2/+18
2019-12-06submodule: defend against submodule.update = !command in .gitmodulesLibravatar Jonathan Nieder1-0/+2
2019-12-06Sync with 2.19.3Libravatar Johannes Schindelin1-2/+16
2019-12-06Sync with 2.18.2Libravatar Johannes Schindelin1-2/+16
2019-12-06Sync with 2.17.3Libravatar Johannes Schindelin1-2/+16
2019-12-06Sync with 2.16.6Libravatar Johannes Schindelin1-1/+16