summaryrefslogtreecommitdiff
path: root/git-submodule.sh
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | git-submodule - possibly use branch name to describe a moduleMark Levedahl2008-04-141-1/+2
|/ /
* | git-submodule: Avoid 'fatal: cannot describe' messagePing Yin2008-04-111-1/+1
|/
* Merge branch 'jk/portable'Junio C Hamano2008-03-151-3/+3
|\
| * grep portability fix: don't use "-e" or "-q"Jeff King2008-03-131-3/+3
* | Merge branch 'py/submodule'Junio C Hamano2008-03-151-5/+175
|\ \ | |/ |/|
| * git-submodule summary: fix that some "wc" flavors produce leading spacesJohannes Sixt2008-03-121-1/+1
| * git-submodule summary: limit summary sizePing Yin2008-03-111-2/+19
| * git-submodule summary: show commit summaryPing Yin2008-03-111-0/+102
| * git-submodule summary: code frameworkPing Yin2008-03-111-5/+56
* | git-submodule - Allow adding a submodule in-placeMark Levedahl2008-03-051-20/+30
|/
* git-submodule: Fix typo 'url' which should be '$url'Ping Yin2008-03-021-1/+1
* git-submodule: fix subcommand parserJunio C Hamano2008-01-201-41/+116
* git-submodule: rename shell functions for consistencyJunio C Hamano2008-01-201-10/+10
* Do not rely on the exit status of "unset" for unset variablesH.Merijn Brand2007-12-041-5/+5
* Merge branch 'ph/parseopt-sh'Junio C Hamano2007-11-171-0/+1
|\
| * scripts: Add placeholders for OPTIONS_SPECJunio C Hamano2007-11-061-0/+1