Sign in
googlers
/
jrn
/
git
/
93f0d33818e94464a581209b4a102dac59db202a
/
Documentation
/
git-submodule.txt
460940f
Merge branch 'jl/submodule-status-summary-doc'
by Junio C Hamano
· 14 years ago
402e8a6
Documentation/submodule: add command references and update options
by Jens Lehmann
· 14 years ago
c56dce3
Merge branch 'jl/submodule-add-relurl-wo-upstream'
by Junio C Hamano
· 14 years ago
0591c0a
Merge branch 'jc/submodule-sync-no-auto-vivify'
by Junio C Hamano
· 14 years ago
347231f
Merge branch 'jn/maint-doc-dashdash' into jn/doc-dashdash
by Junio C Hamano
· 14 years ago
565e135
Documentation: quote double-dash for AsciiDoc
by Jonathan Nieder
· 14 years ago
ccee608
submodule sync: do not auto-vivify uninteresting submodule
by Junio C Hamano
· 14 years ago
4d68932
submodule add: allow relative repository path even when no url is set
by Jens Lehmann
· 14 years ago
0d405d7
Merge branch 'nm/submodule-update-force'
by Junio C Hamano
· 14 years ago
9db31bd
submodule: Add --force option for git submodule update
by Nicolas Morey-Chaisemartin
· 14 years ago
1eb71bc
Merge branch 'nm/maint-conflicted-submodule-entries'
by Junio C Hamano
· 14 years ago
313ee0d
submodule: process conflicting submodules only once
by Nicolas Morey-Chaisemartin
· 14 years ago
48bb914
doc: drop author/documentation sections from most pages
by Jeff King
· 14 years ago
1f74574
git submodule add: Remove old docs about implicit -f
by Ævar Arnfjörð Bjarmason
· 15 years ago
d27b876
git submodule add: Require the new --force option to add ignored paths
by Jens Lehmann
· 15 years ago
31991b0
git submodule: add submodules with git add -f <path>
by Ævar Arnfjörð Bjarmason
· 15 years ago
f030c96
git-submodule foreach: Add $toplevel variable
by Ævar Arnfjörð Bjarmason
· 15 years ago
6a5d0b0
Fix typos in technical documentation.
by Ralf Wildenhues
· 15 years ago
0b444cd
Documentation: spell 'git cmd' without dash throughout
by Thomas Rast
· 15 years ago
ca76828
Documentation: format full commands in typewriter font
by Thomas Rast
· 15 years ago
1414e57
git submodule add: make the <path> parameter optional
by Jens Lehmann
· 15 years ago
adc5423
Merge branch 'jh/submodule-foreach'
by Junio C Hamano
· 16 years ago
64b19ff
git submodule status: Add --recursive to recurse into nested submodules
by Johan Herland
· 16 years ago
b13fd5c
git submodule update: Introduce --recursive to update nested submodules
by Johan Herland
· 16 years ago
15fc56a
git submodule foreach: Add --recursive to recurse into nested submodules
by Johan Herland
· 16 years ago
1e7f2aa
git submodule foreach: Provide access to submodule name, as '$name'
by Johan Herland
· 16 years ago
ef92e1a
Documentaqtion/git-submodule.txt: Typofix
by Lars Hjemli
· 16 years ago
1c244f6
git submodule summary: add --files option
by Jens Lehmann
· 16 years ago
85738ba
Documentation: git submodule: add missing options to synopsis
by Jens Lehmann
· 16 years ago
725cf7b
Merge branch 'maint'
by Junio C Hamano
· 16 years ago
1c3acfc
git-submodule documentation: fix foreach example
by Miklos Vajna
· 16 years ago
a49eb19
Merge branch 'ph/submodule-rebase'
by Junio C Hamano
· 16 years ago
7d40f89
Merge branch 'ph/submodule-rebase' (early part)
by Junio C Hamano
· 16 years ago
42b4917
git-submodule: add support for --merge.
by Johan Herland
· 16 years ago
3294842
Rename submodule.<name>.rebase to submodule.<name>.update
by Johan Herland
· 16 years ago
d92a395
Add --reference option to git submodule.
by Michael S. Tsirkin
· 16 years ago
ca2cedb
git-submodule: add support for --rebase.
by Peter Hutterer
· 16 years ago
31ca3ac
submodule: add --no-fetch parameter to update command
by Fabian Franz
· 16 years ago
efe05b0
Merge branch 'maint' to sync with GIT 1.6.0.6
by Junio C Hamano
· 16 years ago
04c8ce9
Documentation: fix typos, grammar, asciidoc syntax
by Markus Heidelberg
· 16 years ago
2327f61
git-submodule: add "sync" command
by David Aguilar
· 17 years ago
19a31f9
git-submodule - Add 'foreach' subcommand
by Mark Levedahl
· 17 years ago
f448e24
Make the DESCRIPTION match <x>... items in the SYNOPSIS
by Abhijit Menon-Sen
· 17 years ago
77ef80a
Documentation/git-submodule.txt: fix doubled word
by Cesar Eduardo Barros
· 17 years ago
c47f102
Documentation/git-submodule.txt: Further clarify the description
by Petr Baudis
· 17 years ago
e38953a
Documentation/git-submodule.txt: Add Description section
by Petr Baudis
· 17 years ago
ec05df3
git-submodule - make "submodule add" more strict, and document it
by Mark Levedahl
· 17 years ago
ba020ef
manpages: italicize git command names (which were in teletype font)
by Jonathan Nieder
· 17 years ago
483bc4f
Documentation formatting and cleanup
by Jonathan Nieder
· 17 years ago
b1889c3
Documentation: be consistent about "git-" versus "git "
by Jonathan Nieder
· 17 years ago
3240240
Docs: Use "-l::\n--long\n" format in OPTIONS sections
by Stephan Beyer
· 17 years ago
9e1f0a8
documentation: move git(7) to git(1)
by Christian Couder
· 17 years ago
be4d2c8
submodule update: add convenience option --init
by Johannes Schindelin
· 17 years ago
51836e9
Documentation/git-submodule: typofix
by Junio C Hamano
· 17 years ago
37bd6c5
Merge branch 'py/submodule'
by Junio C Hamano
· 17 years ago
925e7f6
git-submodule summary: documentation
by Ping Yin
· 17 years ago
d4264ca
git-submodule - Allow adding a submodule in-place
by Mark Levedahl
· 17 years ago
c4a95c9
submodule: Document the details of the command line syntax
by Steffen Prohaska
· 17 years ago
5162e69
Documentation: rename gitlink macro to linkgit
by Dan McGee
· 17 years ago
c458570
Documentation/git-submodule.txt: typofix
by Junio C Hamano
· 17 years ago
6fbe42c
Documentation/git-submodule: refer to gitmodules(5)
by Junio C Hamano
· 17 years ago
f31a522
git-submodule - allow a relative path as the subproject url
by Mark Levedahl
· 17 years ago
813a0bd
git-submodule(1): update description and key names
by Lars Hjemli
· 18 years ago
b249364
Add [verse] to the SYNOPSIS section of git-submodule.txt.
by Matt Kraai
· 18 years ago
ecda072
git-submodule: provide easy way of adding new submodules
by Sven Verdoolaege
· 18 years ago
211b7f1
git-submodule: clone during update, not during init
by Lars Hjemli
· 18 years ago
70c7ac2
Add git-submodule command
by Lars Hjemli
· 18 years ago