Age | Commit message (Expand) | Author | Files | Lines |
2015-05-28 | submodule doc: reorder introductory paragraphs | Stefan Beller | 1 | -28/+22 |
2015-03-02 | submodule: improve documentation of update subcommand | Michal Sojka | 1 | -20/+46 |
2014-07-10 | Merge branch 'mc/doc-submodule-sync-recurse' into maint | Junio C Hamano | 1 | -1/+1 |
2014-06-13 | submodule: document "sync --recursive" | Matthew Chen | 1 | -1/+1 |
2014-04-02 | Revert "submodule: explicit local branch creation in module_clone" | Junio C Hamano | 1 | -26/+8 |
2014-04-01 | Revert "Merge branch 'wt/doc-submodule-name-path-confusion-2'" | Junio C Hamano | 1 | -1/+1 |
2014-03-31 | Merge branch 'wt/doc-submodule-name-path-confusion-2' | Junio C Hamano | 1 | -1/+1 |
2014-03-31 | Merge branch 'wt/doc-submodule-name-path-confusion-1' | Junio C Hamano | 1 | -1/+1 |
2014-03-27 | doc: submodule.*.branch config is keyed by name | W. Trevor King | 1 | -1/+1 |
2014-03-27 | doc: submodule.* config are keyed by submodule names | W. Trevor King | 1 | -1/+1 |
2014-03-14 | Merge branch 'jl/doc-submodule-update-checkout' | Junio C Hamano | 1 | -1/+10 |
2014-02-28 | submodule update: consistently document the '--checkout' option | Jens Lehmann | 1 | -1/+10 |
2014-02-24 | Documentation: describe 'submodule update --remote' use case | W. Trevor King | 1 | -0/+10 |
2014-02-24 | submodule: explicit local branch creation in module_clone | W. Trevor King | 1 | -9/+27 |
2013-07-15 | Merge branch 'fg/submodule-clone-depth' | Junio C Hamano | 1 | -2/+8 |
2013-07-15 | Merge branch 'cp/submodule-custom-update' | Junio C Hamano | 1 | -1/+3 |
2013-07-03 | Change "remote tracking" to "remote-tracking" | Michael Schubert | 1 | -1/+1 |
2013-07-03 | Add --depth to submodule update/add | Fredrik Gustafsson | 1 | -2/+8 |
2013-07-03 | submodule update: allow custom command to update submodule working tree | Chris Packham | 1 | -1/+3 |
2013-05-16 | git-submodule.txt: Clarify 'init' and 'add' subcommands. | Dale R. Worley | 1 | -2/+6 |
2013-03-25 | Merge branch 'jl/submodule-deinit' | Junio C Hamano | 1 | -1/+17 |
2013-03-04 | submodule: add 'deinit' command | Jens Lehmann | 1 | -1/+17 |
2013-02-27 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+3 |
2013-02-27 | Documentation/submodule: Add --force to update synopsis | Brad King | 1 | -1/+1 |
2013-02-01 | Documentation: the name of the system is 'Git', not 'git' | Thomas Ackermann | 1 | -1/+1 |
2012-12-19 | submodule add: If --branch is given, record it in .gitmodules | W. Trevor King | 1 | -0/+2 |
2012-12-19 | submodule update: add --remote for submodule's upstream changes | W. Trevor King | 1 | -1/+22 |
2012-11-21 | Merge branch 'wtk/submodule-doc-fixup' | Junio C Hamano | 1 | -1/+1 |
2012-10-29 | Merge branch 'jl/submodule-add-by-name' | Jeff King | 1 | -1/+6 |
2012-10-25 | git-submodule: wrap branch option with "<>" in usage strings. | W. Trevor King | 1 | -1/+1 |
2012-09-29 | Teach "git submodule add" the --name option | Jens Lehmann | 1 | -1/+6 |
2012-09-25 | submodule: if $command was not matched, don't parse other args | Ramkumar Ramachandra | 1 | -1/+0 |
2012-08-24 | Make 'git submodule update --force' always check out submodules. | Stefan Zager | 1 | -1/+8 |
2012-06-22 | Documentation: Fix misspellings | Leila Muhtasib | 1 | -1/+1 |
2012-05-14 | link to gitmodules page at the beginning of git-submodule documentation | Heiko Voigt | 1 | -3/+3 |
2012-05-11 | document submdule.$name.update=none option for gitmodules | Heiko Voigt | 1 | -5/+2 |
2012-03-28 | correct spelling: an URL -> a URL | Jim Meyering | 1 | -1/+1 |
2012-01-03 | Merge branch 'maint-1.7.7' into maint | Junio C Hamano | 1 | -1/+6 |
2012-01-03 | docs: describe behavior of relative submodule URLs | Jens Lehmann | 1 | -1/+6 |
2011-08-11 | add update 'none' flag to disable update of submodule by default | Heiko Voigt | 1 | -1/+7 |
2011-08-08 | Merge branch 'jl/submodule-status-summary-doc' | Junio C Hamano | 1 | -12/+26 |
2011-08-01 | Documentation/submodule: add command references and update options | Jens Lehmann | 1 | -12/+26 |
2011-07-22 | Merge branch 'jl/submodule-add-relurl-wo-upstream' | Junio C Hamano | 1 | -1/+3 |
2011-07-19 | Merge branch 'jc/submodule-sync-no-auto-vivify' | Junio C Hamano | 1 | -1/+3 |
2011-06-29 | Merge branch 'jn/maint-doc-dashdash' into jn/doc-dashdash | Junio C Hamano | 1 | -1/+1 |
2011-06-29 | Documentation: quote double-dash for AsciiDoc | Jonathan Nieder | 1 | -1/+1 |
2011-06-26 | submodule sync: do not auto-vivify uninteresting submodule | Junio C Hamano | 1 | -1/+3 |
2011-06-06 | submodule add: allow relative repository path even when no url is set | Jens Lehmann | 1 | -1/+3 |
2011-05-02 | Merge branch 'nm/submodule-update-force' | Junio C Hamano | 1 | -2/+4 |
2011-04-04 | submodule: Add --force option for git submodule update | Nicolas Morey-Chaisemartin | 1 | -2/+4 |