summaryrefslogtreecommitdiff
path: root/git-submodule.sh
Commit message (Expand)AuthorAgeFilesLines
* submodule: port subcommand 'set-branch' from shell to CShourya Shukla2020-06-021-29/+3
* submodule: port subcommand 'set-url' from shell to CShourya Shukla2020-05-081-21/+1
* Merge branch 'lx/submodule-clear-variables'Junio C Hamano2020-04-281-0/+2
|\
| * git-submodule.sh: setup uninitialized variablesLi Xuejiang2020-04-021-0/+2
* | Merge branch 'es/recursive-single-branch-clone'Junio C Hamano2020-03-051-1/+9
|\ \
| * | clone: pass --single-branch during --recurse-submodulesEmily Shaffer2020-02-251-1/+9
| |/
* | submodule add: show 'add --dry-run' stderr when abortingKyle Meyer2020-01-151-6/+8
|/
* Merge branch 'dl/submodule-set-url'Junio C Hamano2019-12-101-1/+51
|\
| * submodule: teach set-url subcommandDenton Liu2019-10-301-1/+51
* | Sync with 2.21.1Johannes Schindelin2019-12-061-0/+6
|\ \ | |/ |/|
| * Sync with 2.20.2Johannes Schindelin2019-12-061-0/+6
| |\
| | * Sync with 2.19.3Johannes Schindelin2019-12-061-0/+6
| | |\
| | | * Sync with 2.18.2Johannes Schindelin2019-12-061-0/+6
| | | |\
| | | | * Sync with 2.17.3Johannes Schindelin2019-12-061-0/+6
| | | | |\
| | | | | * Sync with 2.16.6Johannes Schindelin2019-12-061-0/+6
| | | | | |\
| | | | | | * Sync with 2.15.4Johannes Schindelin2019-12-061-0/+6
| | | | | | |\
| | | | | | | * clone --recurse-submodules: prevent name squatting on WindowsJohannes Schindelin2019-12-041-0/+6
* | | | | | | | Merge branch 'km/empty-repo-is-still-a-repo'Junio C Hamano2019-05-091-0/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | submodule: refuse to add repository with no commitsKyle Meyer2019-04-101-0/+7
| |/ / / / / / /
* | | | | | | | Merge branch 'nd/submodule-foreach-quiet'Junio C Hamano2019-04-251-5/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | submodule foreach: fix "<command> --quiet" not being respectedNguyễn Thái Ngọc Duy2019-04-151-5/+6
| |/ / / / / / /
* | | | | | | | Merge branch 'dl/submodule-set-branch'Junio C Hamano2019-04-251-4/+71
|\ \ \ \ \ \ \ \
| * | | | | | | | submodule: teach set-branch subcommandDenton Liu2019-04-101-4/+71
| |/ / / / / / /
* | | | | | | | Merge branch 'jt/submodule-fetch-errmsg'Junio C Hamano2019-04-101-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | submodule: explain first attempt failure clearlyJonathan Tan2019-03-141-1/+1
| |/ / / / / / /
* | | | | | | | submodule: document default behaviorDenton Liu2019-02-151-1/+2
|/ / / / / / /
* | | | | | | Merge branch 'sh/submodule-summary-abbrev-fix'Junio C Hamano2019-02-061-2/+5
|\ \ \ \ \ \ \
| * | | | | | | git-submodule.sh: shorten submodule SHA-1s using rev-parseSven van Haastregt2019-02-041-2/+5
| |/ / / / / /
* | | | | | | git-submodule: abort if core.worktree could not be set correctlyStefan Beller2019-01-181-1/+1
|/ / / / / /
* | | | | | Merge branch 'ao/submodule-wo-gitmodules-checked-out'Junio C Hamano2018-11-131-4/+9
|\ \ \ \ \ \
| * | | | | | submodule: support reading .gitmodules when it's not in the working treeAntonio Ospite2018-10-311-0/+5
| * | | | | | submodule: use the 'submodule--helper config' commandAntonio Ospite2018-10-091-4/+4
| |/ / / / /
* | | | | | submodule: make zero-oid comparison hash function agnosticbrian m. carlson2018-10-151-1/+6
* | | | | | Merge branch 'sb/submodule-update-in-c'Junio C Hamano2018-09-171-18/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | submodule--helper: introduce new update-module-mode helperStefan Beller2018-08-141-15/+1
| * | | | | submodule--helper: replace connect-gitdir-workingtree by ensure-core-worktreeStefan Beller2018-08-141-5/+2
| * | | | | git-submodule.sh: rename unused variablesStefan Beller2018-08-031-2/+2
| * | | | | git-submodule.sh: align error reporting for update mode to use pathStefan Beller2018-08-031-1/+1
* | | | | | Revert "Merge branch 'sb/submodule-core-worktree'"Jonathan Nieder2018-09-071-5/+0
* | | | | | Merge branch 'sb/pull-rebase-submodule'Junio C Hamano2018-08-201-0/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | git-submodule.sh: accept verbose flag in cmd_update to be non-quietStefan Beller2018-08-141-0/+3
* | | | | | Merge branch 'sb/submodule-core-worktree'Junio C Hamano2018-07-181-0/+5
|\ \ \ \ \ \
| * | | | | | submodule: ensure core.worktree is set after updateStefan Beller2018-06-191-0/+5
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'pc/submodule-helper-foreach'Junio C Hamano2018-06-251-39/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | submodule: port submodule subcommand 'foreach' from shell to CPrathamesh Chavan2018-05-111-38/+1
| * | | | | submodule foreach: correct '$path' in nested submodules from a subdirectoryPrathamesh Chavan2018-05-091-1/+0
* | | | | | Merge branch 'sb/submodule-update-try-harder'Junio C Hamano2018-05-301-1/+1
|\ \ \ \ \ \
| * | | | | | git-submodule.sh: try harder to fetch a submoduleStefan Beller2018-05-161-1/+1
| |/ / / / /
* | | | | | Merge branch 'cf/submodule-progress-dissociate'Junio C Hamano2018-05-301-5/+16
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | submodule: add --dissociate option to add/update commandsCasey Fitzpatrick2018-05-221-1/+9