index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git-submodule.sh
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-21
i18n: git-submodule "cached cannot be used" message
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2011-05-21
i18n: git-submodule $update_module say + die messages
Ævar Arnfjörð Bjarmason
1
-9
/
+8
2011-05-21
i18n: git-submodule die + eval_gettext messages
Ævar Arnfjörð Bjarmason
1
-19
/
+19
2011-05-21
i18n: git-submodule say + eval_gettext messages
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2011-05-21
i18n: git-submodule echo + eval_gettext messages
Ævar Arnfjörð Bjarmason
1
-2
/
+5
2011-05-21
i18n: git-submodule add git-sh-i18n
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2011-05-02
Merge branch 'nm/submodule-update-force'
Junio C Hamano
1
-5
/
+9
2011-04-04
Merge branch 'jl/submodule-fetch-on-demand'
Junio C Hamano
1
-1
/
+4
2011-04-04
submodule: Add --force option for git submodule update
Nicolas Morey-Chaisemartin
1
-5
/
+9
2011-03-30
submodule: process conflicting submodules only once
Nicolas Morey-Chaisemartin
1
-1
/
+28
2011-03-09
submodule update: Don't fetch when the submodule commit is already present
Jens Lehmann
1
-1
/
+4
2011-02-17
submodule: no [--merge|--rebase] when newly cloned
Spencer E. Olson
1
-0
/
+9
2011-01-13
Merge branch 'tr/submodule-relative-scp-url'
Junio C Hamano
1
-2
/
+14
2011-01-10
submodule: fix relative url parsing for scp-style origin
Thomas Rast
1
-2
/
+14
2010-12-16
Merge branch 'jn/submodule-b-current'
Junio C Hamano
1
-15
/
+1
2010-12-06
git submodule: Remove now obsolete tests before cloning a repo
Jens Lehmann
1
-14
/
+0
2010-12-06
git submodule -b ... of current HEAD fails
Jonathan Nieder
1
-1
/
+1
2010-11-17
Merge branch 'kb/maint-submodule-savearg'
Junio C Hamano
1
-12
/
+9
2010-11-03
submodule: only preserve flags across recursive status/update invocations
Kevin Ballard
1
-11
/
+8
2010-11-03
submodule: preserve all arguments exactly when recursing
Kevin Ballard
1
-4
/
+4
2010-10-13
submodule sync: Update "submodule.<name>.url" for empty directories
Andreas Köhler
1
-2
/
+3
2010-08-18
submodule sync: Update "submodule.<name>.url"
David Aguilar
1
-1
/
+2
2010-07-19
git submodule add: Require the new --force option to add ignored paths
Jens Lehmann
1
-2
/
+14
2010-07-05
git submodule: add submodules with git add -f <path>
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2010-06-30
Merge branch 'jl/status-ignore-submodules'
Junio C Hamano
1
-3
/
+3
2010-06-25
git submodule: ignore dirty submodules for summary and status
Jens Lehmann
1
-3
/
+3
2010-05-25
git-submodule foreach: Add $toplevel variable
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2010-05-08
Merge branch 'sd/log-decorate'
Junio C Hamano
1
-1
/
+1
2010-05-01
Merge branch 'maint'
Junio C Hamano
1
-0
/
+2
2010-05-01
git-submodule.sh: properly initialize shell variables
Gerrit Pape
1
-0
/
+2
2010-04-08
script with rev-list instead of log
Jeff King
1
-1
/
+1
2010-03-24
Merge branch 'jh/maint-submodule-status-in-void'
Junio C Hamano
1
-1
/
+3
2010-03-09
git submodule summary: Handle HEAD as argument when on an unborn branch
Jens Lehmann
1
-0
/
+1
2010-03-07
Merge branch 'gb/maint-submodule-env'
Junio C Hamano
1
-10
/
+10
2010-03-03
submodule summary: do not fail before the first commit
Junio C Hamano
1
-1
/
+2
2010-03-03
submodule summary: do not shift a non-existent positional variable
Jeff King
1
-1
/
+1
2010-02-24
submodules: ensure clean environment when operating in a submodule
Giuseppe Bilotta
1
-10
/
+10
2010-02-17
submodule summary: Don't barf when invoked in an empty repo
Johan Herland
1
-2
/
+5
2010-01-17
git status: Show uncommitted submodule changes too when enabled
Jens Lehmann
1
-1
/
+5
2009-11-25
Merge branch 'rs/work-around-grep-opt-insanity'
Junio C Hamano
1
-3
/
+3
2009-11-23
Protect scripted Porcelains from GREP_OPTIONS insanity
Junio C Hamano
1
-3
/
+3
2009-11-20
Merge branch 'jl/submodule-add-noname'
Junio C Hamano
1
-1
/
+6
2009-09-29
typo fix: Directory `...' exist, ...: s/exist/exists/
Jim Meyering
1
-1
/
+1
2009-09-22
git submodule add: make the <path> parameter optional
Jens Lehmann
1
-1
/
+6
2009-08-27
Merge branch 'jh/submodule-foreach'
Junio C Hamano
1
-8
/
+71
2009-08-18
git submodule status: Add --recursive to recurse into nested submodules
Johan Herland
1
-4
/
+20
2009-08-18
git submodule update: Introduce --recursive to update nested submodules
Johan Herland
1
-1
/
+12
2009-08-18
git submodule foreach: Add --recursive to recurse into nested submodules
Johan Herland
1
-3
/
+16
2009-08-18
git submodule: Cleanup usage string and add option parsing to cmd_foreach()
Johan Herland
1
-3
/
+25
2009-08-18
git submodule foreach: Provide access to submodule name, as '$name'
Johan Herland
1
-0
/
+1
[next]