Age | Commit message (Expand) | Author | Files | Lines |
2012-09-25 | submodule: if $command was not matched, don't parse other args | Ramkumar Ramachandra | 1 | -1/+0 |
2012-08-24 | Make 'git submodule update --force' always check out submodules. | Stefan Zager | 1 | -1/+8 |
2012-06-22 | Documentation: Fix misspellings | Leila Muhtasib | 1 | -1/+1 |
2012-05-14 | link to gitmodules page at the beginning of git-submodule documentation | Heiko Voigt | 1 | -3/+3 |
2012-05-11 | document submdule.$name.update=none option for gitmodules | Heiko Voigt | 1 | -5/+2 |
2012-03-28 | correct spelling: an URL -> a URL | Jim Meyering | 1 | -1/+1 |
2012-01-03 | Merge branch 'maint-1.7.7' into maint | Junio C Hamano | 1 | -1/+6 |
2012-01-03 | docs: describe behavior of relative submodule URLs | Jens Lehmann | 1 | -1/+6 |
2011-08-11 | add update 'none' flag to disable update of submodule by default | Heiko Voigt | 1 | -1/+7 |
2011-08-08 | Merge branch 'jl/submodule-status-summary-doc' | Junio C Hamano | 1 | -12/+26 |
2011-08-01 | Documentation/submodule: add command references and update options | Jens Lehmann | 1 | -12/+26 |
2011-07-22 | Merge branch 'jl/submodule-add-relurl-wo-upstream' | Junio C Hamano | 1 | -1/+3 |
2011-07-19 | Merge branch 'jc/submodule-sync-no-auto-vivify' | Junio C Hamano | 1 | -1/+3 |
2011-06-29 | Merge branch 'jn/maint-doc-dashdash' into jn/doc-dashdash | Junio C Hamano | 1 | -1/+1 |
2011-06-29 | Documentation: quote double-dash for AsciiDoc | Jonathan Nieder | 1 | -1/+1 |
2011-06-26 | submodule sync: do not auto-vivify uninteresting submodule | Junio C Hamano | 1 | -1/+3 |
2011-06-06 | submodule add: allow relative repository path even when no url is set | Jens Lehmann | 1 | -1/+3 |
2011-05-02 | Merge branch 'nm/submodule-update-force' | Junio C Hamano | 1 | -2/+4 |
2011-04-04 | submodule: Add --force option for git submodule update | Nicolas Morey-Chaisemartin | 1 | -2/+4 |
2011-04-04 | Merge branch 'nm/maint-conflicted-submodule-entries' | Junio C Hamano | 1 | -2/+3 |
2011-03-30 | submodule: process conflicting submodules only once | Nicolas Morey-Chaisemartin | 1 | -2/+3 |
2011-03-11 | doc: drop author/documentation sections from most pages | Jeff King | 1 | -5/+0 |
2010-07-19 | git submodule add: Remove old docs about implicit -f | Ævar Arnfjörð Bjarmason | 1 | -4/+0 |
2010-07-19 | git submodule add: Require the new --force option to add ignored paths | Jens Lehmann | 1 | -1/+6 |
2010-07-05 | git submodule: add submodules with git add -f <path> | Ævar Arnfjörð Bjarmason | 1 | -0/+4 |
2010-05-25 | git-submodule foreach: Add $toplevel variable | Ævar Arnfjörð Bjarmason | 1 | -2/+4 |
2010-01-31 | Fix typos in technical documentation. | Ralf Wildenhues | 1 | -1/+1 |
2010-01-10 | Documentation: spell 'git cmd' without dash throughout | Thomas Rast | 1 | -2/+2 |
2010-01-10 | Documentation: format full commands in typewriter font | Thomas Rast | 1 | -2/+2 |
2009-09-22 | git submodule add: make the <path> parameter optional | Jens Lehmann | 1 | -2/+6 |
2009-08-27 | Merge branch 'jh/submodule-foreach' | Junio C Hamano | 1 | -4/+19 |
2009-08-18 | git submodule status: Add --recursive to recurse into nested submodules | Johan Herland | 1 | -2/+5 |
2009-08-18 | git submodule update: Introduce --recursive to update nested submodules | Johan Herland | 1 | -2/+5 |
2009-08-18 | git submodule foreach: Add --recursive to recurse into nested submodules | Johan Herland | 1 | -1/+9 |
2009-08-18 | git submodule foreach: Provide access to submodule name, as '$name' | Johan Herland | 1 | -1/+2 |
2009-08-15 | Documentaqtion/git-submodule.txt: Typofix | Lars Hjemli | 1 | -1/+1 |
2009-08-14 | git submodule summary: add --files option | Jens Lehmann | 1 | -2/+11 |
2009-08-05 | Documentation: git submodule: add missing options to synopsis | Jens Lehmann | 1 | -2/+2 |
2009-06-30 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+3 |
2009-06-30 | git-submodule documentation: fix foreach example | Miklos Vajna | 1 | -2/+3 |
2009-06-20 | Merge branch 'ph/submodule-rebase' | Junio C Hamano | 1 | -2/+13 |
2009-06-13 | Merge branch 'ph/submodule-rebase' (early part) | Junio C Hamano | 1 | -2/+12 |
2009-06-03 | git-submodule: add support for --merge. | Johan Herland | 1 | -2/+13 |
2009-06-03 | Rename submodule.<name>.rebase to submodule.<name>.update | Johan Herland | 1 | -2/+2 |
2009-05-09 | Add --reference option to git submodule. | Michael S. Tsirkin | 1 | -2/+12 |
2009-04-24 | git-submodule: add support for --rebase. | Peter Hutterer | 1 | -2/+12 |
2009-02-07 | submodule: add --no-fetch parameter to update command | Fabian Franz | 1 | -1/+6 |
2008-12-19 | Merge branch 'maint' to sync with GIT 1.6.0.6 | Junio C Hamano | 1 | -1/+1 |
2008-12-19 | Documentation: fix typos, grammar, asciidoc syntax | Markus Heidelberg | 1 | -1/+1 |
2008-08-25 | git-submodule: add "sync" command | David Aguilar | 1 | -0/+9 |