summaryrefslogtreecommitdiff
path: root/git-submodule.sh
AgeCommit message (Expand)Author
2021-09-23Merge branch 'ab/unused-script-helpers'Junio C Hamano
2021-09-20Merge branch 'ar/submodule-run-update-procedure'Junio C Hamano
2021-09-12git-submodule: remove unused is_zero_oid() functionÆvar Arnfjörð Bjarmason
2021-08-24submodule--helper: run update procedures from CAtharva Raykar
2021-08-10submodule--helper: convert the bulk of cmd_add() to CAtharva Raykar
2021-08-10Merge branch 'ar/submodule-add-config' into ar/submodule-addJunio C Hamano
2021-08-10submodule--helper: introduce add-config subcommandAtharva Raykar
2021-08-04Merge branch 'ar/submodule-add'Junio C Hamano
2021-07-12submodule--helper: introduce add-clone subcommandAtharva Raykar
2021-07-12submodule: prefix die messages with 'fatal'Atharva Raykar
2021-06-29submodule: remove unnecessary `prefix` based option logicKaartic Sivaraam
2021-05-03submodule update: silence underlying fetch with "--quiet"Nicholas Clark
2020-11-24submodule: fix fetch_in_submodule logicJeff King
2020-11-16parse-remote: remove this now-unused libraryÆvar Arnfjörð Bjarmason
2020-11-16submodule: remove sh function in favor of helperÆvar Arnfjörð Bjarmason
2020-11-16submodule: use "fetch" logic instead of custom remote discoveryÆvar Arnfjörð Bjarmason
2020-10-05Merge branch 'td/submodule-update-quiet'Junio C Hamano
2020-10-01submodule update: silence underlying merge/rebase with "--quiet"Theodore Dubois
2020-08-12submodule: port submodule subcommand 'summary' from shell to CPrathamesh Chavan
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-04-28Merge branch 'lx/submodule-clear-variables'Junio C Hamano
2020-04-02git-submodule.sh: setup uninitialized variablesLi Xuejiang
2020-03-05Merge branch 'es/recursive-single-branch-clone'Junio C Hamano
2020-02-25clone: pass --single-branch during --recurse-submodulesEmily Shaffer
2020-01-15submodule add: show 'add --dry-run' stderr when abortingKyle Meyer
2019-12-10Merge branch 'dl/submodule-set-url'Junio C Hamano
2019-12-06Sync with 2.21.1Johannes Schindelin
2019-12-06Sync with 2.20.2Johannes Schindelin
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-04clone --recurse-submodules: prevent name squatting on WindowsJohannes Schindelin
2019-10-30submodule: teach set-url subcommandDenton Liu
2019-05-08Merge branch 'km/empty-repo-is-still-a-repo'Junio C Hamano
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-04-10submodule: refuse to add repository with no commitsKyle Meyer
2019-04-10submodule: teach set-branch subcommandDenton Liu
2019-04-09Merge branch 'jt/submodule-fetch-errmsg'Junio C Hamano
2019-03-14submodule: explain first attempt failure clearlyJonathan Tan
2019-02-15submodule: document default behaviorDenton Liu
2019-02-07Merge branch 'sh/submodule-summary-abbrev-fix'Junio C Hamano
2019-02-04git-submodule.sh: shorten submodule SHA-1s using rev-parseSven van Haastregt
2019-01-18git-submodule: abort if core.worktree could not be set correctlyStefan Beller
2018-11-13Merge branch 'ao/submodule-wo-gitmodules-checked-out'Junio C Hamano
2018-10-31submodule: support reading .gitmodules when it's not in the working treeAntonio Ospite