summaryrefslogtreecommitdiff
path: root/Documentation/git-submodule.txt
Commit message (Expand)AuthorAgeFilesLines
* document submodule sync --recursivesb/doc-submodule-sync-recursiveStefan Beller2015-12-041-1/+4
* submodule doc: reorder introductory paragraphssb/submodule-doc-introStefan Beller2015-05-281-28/+22
* submodule: improve documentation of update subcommandms/submodule-update-config-docMichal Sojka2015-03-021-20/+46
* Merge branch 'mc/doc-submodule-sync-recurse' into maintJunio C Hamano2014-07-101-1/+1
|\
| * submodule: document "sync --recursive"mc/doc-submodule-sync-recurseMatthew Chen2014-06-131-1/+1
* | Revert "submodule: explicit local branch creation in module_clone"Junio C Hamano2014-04-021-26/+8
* | Revert "Merge branch 'wt/doc-submodule-name-path-confusion-2'"Junio C Hamano2014-04-011-1/+1
* | Merge branch 'wt/doc-submodule-name-path-confusion-2'Junio C Hamano2014-03-311-1/+1
|\ \
| * | doc: submodule.*.branch config is keyed by namewt/doc-submodule-name-path-confusion-2W. Trevor King2014-03-271-1/+1
* | | Merge branch 'wt/doc-submodule-name-path-confusion-1'Junio C Hamano2014-03-311-1/+1
|\ \ \
| * | | doc: submodule.* config are keyed by submodule nameswt/doc-submodule-name-path-confusion-1W. Trevor King2014-03-271-1/+1
* | | | Merge branch 'jl/doc-submodule-update-checkout'Junio C Hamano2014-03-141-1/+10
|\ \ \ \
| * | | | submodule update: consistently document the '--checkout' optionjl/doc-submodule-update-checkoutJens Lehmann2014-02-281-1/+10
| | |/ / | |/| |
* | | | Documentation: describe 'submodule update --remote' use casewk/submodule-on-branchW. Trevor King2014-02-241-0/+10
|/ / /
* | | submodule: explicit local branch creation in module_cloneW. Trevor King2014-02-241-9/+27
| |/ |/|
* | Merge branch 'fg/submodule-clone-depth'Junio C Hamano2013-07-151-2/+8
|\ \
| * | Add --depth to submodule update/addfg/submodule-clone-depthFredrik Gustafsson2013-07-031-2/+8
* | | Merge branch 'cp/submodule-custom-update'Junio C Hamano2013-07-151-1/+3
|\ \ \
| * | | submodule update: allow custom command to update submodule working treecp/submodule-custom-updateChris Packham2013-07-031-1/+3
| |/ /
* | | Change "remote tracking" to "remote-tracking"ms/remote-tracking-branches-in-docMichael Schubert2013-07-031-1/+1
|/ /
* | git-submodule.txt: Clarify 'init' and 'add' subcommands.Dale R. Worley2013-05-161-2/+6
* | Merge branch 'jl/submodule-deinit'Junio C Hamano2013-03-251-1/+17
|\ \
| * | submodule: add 'deinit' commandJens Lehmann2013-03-041-1/+17
* | | Merge branch 'maint'Junio C Hamano2013-02-271-2/+3
|\ \ \
| * | | Documentation/submodule: Add --force to update synopsisBrad King2013-02-271-1/+1
| |/ /
* | | Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann2013-02-011-1/+1
| |/ |/|
* | submodule add: If --branch is given, record it in .gitmodulesW. Trevor King2012-12-191-0/+2
* | submodule update: add --remote for submodule's upstream changesW. Trevor King2012-12-191-1/+22
|/
* Merge branch 'wtk/submodule-doc-fixup'Junio C Hamano2012-11-211-1/+1
|\
| * git-submodule: wrap branch option with "<>" in usage strings.W. Trevor King2012-10-251-1/+1
* | Merge branch 'jl/submodule-add-by-name'Jeff King2012-10-291-1/+6
|\ \ | |/ |/|
| * Teach "git submodule add" the --name optionJens Lehmann2012-09-291-1/+6
* | submodule: if $command was not matched, don't parse other argsRamkumar Ramachandra2012-09-251-1/+0
|/
* Make 'git submodule update --force' always check out submodules.Stefan Zager2012-08-241-1/+8
* Documentation: Fix misspellingsLeila Muhtasib2012-06-221-1/+1
* link to gitmodules page at the beginning of git-submodule documentationHeiko Voigt2012-05-141-3/+3
* document submdule.$name.update=none option for gitmodulesHeiko Voigt2012-05-111-5/+2
* correct spelling: an URL -> a URLJim Meyering2012-03-281-1/+1
* Merge branch 'maint-1.7.7' into maintJunio C Hamano2012-01-031-1/+6
|\
| * docs: describe behavior of relative submodule URLsJens Lehmann2012-01-031-1/+6
* | add update 'none' flag to disable update of submodule by defaultHeiko Voigt2011-08-111-1/+7
|/
* Merge branch 'jl/submodule-status-summary-doc'Junio C Hamano2011-08-081-12/+26
|\
| * Documentation/submodule: add command references and update optionsJens Lehmann2011-08-011-12/+26
* | Merge branch 'jl/submodule-add-relurl-wo-upstream'Junio C Hamano2011-07-221-1/+3
|\ \
| * | submodule add: allow relative repository path even when no url is setJens Lehmann2011-06-061-1/+3
* | | Merge branch 'jc/submodule-sync-no-auto-vivify'Junio C Hamano2011-07-191-1/+3
|\ \ \
| * | | submodule sync: do not auto-vivify uninteresting submoduleJunio C Hamano2011-06-261-1/+3
* | | | Merge branch 'jn/maint-doc-dashdash' into jn/doc-dashdashJunio C Hamano2011-06-291-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Documentation: quote double-dash for AsciiDocJonathan Nieder2011-06-291-1/+1
* | | | Merge branch 'nm/submodule-update-force'Junio C Hamano2011-05-021-2/+4
|\ \ \ \ | |_|_|/ |/| | |