summaryrefslogtreecommitdiff
path: root/Documentation/git-submodule.txt
AgeCommit message (Expand)Author
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
2009-08-19git submodule foreach: Add --recursive to recurse into nested submodulesJohan Herland
2009-08-18git submodule foreach: Provide access to submodule name, as '$name'Johan Herland
2009-08-15Documentaqtion/git-submodule.txt: TypofixLars Hjemli
2009-08-15git submodule summary: add --files optionJens Lehmann
2009-08-05Documentation: git submodule: add missing options to synopsisJens Lehmann
2009-06-30Merge branch 'maint'Junio C Hamano
2009-06-30git-submodule documentation: fix foreach exampleMiklos Vajna
2009-06-21Merge branch 'ph/submodule-rebase'Junio C Hamano
2009-06-13Merge branch 'ph/submodule-rebase' (early part)Junio C Hamano
2009-06-03git-submodule: add support for --merge.Johan Herland
2009-06-03Rename submodule.<name>.rebase to submodule.<name>.updateJohan Herland