summaryrefslogtreecommitdiff
path: root/Documentation/git-submodule.txt
AgeCommit message (Expand)Author
2013-07-15Merge branch 'fg/submodule-clone-depth'Junio C Hamano
2013-07-15Merge branch 'cp/submodule-custom-update'Junio C Hamano
2013-07-03Change "remote tracking" to "remote-tracking"Michael Schubert
2013-07-03Add --depth to submodule update/addFredrik Gustafsson
2013-07-03submodule update: allow custom command to update submodule working treeChris Packham
2013-05-16git-submodule.txt: Clarify 'init' and 'add' subcommands.Dale R. Worley
2013-03-25Merge branch 'jl/submodule-deinit'Junio C Hamano
2013-03-04submodule: add 'deinit' commandJens Lehmann
2013-02-27Merge branch 'maint'Junio C Hamano
2013-02-27Documentation/submodule: Add --force to update synopsisBrad King
2013-02-01Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann
2012-12-19submodule add: If --branch is given, record it in .gitmodulesW. Trevor King
2012-12-19submodule update: add --remote for submodule's upstream changesW. Trevor King
2012-11-21Merge branch 'wtk/submodule-doc-fixup'Junio C Hamano
2012-10-29Merge branch 'jl/submodule-add-by-name'Jeff King
2012-10-25git-submodule: wrap branch option with "<>" in usage strings.W. Trevor King
2012-09-30Teach "git submodule add" the --name optionJens Lehmann
2012-09-25submodule: if $command was not matched, don't parse other argsRamkumar Ramachandra
2012-08-24Make 'git submodule update --force' always check out submodules.Stefan Zager
2012-06-22Documentation: Fix misspellingsLeila Muhtasib
2012-05-14link to gitmodules page at the beginning of git-submodule documentationHeiko Voigt
2012-05-11document submdule.$name.update=none option for gitmodulesHeiko Voigt
2012-03-28correct spelling: an URL -> a URLJim Meyering
2012-01-03Merge branch 'maint-1.7.7' into maintJunio C Hamano
2012-01-03docs: describe behavior of relative submodule URLsJens Lehmann
2011-08-11add update 'none' flag to disable update of submodule by defaultHeiko Voigt
2011-08-08Merge branch 'jl/submodule-status-summary-doc'Junio C Hamano
2011-08-01Documentation/submodule: add command references and update optionsJens Lehmann
2011-07-22Merge branch 'jl/submodule-add-relurl-wo-upstream'Junio C Hamano
2011-07-19Merge branch 'jc/submodule-sync-no-auto-vivify'Junio C Hamano
2011-06-29Merge branch 'jn/maint-doc-dashdash' into jn/doc-dashdashJunio C Hamano
2011-06-29Documentation: quote double-dash for AsciiDocJonathan Nieder
2011-06-26submodule sync: do not auto-vivify uninteresting submoduleJunio C Hamano
2011-06-06submodule add: allow relative repository path even when no url is setJens Lehmann
2011-05-02Merge branch 'nm/submodule-update-force'Junio C Hamano
2011-04-04submodule: Add --force option for git submodule updateNicolas Morey-Chaisemartin
2011-04-04Merge branch 'nm/maint-conflicted-submodule-entries'Junio C Hamano
2011-03-31submodule: process conflicting submodules only onceNicolas Morey-Chaisemartin
2011-03-11doc: drop author/documentation sections from most pagesJeff King
2010-07-19git submodule add: Remove old docs about implicit -fÆvar Arnfjörð Bjarmason
2010-07-19git submodule add: Require the new --force option to add ignored pathsJens Lehmann
2010-07-05git submodule: add submodules with git add -f <path>Ævar Arnfjörð Bjarmason
2010-05-25git-submodule foreach: Add $toplevel variableÆvar Arnfjörð Bjarmason
2010-01-31Fix typos in technical documentation.Ralf Wildenhues
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast
2010-01-10Documentation: format full commands in typewriter fontThomas Rast
2009-09-22git submodule add: make the <path> parameter optionalJens Lehmann
2009-08-27Merge branch 'jh/submodule-foreach'Junio C Hamano
2009-08-19git submodule status: Add --recursive to recurse into nested submodulesJohan Herland
2009-08-19git submodule update: Introduce --recursive to update nested submodulesJohan Herland