| Commit message (Expand) | Author | Age | Files | Lines |
* | t/t7406-submodule-update.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2016-01-08 | 1 | -2/+2 |
* | t: fix trivial &&-chain breakage | Jeff King | 2015-03-20 | 1 | -1/+1 |
* | Revert "submodule: explicit local branch creation in module_clone" | Junio C Hamano | 2014-04-02 | 1 | -38/+1 |
* | Merge branch 'wk/submodule-on-branch' | Junio C Hamano | 2014-02-27 | 1 | -1/+37 |
|\ |
|
| * | submodule: explicit local branch creation in module_clone | W. Trevor King | 2014-02-24 | 1 | -1/+38 |
* | | Merge branch 'jl/submodule-update-retire-orig-flags' | Junio C Hamano | 2013-12-05 | 1 | -0/+11 |
|\ \
| |/
|/| |
|
| * | submodule update: remove unnecessary orig_flags variablejl/submodule-update-retire-orig-flags | Jens Lehmann | 2013-11-11 | 1 | -0/+11 |
* | | submodule: do not copy unknown update mode from .gitmodules | Junio C Hamano | 2013-12-02 | 1 | -0/+15 |
|/ |
|
* | t7406-submodule-update: add missing && | Tay Ray Chuan | 2013-09-17 | 1 | -1/+1 |
* | Merge branch 'fg/submodule-clone-depth' | Junio C Hamano | 2013-07-15 | 1 | -7/+17 |
|\ |
|
| * | Add --depth to submodule update/addfg/submodule-clone-depth | Fredrik Gustafsson | 2013-07-03 | 1 | -7/+17 |
* | | submodule update: allow custom command to update submodule working treecp/submodule-custom-update | Chris Packham | 2013-07-03 | 1 | -0/+29 |
* | | submodule: drop the top-level requirement | John Keeping | 2013-06-17 | 1 | -0/+15 |
|/ |
|
* | Merge branch 'jc/push-2.0-default-to-simple' (early part) | Junio C Hamano | 2013-04-18 | 1 | -2/+2 |
|\ |
|
| * | t7406: do not assume the "matching" push is the default | Junio C Hamano | 2013-01-04 | 1 | -2/+2 |
* | | Merge branch 'nd/branch-show-rebase-bisect-state' | Junio C Hamano | 2013-04-01 | 1 | -2/+4 |
|\ \ |
|
| * | | status: show more info than "currently not on any branch" | Nguyễn Thái Ngọc Duy | 2013-03-16 | 1 | -2/+4 |
* | | | Merge branch 'we/submodule-update-prefix-output' | Junio C Hamano | 2013-03-21 | 1 | -1/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | submodule update: when using recursion, show full path | William Entriken | 2013-03-03 | 1 | -1/+2 |
| |/ |
|
* | | submodule update: add --remote for submodule's upstream changes | W. Trevor King | 2012-12-19 | 1 | -0/+31 |
|/ |
|
* | submodule add: Fail when .git/modules/<name> already exists unless forced | Jens Lehmann | 2012-09-30 | 1 | -1/+1 |
* | Merge branch 'sz/submodule-force-update' | Junio C Hamano | 2012-09-03 | 1 | -0/+12 |
|\ |
|
| * | Make 'git submodule update --force' always check out submodules. | Stefan Zager | 2012-08-24 | 1 | -0/+12 |
* | | Merge branch 'jc/maint-t7406-rev-parse-max-count-huh' | Junio C Hamano | 2012-08-27 | 1 | -8/+8 |
|\ \ |
|
| * | | t7406: fix misleading "rev-parse --max-count=1 HEAD" | Junio C Hamano | 2012-07-30 | 1 | -8/+8 |
* | | | submodules: don't stumble over symbolic links when cloning recursively | Jens Lehmann | 2012-07-12 | 1 | -0/+13 |
| |/
|/| |
|
* | | submodules: refactor computation of relative gitdir path | Jens Lehmann | 2012-03-04 | 1 | -0/+17 |
* | | submodule add: fix breakage when re-adding a deep submodulejl/submodule-re-add | Jens Lehmann | 2012-01-24 | 1 | -0/+8 |
* | | Merge branch 'hv/submodule-update-none' | Junio C Hamano | 2011-10-10 | 1 | -0/+62 |
|\ \ |
|
| * | | add update 'none' flag to disable update of submodule by default | Heiko Voigt | 2011-08-11 | 1 | -0/+62 |
* | | | Move git-dir for submodulesfg/submodule-git-file-git-dir | Fredrik Gustafsson | 2011-08-22 | 1 | -0/+107 |
|/ / |
|
* | | Merge branch 'fg/submodule-keep-updating' | Junio C Hamano | 2011-07-13 | 1 | -0/+144 |
|\ \
| |/ |
|
| * | submodule update: continue when a checkout fails | Fredrik Gustafsson | 2011-06-13 | 1 | -0/+144 |
* | | i18n: git-submodule $update_module say + die messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'nm/submodule-update-force' | Junio C Hamano | 2011-05-02 | 1 | -0/+23 |
|\ |
|
| * | submodule: Add --force option for git submodule update | Nicolas Morey-Chaisemartin | 2011-04-04 | 1 | -0/+23 |
* | | Merge branch 'jl/submodule-fetch-on-demand' | Junio C Hamano | 2011-04-04 | 1 | -0/+20 |
|\ \
| |/
|/| |
|
| * | submodule update: Don't fetch when the submodule commit is already present | Jens Lehmann | 2011-03-09 | 1 | -0/+20 |
* | | t7406: "git submodule update {--merge|--rebase]" with new submodules | Spencer E. Olson | 2011-02-17 | 1 | -0/+52 |
|/ |
|
* | t7406 & t7407: add missing && at end of lines | Jens Lehmann | 2010-09-03 | 1 | -1/+1 |
* | t7406: Fix submodule init config tests | Stephen Boyd | 2010-03-06 | 1 | -8/+16 |
* | t3409 t4107 t7406 t9150: use dashless commands | Matthew Ogilvie | 2009-11-29 | 1 | -2/+2 |
* | git-submodule: add support for --merge. | Johan Herland | 2009-06-03 | 1 | -1/+59 |
* | Rename submodule.<name>.rebase to submodule.<name>.update | Johan Herland | 2009-06-03 | 1 | -8/+8 |
* | git-submodule: add support for --rebase. | Peter Hutterer | 2009-04-24 | 1 | -0/+140 |