summaryrefslogtreecommitdiffstats
path: root/git-submodule.sh (follow)
Commit message (Expand)AuthorAgeLines
* Merge branch 'ab/unused-script-helpers'Junio C Hamano2021-09-23-5/+0
|\
| * git-submodule: remove unused is_zero_oid() functionÆvar Arnfjörð Bjarmason2021-09-12-5/+0
* | Merge branch 'ar/submodule-run-update-procedure'Junio C Hamano2021-09-20-73/+33
|\ \
| * | submodule--helper: run update procedures from CAtharva Raykar2021-08-24-73/+33
| |/
* | submodule--helper: convert the bulk of cmd_add() to CAtharva Raykar2021-08-10-94/+2
* | Merge branch 'ar/submodule-add-config' into ar/submodule-addJunio C Hamano2021-08-10-27/+1
|\ \ | |/ |/|
| * submodule--helper: introduce add-config subcommandAtharva Raykar2021-08-10-27/+1
* | Merge branch 'ar/submodule-add'Junio C Hamano2021-08-04-56/+20
|\|
| * submodule--helper: introduce add-clone subcommandAtharva Raykar2021-07-12-37/+1
| * submodule: prefix die messages with 'fatal'Atharva Raykar2021-07-12-19/+19
* | submodule: remove unnecessary `prefix` based option logicKaartic Sivaraam2021-06-28-7/+7
|/
* submodule update: silence underlying fetch with "--quiet"Nicholas Clark2021-05-03-2/+2
* submodule: fix fetch_in_submodule logicJeff King2020-11-24-6/+6
* parse-remote: remove this now-unused libraryÆvar Arnfjörð Bjarmason2020-11-16-1/+0
* submodule: remove sh function in favor of helperÆvar Arnfjörð Bjarmason2020-11-16-1/+1
* submodule: use "fetch" logic instead of custom remote discoveryÆvar Arnfjörð Bjarmason2020-11-16-7/+9
* Merge branch 'td/submodule-update-quiet'Junio C Hamano2020-10-05-3/+3
|\
| * submodule update: silence underlying merge/rebase with "--quiet"Theodore Dubois2020-10-01-3/+3
* | submodule: port submodule subcommand 'summary' from shell to CPrathamesh Chavan2020-08-12-185/+1
|/
* submodule: port subcommand 'set-branch' from shell to CShourya Shukla2020-06-02-29/+3
* submodule: port subcommand 'set-url' from shell to CShourya Shukla2020-05-08-21/+1
* Merge branch 'lx/submodule-clear-variables'Junio C Hamano2020-04-28-0/+2
|\
| * git-submodule.sh: setup uninitialized variablesLi Xuejiang2020-04-02-0/+2
* | Merge branch 'es/recursive-single-branch-clone'Junio C Hamano2020-03-05-1/+9
|\ \
| * | clone: pass --single-branch during --recurse-submodulesEmily Shaffer2020-02-25-1/+9
| |/
* / submodule add: show 'add --dry-run' stderr when abortingKyle Meyer2020-01-15-6/+8
|/
* Merge branch 'dl/submodule-set-url'Junio C Hamano2019-12-10-1/+51
|\
| * submodule: teach set-url subcommandDenton Liu2019-10-30-1/+51
* | Sync with 2.21.1Johannes Schindelin2019-12-06-0/+6
|\ \ | |/ |/|
| * Sync with 2.20.2Johannes Schindelin2019-12-06-0/+6
| |\
| | * Sync with 2.19.3Johannes Schindelin2019-12-06-0/+6
| | |\
| | | * Sync with 2.18.2Johannes Schindelin2019-12-06-0/+6
| | | |\
| | | | * Sync with 2.17.3Johannes Schindelin2019-12-06-0/+6
| | | | |\
| | | | | * Sync with 2.16.6Johannes Schindelin2019-12-06-0/+6
| | | | | |\
| | | | | | * Sync with 2.15.4Johannes Schindelin2019-12-06-0/+6
| | | | | | |\
| | | | | | | * clone --recurse-submodules: prevent name squatting on WindowsJohannes Schindelin2019-12-04-0/+6
* | | | | | | | Merge branch 'km/empty-repo-is-still-a-repo'Junio C Hamano2019-05-09-0/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | submodule: refuse to add repository with no commitsKyle Meyer2019-04-10-0/+7
| |/ / / / / / /
* | | | | | | | Merge branch 'nd/submodule-foreach-quiet'Junio C Hamano2019-04-25-5/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | submodule foreach: fix "<command> --quiet" not being respectedNguyễn Thái Ngọc Duy2019-04-15-5/+6
| |/ / / / / / /
* | | | | | | | Merge branch 'dl/submodule-set-branch'Junio C Hamano2019-04-25-4/+71
|\ \ \ \ \ \ \ \
| * | | | | | | | submodule: teach set-branch subcommandDenton Liu2019-04-10-4/+71
| |/ / / / / / /
* | | | | | | | Merge branch 'jt/submodule-fetch-errmsg'Junio C Hamano2019-04-10-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | submodule: explain first attempt failure clearlyJonathan Tan2019-03-14-1/+1
| |/ / / / / / /
* / / / / / / / submodule: document default behaviorDenton Liu2019-02-15-1/+2
|/ / / / / / /
* | | | | | | Merge branch 'sh/submodule-summary-abbrev-fix'Junio C Hamano2019-02-06-2/+5
|\ \ \ \ \ \ \
| * | | | | | | git-submodule.sh: shorten submodule SHA-1s using rev-parseSven van Haastregt2019-02-04-2/+5
| |/ / / / / /
* / / / / / / git-submodule: abort if core.worktree could not be set correctlyStefan Beller2019-01-18-1/+1
|/ / / / / /
* | | | | | Merge branch 'ao/submodule-wo-gitmodules-checked-out'Junio C Hamano2018-11-13-4/+9
|\ \ \ \ \ \
| * | | | | | submodule: support reading .gitmodules when it's not in the working treeAntonio Ospite2018-10-31-0/+5