aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-submodule.txt
AgeCommit message (Expand)AuthorFilesLines
2023-12-26doc: enforce dashes in placeholdersJean-Noël Avila1-2/+2
2023-07-25doc: highlight that .gitmodules does not support !commandPetar Vutov1-12/+19
2022-02-09clone, submodule: pass partial clone filters to submodulesJosh Steadmon1-1/+5
2020-06-24submodule: fall back to remote's HEAD for missing remote.<name>.branchJohannes Schindelin1-6/+6
2020-03-05Merge branch 'es/recursive-single-branch-clone'Junio C Hamano1-1/+5
2020-02-25clone: pass --single-branch during --recurse-submodulesEmily Shaffer1-1/+5
2020-02-12Merge branch 'km/submodule-doc-use-sm-path'Junio C Hamano1-1/+1
2020-01-31submodule foreach: replace $path with $sm_path in exampleKyle Meyer1-1/+1
2020-01-08Merge branch 'tm/doc-submodule-absorb-fix'Junio C Hamano1-1/+1
2020-01-06doc: submodule: fix typo for command absorbgitdirsThomas Menzel1-1/+1
2019-12-10Merge branch 'dl/submodule-set-url'Junio C Hamano1-0/+6
2019-12-05Merge branch 'mg/doc-submodule-status-cached'Junio C Hamano1-0/+3
2019-12-05Merge branch 'pb/submodule-update-fetches'Junio C Hamano1-1/+2
2019-11-24doc: mention that 'git submodule update' fetches missing commitsPhilippe Blain1-1/+2
2019-11-24doc: document 'git submodule status --cached'Manish Goregaokar1-0/+3
2019-10-30submodule: teach set-url subcommandDenton Liu1-0/+6
2019-10-07Merge branch 'dl/submodule-set-branch'Junio C Hamano1-1/+2
2019-09-16git-submodule.txt: fix AsciiDoc formatting errorDenton Liu1-1/+2
2019-04-25Merge branch 'dl/submodule-set-branch'Junio C Hamano1-3/+11
2019-04-22Merge branch 'cb/doco-mono'Junio C Hamano1-1/+1
2019-04-10submodule: teach set-branch subcommandDenton Liu1-0/+7
2019-03-13doc: format pathnames and URLs as monospace.Corentin BOMPARD1-1/+1
2019-02-15submodule: document default behaviorDenton Liu1-0/+4
2019-02-07git-submodule.txt: "--branch <branch>" option defaults to 'master'Denton Liu1-3/+4
2018-06-25Merge branch 'pc/submodule-helper-foreach'Junio C Hamano1-5/+10
2018-06-18Merge branch 'rd/doc-remote-tracking-with-hyphen'Junio C Hamano1-2/+2
2018-06-13Use hyphenated "remote-tracking branch" (docs and comments)Robert P. J. Day1-2/+2
2018-05-30Merge branch 'cf/submodule-progress-dissociate'Junio C Hamano1-1/+16
2018-05-22submodule: add --dissociate option to add/update commandsCasey Fitzpatrick1-1/+9
2018-05-22submodule: add --progress option to add commandCasey Fitzpatrick1-0/+7
2018-05-09submodule foreach: document variable '$displaypath'Prathamesh Chavan1-3/+5
2018-05-09submodule foreach: document '$sm_path' instead of '$path'Prathamesh Chavan1-4/+7
2018-04-18git-submodule.txt: quote usage in monospace, drop backslashMartin Ågren1-2/+2
2018-01-16Doc/git-submodule: improve readability and grammar of a sentenceKaartic Sivaraam1-8/+8
2017-07-12Merge branch 'sb/submodule-doc'Junio C Hamano1-34/+10
2017-06-30Merge branch 'vs/typofixes'Junio C Hamano1-1/+1
2017-06-27Spelling fixesVille Skyttä1-1/+1
2017-06-22submodules: overhaul documentationStefan Beller1-34/+10
2017-06-22Documentation/git-submodule: cleanup "add" sectionKaartic Sivaraam1-28/+21
2017-03-18submodule init: initialize active submodulesBrandon Williams1-1/+3
2017-02-28submodule init: warn about falling back to a local pathStefan Beller1-14/+24
2017-02-15Merge branch 'jk/doc-submodule-markup-fix'Junio C Hamano1-3/+6
2017-02-13docs/git-submodule: fix unbalanced quoteJeff King1-3/+6
2017-01-12submodule update documentation: don't repeat ourselvesStefan Beller1-16/+14
2017-01-12submodule documentation: add options to the subcommandStefan Beller1-16/+11
2016-12-12submodule: add absorb-git-dir functionStefan Beller1-0/+15
2016-10-19submodules doc: update documentation for "." used for submodule branchesBrandon Williams1-1/+3
2016-05-27submodule update: learn `--[no-]recommend-shallow` optionStefan Beller1-2/+9
2016-05-17Merge branch 'sb/submodule-deinit-all'Junio C Hamano1-6/+13
2016-05-05submodule deinit: require '--all' instead of '.' for all submodulesStefan Beller1-6/+13
2016-03-01submodule update: expose parallelism to the userStefan Beller1-1/+6
2015-12-04document submodule sync --recursiveStefan Beller1-1/+4
2015-05-28submodule doc: reorder introductory paragraphsStefan Beller1-28/+22
2015-03-02submodule: improve documentation of update subcommandMichal Sojka1-20/+46
2014-07-10Merge branch 'mc/doc-submodule-sync-recurse' into maintJunio C Hamano1-1/+1
2014-06-13submodule: document "sync --recursive"Matthew Chen1-1/+1
2014-04-02Revert "submodule: explicit local branch creation in module_clone"Junio C Hamano1-26/+8
2014-04-01Revert "Merge branch 'wt/doc-submodule-name-path-confusion-2'"Junio C Hamano1-1/+1
2014-03-31Merge branch 'wt/doc-submodule-name-path-confusion-2'Junio C Hamano1-1/+1
2014-03-31Merge branch 'wt/doc-submodule-name-path-confusion-1'Junio C Hamano1-1/+1
2014-03-27doc: submodule.*.branch config is keyed by nameW. Trevor King1-1/+1
2014-03-27doc: submodule.* config are keyed by submodule namesW. Trevor King1-1/+1
2014-03-14Merge branch 'jl/doc-submodule-update-checkout'Junio C Hamano1-1/+10
2014-02-28submodule update: consistently document the '--checkout' optionJens Lehmann1-1/+10
2014-02-24Documentation: describe 'submodule update --remote' use caseW. Trevor King1-0/+10
2014-02-24submodule: explicit local branch creation in module_cloneW. Trevor King1-9/+27
2013-07-15Merge branch 'fg/submodule-clone-depth'Junio C Hamano1-2/+8
2013-07-15Merge branch 'cp/submodule-custom-update'Junio C Hamano1-1/+3
2013-07-03Change "remote tracking" to "remote-tracking"Michael Schubert1-1/+1
2013-07-03Add --depth to submodule update/addFredrik Gustafsson1-2/+8
2013-07-03submodule update: allow custom command to update submodule working treeChris Packham1-1/+3
2013-05-16git-submodule.txt: Clarify 'init' and 'add' subcommands.Dale R. Worley1-2/+6
2013-03-25Merge branch 'jl/submodule-deinit'Junio C Hamano1-1/+17
2013-03-04submodule: add 'deinit' commandJens Lehmann1-1/+17
2013-02-27Merge branch 'maint'Junio C Hamano1-2/+3
2013-02-27Documentation/submodule: Add --force to update synopsisBrad King1-1/+1
2013-02-01Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann1-1/+1
2012-12-19submodule add: If --branch is given, record it in .gitmodulesW. Trevor King1-0/+2
2012-12-19submodule update: add --remote for submodule's upstream changesW. Trevor King1-1/+22
2012-11-21Merge branch 'wtk/submodule-doc-fixup'Junio C Hamano1-1/+1
2012-10-29Merge branch 'jl/submodule-add-by-name'Jeff King1-1/+6
2012-10-25git-submodule: wrap branch option with "<>" in usage strings.W. Trevor King1-1/+1
2012-09-29Teach "git submodule add" the --name optionJens Lehmann1-1/+6
2012-09-25submodule: if $command was not matched, don't parse other argsRamkumar Ramachandra1-1/+0
2012-08-24Make 'git submodule update --force' always check out submodules.Stefan Zager1-1/+8
2012-06-22Documentation: Fix misspellingsLeila Muhtasib1-1/+1
2012-05-14link to gitmodules page at the beginning of git-submodule documentationHeiko Voigt1-3/+3
2012-05-11document submdule.$name.update=none option for gitmodulesHeiko Voigt1-5/+2
2012-03-28correct spelling: an URL -> a URLJim Meyering1-1/+1
2012-01-03Merge branch 'maint-1.7.7' into maintJunio C Hamano1-1/+6
2012-01-03docs: describe behavior of relative submodule URLsJens Lehmann1-1/+6
2011-08-11add update 'none' flag to disable update of submodule by defaultHeiko Voigt1-1/+7
2011-08-08Merge branch 'jl/submodule-status-summary-doc'Junio C Hamano1-12/+26
2011-08-01Documentation/submodule: add command references and update optionsJens Lehmann1-12/+26
2011-07-22Merge branch 'jl/submodule-add-relurl-wo-upstream'Junio C Hamano1-1/+3
2011-07-19Merge branch 'jc/submodule-sync-no-auto-vivify'Junio C Hamano1-1/+3
2011-06-29Merge branch 'jn/maint-doc-dashdash' into jn/doc-dashdashJunio C Hamano1-1/+1
2011-06-29Documentation: quote double-dash for AsciiDocJonathan Nieder1-1/+1
2011-06-26submodule sync: do not auto-vivify uninteresting submoduleJunio C Hamano1-1/+3
2011-06-06submodule add: allow relative repository path even when no url is setJens Lehmann1-1/+3
2011-05-02Merge branch 'nm/submodule-update-force'Junio C Hamano1-2/+4
2011-04-04submodule: Add --force option for git submodule updateNicolas Morey-Chaisemartin1-2/+4
2011-04-04Merge branch 'nm/maint-conflicted-submodule-entries'Junio C Hamano1-2/+3
2011-03-30submodule: process conflicting submodules only onceNicolas Morey-Chaisemartin1-2/+3
2011-03-11doc: drop author/documentation sections from most pagesJeff King1-5/+0
2010-07-19git submodule add: Remove old docs about implicit -fÆvar Arnfjörð Bjarmason1-4/+0
2010-07-19git submodule add: Require the new --force option to add ignored pathsJens Lehmann1-1/+6
2010-07-05git submodule: add submodules with git add -f <path>Ævar Arnfjörð Bjarmason1-0/+4
2010-05-25git-submodule foreach: Add $toplevel variableÆvar Arnfjörð Bjarmason1-2/+4
2010-01-31Fix typos in technical documentation.Ralf Wildenhues1-1/+1
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast1-2/+2
2010-01-10Documentation: format full commands in typewriter fontThomas Rast1-2/+2
2009-09-22git submodule add: make the <path> parameter optionalJens Lehmann1-2/+6
2009-08-27Merge branch 'jh/submodule-foreach'Junio C Hamano1-4/+19
2009-08-18git submodule status: Add --recursive to recurse into nested submodulesJohan Herland1-2/+5
2009-08-18git submodule update: Introduce --recursive to update nested submodulesJohan Herland1-2/+5
2009-08-18git submodule foreach: Add --recursive to recurse into nested submodulesJohan Herland1-1/+9
2009-08-18git submodule foreach: Provide access to submodule name, as '$name'Johan Herland1-1/+2
2009-08-15Documentaqtion/git-submodule.txt: TypofixLars Hjemli1-1/+1
2009-08-14git submodule summary: add --files optionJens Lehmann1-2/+11
2009-08-05Documentation: git submodule: add missing options to synopsisJens Lehmann1-2/+2
2009-06-30Merge branch 'maint'Junio C Hamano1-2/+3
2009-06-30git-submodule documentation: fix foreach exampleMiklos Vajna1-2/+3
2009-06-20Merge branch 'ph/submodule-rebase'Junio C Hamano1-2/+13
2009-06-13Merge branch 'ph/submodule-rebase' (early part)Junio C Hamano1-2/+12
2009-06-03git-submodule: add support for --merge.Johan Herland1-2/+13
2009-06-03Rename submodule.<name>.rebase to submodule.<name>.updateJohan Herland1-2/+2
2009-05-09Add --reference option to git submodule.Michael S. Tsirkin1-2/+12
2009-04-24git-submodule: add support for --rebase.Peter Hutterer1-2/+12
2009-02-07submodule: add --no-fetch parameter to update commandFabian Franz1-1/+6
2008-12-19Merge branch 'maint' to sync with GIT 1.6.0.6Junio C Hamano1-1/+1
2008-12-19Documentation: fix typos, grammar, asciidoc syntaxMarkus Heidelberg1-1/+1
2008-08-25git-submodule: add "sync" commandDavid Aguilar1-0/+9
2008-08-17git-submodule - Add 'foreach' subcommandMark Levedahl1-0/+17
2008-07-30Make the DESCRIPTION match <x>... items in the SYNOPSISAbhijit Menon-Sen1-2/+2
2008-07-27Documentation/git-submodule.txt: fix doubled wordCesar Eduardo Barros1-1/+1
2008-07-19Documentation/git-submodule.txt: Further clarify the descriptionPetr Baudis1-22/+47
2008-07-16Documentation/git-submodule.txt: Add Description sectionPetr Baudis1-0/+22
2008-07-14git-submodule - make "submodule add" more strict, and document itMark Levedahl1-9/+27
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder1-2/+2
2008-07-01Documentation formatting and cleanupJonathan Nieder1-2/+2
2008-07-01Documentation: be consistent about "git-" versus "git "Jonathan Nieder1-5/+5
2008-06-08Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer1-3/+6
2008-06-06documentation: move git(7) to git(1)Christian Couder1-1/+1
2008-05-16submodule update: add convenience option --initJohannes Schindelin1-1/+6
2008-04-12Documentation/git-submodule: typofixJunio C Hamano1-1/+1
2008-03-15Merge branch 'py/submodule'Junio C Hamano1-3/+16
2008-03-11git-submodule summary: documentationPing Yin1-3/+16
2008-03-05git-submodule - Allow adding a submodule in-placeMark Levedahl1-2/+3
2008-01-21submodule: Document the details of the command line syntaxSteffen Prohaska1-2/+3
2008-01-06Documentation: rename gitlink macro to linkgitDan McGee1-3/+3
2007-12-27Documentation/git-submodule.txt: typofixJunio C Hamano1-1/+1
2007-12-16Documentation/git-submodule: refer to gitmodules(5)Junio C Hamano1-1/+2
2007-09-25git-submodule - allow a relative path as the subproject urlMark Levedahl1-0/+3
2007-07-06git-submodule(1): update description and key namesLars Hjemli1-3/+3
2007-07-06Add [verse] to the SYNOPSIS section of git-submodule.txt.Matt Kraai1-0/+1
2007-07-02git-submodule: provide easy way of adding new submodulesSven Verdoolaege1-0/+11
2007-06-06git-submodule: clone during update, not during initLars Hjemli1-8/+8
2007-05-26Add git-submodule commandLars Hjemli1-0/+65