summaryrefslogtreecommitdiffstats
path: root/git-submodule.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | submodule: teach set-branch subcommandDenton Liu2019-04-101-4/+71
| |/ / / / / / /
* | | | | | | | Merge branch 'jt/submodule-fetch-errmsg'Junio C Hamano2019-04-091-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-071-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-191-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-041-2/+2
| * | | | | git-submodule.sh: align error reporting for update mode to use pathStefan Beller2018-08-041-1/+1
* | | | | | Revert "Merge branch 'sb/submodule-core-worktree'"Jonathan Nieder2018-09-081-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
| * | | | | submodule: add --progress option to add commandCasey Fitzpatrick2018-05-221-1/+4
| * | | | | submodule: clean up substitutions in scriptCasey Fitzpatrick2018-05-221-4/+4
| |/ / / /
* | | | | Sync with Git 2.16.4Junio C Hamano2018-05-221-0/+5
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Sync with Git 2.15.2Junio C Hamano2018-05-221-0/+5
| |\ \ \ | | | |/ | | |/|
| | * | Sync with Git 2.13.7Junio C Hamano2018-05-221-0/+5
| | |\ \
| | | * | submodule-config: verify submodule names as pathsJeff King2018-05-221-0/+5
| | | |/
| | * | Merge branch 'sb/submodule-parallel-update' into maintJunio C Hamano2017-09-101-1/+0
| | |\ \
* | | | | submodule: port submodule subcommand 'deinit' from shell to CPrathamesh Chavan2018-01-161-54/+1
* | | | | submodule: port submodule subcommand 'sync' from shell to CPrathamesh Chavan2018-01-161-56/+1
|/ / / /
* | | | submodule: port submodule subcommand 'status' from shell to CPrathamesh Chavan2017-10-071-60/+1
* | | | Merge branch 'sb/submodule-parallel-update'Junio C Hamano2017-08-231-1/+0
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | submodule.sh: remove unused variableStefan Beller2017-08-171-1/+0
* | | scripts: use "git foo" not "git-foo"Michael Forney2017-08-071-3/+3
* | | add: warn when adding an embedded repositoryJeff King2017-06-151-2/+3
| |/ |/|
* | submodule: prevent backslash expantion in submodule namesBrandon Williams2017-04-171-7/+7
* | submodule add: respect submodule.active and submodule.<name>.activeBrandon Williams2017-03-181-0/+14
* | submodule sync: use submodule--helper is-activeBrandon Williams2017-03-171-2/+2
* | submodule sync: skip work for inactive submodulesBrandon Williams2017-03-171-17/+21
* | submodule status: use submodule--helper is-activeBrandon Williams2017-03-171-2/+1
|/
* Merge branch 'sb/submodule-update-initial-runs-custom-script'Junio C Hamano2017-02-031-1/+4
|\
| * submodule update: run custom update script for initial populating as wellStefan Beller2017-01-261-1/+4
* | Merge branch 'sb/submodule-add-force'Junio C Hamano2017-02-021-2/+8
|\ \