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