summaryrefslogtreecommitdiff
path: root/builtin/submodule--helper.c
AgeCommit message (Expand)Author
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson
2021-02-12Merge branch 'tb/precompose-prefix-too'Junio C Hamano
2021-02-03MacOS: precompose_argv_prefix()Torsten Bögershausen
2021-01-06builtin/*: update usage formatZheNing Hu
2020-10-08doc: fix the bnf like style of some commandsJean-Noël Avila
2020-09-09Merge branch 'ss/submodule-summary-in-c-fixes'Junio C Hamano
2020-09-09Merge branch 'ss/submodule-summary-in-c'Junio C Hamano
2020-08-27Merge branch 'jk/leakfix'Junio C Hamano
2020-08-27t7421: eliminate 'grep' check in t7421.4 for mingw compatibilityShourya Shukla
2020-08-25submodule: fix style in function definitionShourya Shukla
2020-08-25submodule: eliminate unused parameters from print_submodule_summary()Shourya Shukla
2020-08-17submodule--helper: fix leak of core.worktree valueJeff King
2020-08-14config: fix leaks from git_config_get_string_const()Jeff King
2020-08-14submodule--helper: use strbuf_release() to free strbufsJeff King
2020-08-12submodule: port submodule subcommand 'summary' from shell to CPrathamesh Chavan
2020-08-12submodule: remove extra line feeds between callback struct and macroShourya Shukla
2020-07-31strvec: rename struct fieldsJeff King
2020-07-28strvec: fix indentation in renamed callsJeff King
2020-07-28strvec: convert builtin/ callers away from argv_array nameJeff King
2020-07-07Merge branch 'js/default-branch-name'Junio C Hamano
2020-06-24submodule: fall back to remote's HEAD for missing remote.<name>.branchJohannes Schindelin
2020-06-02submodule: port subcommand 'set-branch' from shell to CShourya Shukla
2020-05-08submodule: port subcommand 'set-url' from shell to CShourya Shukla
2020-03-18submodule--helper.c: Rename 'cb_foreach' to 'foreach_cb'Shourya Shukla
2020-03-05Merge branch 'es/recursive-single-branch-clone'Junio C Hamano
2020-02-25clone: pass --single-branch during --recurse-submodulesEmily Shaffer
2020-02-25submodule--helper: use C99 named initializerEmily Shaffer
2020-02-14Merge branch 'pk/status-of-uncloned-submodule'Junio C Hamano
2020-01-27submodule: fix status of initialized but not cloned submodulesPeter Kaestle
2019-12-10Merge branch 'jt/clone-recursesub-ref-advise'Junio C Hamano
2019-12-10Sync with Git 2.24.1Junio C Hamano
2019-12-06Sync with 2.23.1Johannes Schindelin
2019-12-06Sync with 2.22.2Johannes Schindelin
2019-12-06Sync with 2.21.1Johannes Schindelin
2019-12-06Sync with 2.20.2Johannes Schindelin
2019-12-06submodule: defend against submodule.update = !command in .gitmodulesJonathan Nieder
2019-12-06Sync with 2.19.3Johannes Schindelin
2019-12-06Sync with 2.18.2Johannes Schindelin
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-06Sync with 2.16.6Johannes Schindelin
2019-12-06Sync with 2.15.4Johannes Schindelin
2019-12-06Sync with 2.14.6Johannes Schindelin
2019-12-05Merge branch 'mg/submodule-status-from-a-subdirectory'Junio C Hamano
2019-12-05Disallow dubiously-nested submodule git directoriesJohannes Schindelin
2019-12-04clone --recurse-submodules: prevent name squatting on WindowsJohannes Schindelin
2019-12-03submodule--helper: advise on fatal alternate errorJonathan Tan
2019-11-25submodule: fix 'submodule status' when called from a subdirectoryManish Goregaokar
2019-10-11Merge branch 'bc/object-id-part17'Junio C Hamano
2019-09-28builtin/submodule--helper: fix usage string for 'update-clone'Bert Wesarg
2019-08-19cache: remove null_sha1brian m. carlson