summaryrefslogtreecommitdiff
path: root/git-submodule.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jl/submodule-add-relurl-wo-upstream'Junio C Hamano2011-07-221-10/+2
|\
| * submodule add: clean up duplicated codeJens Lehmann2011-06-061-9/+1
| * submodule add: allow relative repository path even when no url is setJens Lehmann2011-06-061-1/+1
* | Merge branch 'jc/submodule-sync-no-auto-vivify'Junio C Hamano2011-07-191-27/+31
|\ \
| * | submodule add: always initialize .git/config entryJens Lehmann2011-06-261-17/+18
| * | submodule sync: do not auto-vivify uninteresting submoduleJunio C Hamano2011-06-261-10/+13
* | | Merge branch 'bc/submodule-foreach-stdin-fix-1.7.4'Junio C Hamano2011-07-131-1/+5
|\ \ \
| * | | git-submodule.sh: preserve stdin for the command spawned by foreachBrandon Casey2011-06-291-1/+5
* | | | Merge branch 'fg/submodule-keep-updating'Junio C Hamano2011-07-131-5/+44
|\ \ \ \
| * | | | git-submodule.sh: clarify the "should we die now" logicJunio C Hamano2011-06-131-9/+8
| * | | | submodule update: continue when a checkout failsFredrik Gustafsson2011-06-131-6/+44
* | | | | Merge branch 'ab/i18n-scripts' into nextJunio C Hamano2011-06-291-45/+53
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | i18n: git-submodule "blob" and "submodule" messagesÆvar Arnfjörð Bjarmason2011-05-211-2/+4
| * | | | i18n: git-submodule "path not initialized" messageÆvar Arnfjörð Bjarmason2011-05-211-2/+2
| * | | | i18n: git-submodule "[...] path is ignored" messageÆvar Arnfjörð Bjarmason2011-05-211-3/+6
| * | | | i18n: git-submodule "Entering [...]" messageÆvar Arnfjörð Bjarmason2011-05-211-1/+1
| * | | | i18n: git-submodule $errmsg messagesÆvar Arnfjörð Bjarmason2011-05-211-3/+3
| * | | | i18n: git-submodule "Submodule change[...]" messagesÆvar Arnfjörð Bjarmason2011-05-211-2/+2
| * | | | i18n: git-submodule "cached cannot be used" messageÆvar Arnfjörð Bjarmason2011-05-211-1/+1
| * | | | i18n: git-submodule $update_module say + die messagesÆvar Arnfjörð Bjarmason2011-05-211-9/+8
| * | | | i18n: git-submodule die + eval_gettext messagesÆvar Arnfjörð Bjarmason2011-05-211-19/+19
| * | | | i18n: git-submodule say + eval_gettext messagesÆvar Arnfjörð Bjarmason2011-05-211-1/+1
| * | | | i18n: git-submodule echo + eval_gettext messagesÆvar Arnfjörð Bjarmason2011-05-211-2/+5
| * | | | i18n: git-submodule add git-sh-i18nÆvar Arnfjörð Bjarmason2011-05-211-0/+1
* | | | | Merge branch 'maint'Junio C Hamano2011-05-301-1/+1
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | git-submodule.sh: separate parens by a space to avoid confusing some shellsBrandon Casey2011-05-261-1/+1
* | | | Merge branch 'nm/submodule-update-force'Junio C Hamano2011-05-021-5/+9
|\ \ \ \ | |/ / / |/| | |
| * | | submodule: Add --force option for git submodule updateNicolas Morey-Chaisemartin2011-04-041-5/+9
* | | | Merge branch 'jl/submodule-fetch-on-demand'Junio C Hamano2011-04-041-1/+4
|\ \ \ \
| * | | | submodule update: Don't fetch when the submodule commit is already presentJens Lehmann2011-03-091-1/+4
* | | | | submodule: process conflicting submodules only onceNicolas Morey-Chaisemartin2011-03-301-1/+28
| |/ / / |/| | |
* | | | submodule: no [--merge|--rebase] when newly clonedSpencer E. Olson2011-02-171-0/+9
|/ / /
* | | Merge branch 'tr/submodule-relative-scp-url'Junio C Hamano2011-01-131-2/+14
|\ \ \
| * | | submodule: fix relative url parsing for scp-style originThomas Rast2011-01-101-2/+14
* | | | Merge branch 'jn/submodule-b-current'Junio C Hamano2010-12-161-15/+1
|\ \ \ \
| * | | | git submodule: Remove now obsolete tests before cloning a repoJens Lehmann2010-12-061-14/+0
| * | | | git submodule -b ... of current HEAD failsJonathan Nieder2010-12-061-1/+1
* | | | | Merge branch 'kb/maint-submodule-savearg'Junio C Hamano2010-11-171-12/+9
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | submodule: only preserve flags across recursive status/update invocationsKevin Ballard2010-11-031-11/+8
| * | | submodule: preserve all arguments exactly when recursingKevin Ballard2010-11-031-4/+4
| |/ /
* | | submodule sync: Update "submodule.<name>.url" for empty directoriesAndreas Köhler2010-10-131-2/+3
|/ /
* | submodule sync: Update "submodule.<name>.url"David Aguilar2010-08-181-1/+2
* | git submodule add: Require the new --force option to add ignored pathsJens Lehmann2010-07-191-2/+14
* | git submodule: add submodules with git add -f <path>Ævar Arnfjörð Bjarmason2010-07-051-2/+2
* | Merge branch 'jl/status-ignore-submodules'Junio C Hamano2010-06-301-3/+3
|\ \
| * | git submodule: ignore dirty submodules for summary and statusJens Lehmann2010-06-251-3/+3
* | | git-submodule foreach: Add $toplevel variableÆvar Arnfjörð Bjarmason2010-05-251-0/+2
* | | Merge branch 'sd/log-decorate'Junio C Hamano2010-05-081-1/+1
|\ \ \ | |/ / |/| |
| * | script with rev-list instead of logJeff King2010-04-081-1/+1
* | | Merge branch 'maint'Junio C Hamano2010-05-011-0/+2
|\ \ \ | | |/ | |/|