summaryrefslogtreecommitdiff
path: root/git-submodule.sh
Commit message (Expand)AuthorAgeFilesLines
* typo fix: Directory `...' exist, ...: s/exist/exists/Jim Meyering2009-09-291-1/+1
* Merge branch 'jh/submodule-foreach'Junio C Hamano2009-08-271-8/+71
|\
| * git submodule status: Add --recursive to recurse into nested submodulesJohan Herland2009-08-181-4/+20
| * git submodule update: Introduce --recursive to update nested submodulesJohan Herland2009-08-181-1/+12
| * git submodule foreach: Add --recursive to recurse into nested submodulesJohan Herland2009-08-181-3/+16
| * git submodule: Cleanup usage string and add option parsing to cmd_foreach()Johan Herland2009-08-181-3/+25
| * git submodule foreach: Provide access to submodule name, as '$name'Johan Herland2009-08-181-0/+1
* | git submodule summary: add --files optionJens Lehmann2009-08-141-3/+16
|/
* Merge branch 'sb/quiet-porcelains'Junio C Hamano2009-07-011-18/+6
|\
| * submodule, repack: migrate to git-sh-setup's say()Stephen Boyd2009-06-181-18/+6
* | Merge branch 'ph/submodule-rebase'Junio C Hamano2009-06-201-1/+10
|\ \ | |/ |/|
| * git-submodule: add support for --merge.Johan Herland2009-06-031-1/+10
* | Merge branch 'ph/submodule-rebase' (early part)Junio C Hamano2009-06-131-4/+31
|\ \ | |/
| * Rename submodule.<name>.rebase to submodule.<name>.updateJohan Herland2009-06-031-15/+17
| * git-submodule: add support for --rebase.Peter Hutterer2009-04-241-4/+29
* | Add --reference option to git submodule.Michael S. Tsirkin2009-05-091-4/+34
|/
* Work around ash "alternate value" expansion bugBen Jackson2009-04-181-2/+9
* git submodule: fix usage lineJulien Danjou2009-04-051-1/+1
* Merge branch 'mg/maint-submodule-normalize-path' into maintJunio C Hamano2009-03-211-3/+12
|\
| * git submodule: Fix adding of submodules at paths with ./, .. and //Michael J Gruber2009-03-031-3/+12
* | Merge branch 'ff/submodule-no-fetch'Junio C Hamano2009-02-151-3/+16
|\ \
| * | submodule: add --no-fetch parameter to update commandFabian Franz2009-02-071-3/+16
| |/
* | submodule: warn about non-submodulesJohannes Schindelin2009-02-071-1/+1
|/
* submodule: use git rev-parse -qMiklos Vajna2008-12-031-3/+3
* Merge branch 'maint'Junio C Hamano2008-11-111-1/+1
|\
| * git-submodule: Avoid printing a spurious message.Alexandre Julliard2008-11-111-1/+1
* | submodule: fix some non-portable grep invocationsJeff King2008-10-221-2/+2
* | Merge branch 'bc/master-diff-hunk-header-fix'Shawn O. Pearce2008-09-291-2/+7
|\ \
| * \ Merge branch 'maint' into bc/master-diff-hunk-header-fixShawn O. Pearce2008-09-291-2/+7
| |\ \ | | |/
| | * git-submodule: Fix "Unable to checkout" for the initial 'update'Ping Yin2008-09-291-2/+7
* | | Fix submodule sync with relative submodule URLsJohan Herland2008-09-251-0/+8
|/ /
* | Merge branch 'ml/submodule'Junio C Hamano2008-08-271-1/+2
|\ \
| * | git-submodule.sh - Remove trailing / from URL if foundMark Levedahl2008-08-211-2/+3
| * | git-submodule.sh - Remove trailing / from URL if foundMark Levedahl2008-08-201-1/+1
| |/
* | git-submodule: add "sync" commandDavid Aguilar2008-08-251-2/+46
* | git-submodule - Use "get_default_remote" from git-parse-remoteMark Levedahl2008-08-241-3/+2
* | git-submodule: replace duplicated code with a module_list functionDavid Aguilar2008-08-221-4/+13
* | git-submodule - Add 'foreach' subcommandMark Levedahl2008-08-171-2/+22
|/
* git-submodule: move ill placed shift.Pierre Habouzit2008-07-211-1/+1
* git-submodule - register submodule URL if adding in placeMark Levedahl2008-07-141-0/+10
* git-submodule - make "submodule add" more strict, and document itMark Levedahl2008-07-141-35/+20
* git-submodule - Fix bugs in adding an existing repo as a moduleMark Levedahl2008-07-081-2/+1
* git-submodule - Fix errors regarding resolve_relative_urlMark Levedahl2008-06-141-4/+5
* Improve sed portabilityChris Ridd2008-06-121-1/+1
* submodule update: add convenience option --initJohannes Schindelin2008-05-161-1/+6
* Use '-f' option to point to the .gitmodules fileImran M Yousuf2008-05-161-5/+4
* Merge branch 'lh/git-file'Junio C Hamano2008-05-051-2/+2
|\
| * Teach git-submodule.sh about the .git fileLars Hjemli2008-04-091-2/+2
* | Merge branch 'py/submodule'Junio C Hamano2008-04-191-2/+14
|\ \
| * | git-submodule summary: --for-status optionPing Yin2008-04-121-2/+14