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