summaryrefslogtreecommitdiff
path: root/builtin/submodule--helper.c
AgeCommit message (Expand)Author
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
2019-07-29Merge branch 'ms/submodule-foreach-fix' into maintJunio C Hamano
2019-07-09Merge branch 'ms/submodule-foreach-fix'Junio C Hamano
2019-06-25submodule foreach: fix recursion of optionsMorian Sonnet
2019-06-13Merge branch 'jk/unused-params-final-batch'Junio C Hamano
2019-05-19Merge branch 'nd/submodule-helper-incomplete-line-fix'Junio C Hamano
2019-05-13submodule: drop unused prefix parameter from some functionsJeff King
2019-05-08submodule--helper: add a missing \nNguyễn Thái Ngọc Duy
2019-04-25Merge branch 'nd/submodule-foreach-quiet'Junio C Hamano
2019-04-25Merge branch 'dl/submodule-set-branch'Junio C Hamano
2019-04-15submodule foreach: fix "<command> --quiet" not being respectedNguyễn Thái Ngọc Duy
2019-03-20report_path_error(): drop unused prefix parameterJeff King
2019-02-22trace2: create new combined trace facilityJeff Hostetler
2019-02-08submodule--helper: teach config subcommand --unsetDenton Liu
2019-02-07Merge branch 'nd/the-index-final'Junio C Hamano
2019-01-29Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Junio C Hamano
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2019-01-18Merge branch 'sb/submodule-unset-core-worktree-when-worktree-is-lost'Junio C Hamano
2019-01-18Merge branch 'sb/submodule-fetchjobs-default-to-one'Junio C Hamano
2019-01-04Merge branch 'jk/loose-object-cache'Junio C Hamano
2018-12-26submodule deinit: unset core.worktreeStefan Beller
2018-12-26submodule--helper: fix BUG message in ensure_core_worktreeStefan Beller
2018-12-14submodule update: run at most one fetch job unless otherwise setJunio C Hamano