Age | Commit message (Expand) | Author | Files | Lines |
2015-10-05 | Sync with 2.6.1 | Junio C Hamano | 1 | -0/+9 |
2015-10-05 | Merge branch 'sb/submodule-helper' | Junio C Hamano | 1 | -149/+15 |
2015-09-28 | Sync with 2.4.10 | Junio C Hamano | 1 | -0/+9 |
2015-09-23 | submodule: allow only certain protocols for submodule fetches | Jeff King | 1 | -0/+9 |
2015-09-17 | Merge branch 'ah/submodule-typofix-in-error' into maint | Junio C Hamano | 1 | -1/+1 |
2015-09-08 | submodule: rewrite `module_clone` shell function in C | Stefan Beller | 1 | -76/+2 |
2015-09-03 | submodule: rewrite `module_name` shell function in C | Stefan Beller | 1 | -25/+7 |
2015-09-03 | submodule: rewrite `module_list` shell function in C | Stefan Beller | 1 | -48/+6 |
2015-09-01 | Merge branch 'ah/submodule-typofix-in-error' | Junio C Hamano | 1 | -1/+1 |
2015-08-28 | git-submodule: remove extraneous space from error message | Alex Henrie | 1 | -1/+1 |
2015-03-05 | Merge branch 'ps/submodule-sanitize-path-upon-add' into maint | Junio C Hamano | 1 | -1/+1 |
2015-02-22 | Merge branch 'ps/submodule-sanitize-path-upon-add' | Junio C Hamano | 1 | -1/+1 |
2015-02-02 | git-submodule.sh: fix '/././' path normalization | Patrick Steinhardt | 1 | -1/+1 |
2014-06-19 | git-submodule.sh: avoid "echo" path-like values | Junio C Hamano | 1 | -8/+8 |
2014-06-19 | git-submodule.sh: avoid "test <cond> -a/-o <cond>" | Elia Pinto | 1 | -12/+20 |
2014-06-06 | Merge branch 'sk/submodules-absolute-path-on-windows' | Junio C Hamano | 1 | -3/+0 |
2014-05-08 | Revert "submodules: fix ambiguous absolute paths under Windows" | Stepan Kasal | 1 | -3/+0 |
2014-04-02 | Revert "submodule: explicit local branch creation in module_clone" | Junio C Hamano | 1 | -41/+17 |
2014-03-14 | Merge branch 'jl/doc-submodule-update-checkout' | Junio C Hamano | 1 | -1/+1 |
2014-02-28 | submodule update: consistently document the '--checkout' option | Jens Lehmann | 1 | -1/+1 |
2014-02-27 | Merge branch 'wk/submodule-on-branch' | Junio C Hamano | 1 | -32/+57 |
2014-02-24 | submodule: explicit local branch creation in module_clone | W. Trevor King | 1 | -17/+41 |
2014-02-24 | submodule: document module_clone arguments in comments | W. Trevor King | 1 | -0/+6 |
2014-02-24 | submodule: make 'checkout' update_module mode more explicit | W. Trevor King | 1 | -16/+11 |
2014-01-17 | Merge branch 'fp/submodule-checkout-mode' | Junio C Hamano | 1 | -1/+12 |
2014-01-07 | git-submodule.sh: 'checkout' is a valid update mode | Francesco Pretto | 1 | -1/+12 |
2013-12-05 | Merge branch 'jl/submodule-update-retire-orig-flags' | Junio C Hamano | 1 | -4/+1 |
2013-12-05 | Merge branch 'jk/replace-perl-in-built-scripts' | Junio C Hamano | 1 | -1/+1 |
2013-12-05 | Merge branch 'ak/submodule-foreach-quoting' | Junio C Hamano | 1 | -1/+6 |
2013-12-02 | Sync with 1.8.4.5 | Junio C Hamano | 1 | -5/+15 |
2013-12-02 | submodule: do not copy unknown update mode from .gitmodules | Junio C Hamano | 1 | -5/+15 |
2013-11-11 | submodule update: remove unnecessary orig_flags variable | Jens Lehmann | 1 | -4/+1 |
2013-10-29 | use @@PERL@@ in built scripts | Jeff King | 1 | -1/+1 |
2013-09-27 | submodule foreach: skip eval for more than one argument | Anders Kaseorg | 1 | -1/+6 |
2013-09-24 | Merge branch 'bc/submodule-status-ignored' | Jonathan Nieder | 1 | -4/+11 |
2013-09-06 | submodule summary: ignore --for-status option | Matthieu Moy | 1 | -12/+1 |
2013-09-04 | submodule: don't print status output with ignore=all | Brian M. Carlson | 1 | -0/+7 |
2013-09-03 | submodule: fix confusing variable name | Brian M. Carlson | 1 | -4/+4 |
2013-07-15 | Merge branch 'fg/submodule-clone-depth' | Junio C Hamano | 1 | -3/+21 |
2013-07-03 | Add --depth to submodule update/add | Fredrik Gustafsson | 1 | -3/+21 |
2013-07-03 | submodule update: allow custom command to update submodule working tree | Chris Packham | 1 | -0/+6 |
2013-06-30 | Merge branch 'jk/submodule-subdirectory-ok' | Junio C Hamano | 1 | -35/+100 |
2013-06-26 | Merge branch 'fg/submodule-non-ascii-path' | Junio C Hamano | 1 | -1/+2 |
2013-06-17 | submodule: drop the top-level requirement | John Keeping | 1 | -35/+100 |
2013-06-17 | submodule: show full path in error message | John Keeping | 1 | -1/+1 |
2013-06-17 | git-submodule.sh: remove duplicate call to set_rev_name | Fredrik Gustafsson | 1 | -2/+2 |
2013-06-14 | handle multibyte characters in name | Fredrik Gustafsson | 1 | -1/+2 |
2013-04-05 | Merge branch 'jl/submodule-deinit' | Junio C Hamano | 1 | -2/+4 |
2013-04-03 | Merge branch 'rs/submodule-summary-limit' | Junio C Hamano | 1 | -6/+11 |
2013-04-01 | submodule deinit: clarify work tree removal message | Jens Lehmann | 1 | -2/+4 |