| Commit message (Expand) | Author | Age |
* | Merge branch 'jl/submodule-update-retire-orig-flags' | Junio C Hamano | 2013-12-05 |
|\ |
|
| * | submodule update: remove unnecessary orig_flags variable | Jens Lehmann | 2013-11-11 |
* | | Merge branch 'jk/replace-perl-in-built-scripts' | Junio C Hamano | 2013-12-05 |
|\ \ |
|
| * | | use @@PERL@@ in built scripts | Jeff King | 2013-10-29 |
* | | | Merge branch 'ak/submodule-foreach-quoting' | Junio C Hamano | 2013-12-05 |
|\ \ \ |
|
| * | | | submodule foreach: skip eval for more than one argument | Anders Kaseorg | 2013-09-27 |
* | | | | Sync with 1.8.4.5 | Junio C Hamano | 2013-12-02 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | submodule: do not copy unknown update mode from .gitmodules | Junio C Hamano | 2013-12-02 |
| |/ / |
|
* | | | Merge branch 'bc/submodule-status-ignored' | Jonathan Nieder | 2013-09-24 |
|\ \ \ |
|
| * | | | submodule: don't print status output with ignore=all | Brian M. Carlson | 2013-09-04 |
| * | | | submodule: fix confusing variable name | Brian M. Carlson | 2013-09-03 |
| |/ / |
|
* | | | submodule summary: ignore --for-status option | Matthieu Moy | 2013-09-06 |
|/ / |
|
* | | Merge branch 'fg/submodule-clone-depth' | Junio C Hamano | 2013-07-15 |
|\ \ |
|
| * | | Add --depth to submodule update/add | Fredrik Gustafsson | 2013-07-03 |
* | | | submodule update: allow custom command to update submodule working tree | Chris Packham | 2013-07-03 |
* | | | Merge branch 'jk/submodule-subdirectory-ok' | Junio C Hamano | 2013-06-30 |
|\ \ \ |
|
| * | | | submodule: drop the top-level requirement | John Keeping | 2013-06-17 |
| * | | | submodule: show full path in error message | John Keeping | 2013-06-17 |
| |/ / |
|
* | | | Merge branch 'fg/submodule-non-ascii-path' | Junio C Hamano | 2013-06-26 |
|\ \ \ |
|
| * | | | handle multibyte characters in name | Fredrik Gustafsson | 2013-06-14 |
| |/ / |
|
* | | | git-submodule.sh: remove duplicate call to set_rev_name | Fredrik Gustafsson | 2013-06-17 |
|/ / |
|
* | | Merge branch 'jl/submodule-deinit' | Junio C Hamano | 2013-04-05 |
|\ \ |
|
| * | | submodule deinit: clarify work tree removal message | Jens Lehmann | 2013-04-01 |
* | | | Merge branch 'rs/submodule-summary-limit' | Junio C Hamano | 2013-04-03 |
|\ \ \
| | |/
| |/| |
|
| * | | submodule summary: support --summary-limit=<n> | René Scharfe | 2013-04-01 |
| * | | Merge branch 'we/submodule-update-prefix-output' into maint | Junio C Hamano | 2013-03-26 |
| |\ \ |
|
* | \ \ | Merge branch 'jl/submodule-deinit' | Junio C Hamano | 2013-03-25 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | submodule: add 'deinit' command | Jens Lehmann | 2013-03-04 |
* | | | | Merge branch 'we/submodule-update-prefix-output' | Junio C Hamano | 2013-03-21 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | submodule update: when using recursion, show full path | William Entriken | 2013-03-03 |
| |/ |
|
* | | Allow custom "comment char" | Junio C Hamano | 2013-01-16 |
* | | submodule add: If --branch is given, record it in .gitmodules | W. Trevor King | 2012-12-19 |
* | | submodule update: add --remote for submodule's upstream changes | W. Trevor King | 2012-12-19 |
* | | submodule: add get_submodule_config helper funtion | W. Trevor King | 2012-12-11 |
|/ |
|
* | Merge branch 'wtk/submodule-doc-fixup' | Junio C Hamano | 2012-11-21 |
|\ |
|
| * | git-submodule: wrap branch option with "<>" in usage strings. | W. Trevor King | 2012-10-25 |
* | | Merge branch 'ph/submodule-sync-recursive' | Junio C Hamano | 2012-11-15 |
|\ \ |
|
| * | | Teach --recursive to submodule sync | Phil Hord | 2012-10-29 |
| |/ |
|
* | | Merge branch 'ph/maint-submodule-status-fix' | Jeff King | 2012-11-09 |
|\ \ |
|
| * | | submodule status: remove unused orig_* variables | Jens Lehmann | 2012-10-29 |
* | | | Merge branch 'sz/maint-submodule-reference-arg' | Jeff King | 2012-11-04 |
|\ \ \ |
|
| * | | | submodule add: fix handling of --reference=<repo> option | Stefan Zager | 2012-10-26 |
| |/ / |
|
| * | | Merge branch 'rr/maint-submodule-unknown-cmd' into maint | Junio C Hamano | 2012-10-02 |
| |\ \ |
|
| * \ \ | Sync with 1.7.11.6 | Junio C Hamano | 2012-09-11 |
| |\ \ \ |
|
* | \ \ \ | Merge branch 'jl/submodule-add-by-name' | Jeff King | 2012-10-29 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | submodule add: Fail when .git/modules/<name> already exists unless forced | Jens Lehmann | 2012-09-30 |
| * | | | | Teach "git submodule add" the --name option | Jens Lehmann | 2012-09-29 |
* | | | | | Merge branch 'rr/maint-submodule-unknown-cmd' | Junio C Hamano | 2012-09-29 |
|\ \ \ \ \
| |/ / / /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | submodule: if $command was not matched, don't parse other args | Ramkumar Ramachandra | 2012-09-25 |
| | |/
| |/| |
|
| * | | Merge branch 'sz/submodule-force-update' into maint-1.7.11 | Junio C Hamano | 2012-09-11 |
| |\ \ |
|