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
2012-10-26
submodule add: fix handling of --reference=<repo> option
Stefan Zager
1
-1
/
+0
2012-10-25
git-submodule: wrap branch option with "<>" in usage strings.
W. Trevor King
1
-1
/
+1
2012-10-02
Merge branch 'rr/maint-submodule-unknown-cmd' into maint
Junio C Hamano
1
-1
/
+9
2012-09-30
submodule add: Fail when .git/modules/<name> already exists unless forced
Jens Lehmann
1
-1
/
+14
2012-09-29
Merge branch 'rr/maint-submodule-unknown-cmd'
Junio C Hamano
1
-1
/
+9
2012-09-29
Teach "git submodule add" the --name option
Jens Lehmann
1
-10
/
+22
2012-09-25
submodule: if $command was not matched, don't parse other args
Ramkumar Ramachandra
1
-1
/
+9
2012-09-11
Sync with 1.7.11.6
Junio C Hamano
1
-4
/
+31
2012-09-11
Merge branch 'sz/submodule-force-update' into maint-1.7.11
Junio C Hamano
1
-1
/
+1
2012-09-03
Merge branch 'sz/submodule-force-update'
Junio C Hamano
1
-1
/
+1
2012-08-29
Merge branch 'hv/submodule-path-unmatch'
Junio C Hamano
1
-3
/
+30
2012-08-24
Make 'git submodule update --force' always check out submodules.
Stefan Zager
1
-1
/
+1
2012-08-14
Let submodule command exit with error status if path does not exist
Heiko Voigt
1
-3
/
+30
2012-07-31
Merge branch 'jx/i18n-1.7.11'
Junio C Hamano
1
-1
/
+1
2012-07-30
Merge branch 'jl/maint-1.7.10-recurse-submodules-with-symlink' into maint
Junio C Hamano
1
-2
/
+4
2012-07-26
i18n: Rewrite gettext messages start with dash
Jiang Xin
1
-1
/
+1
2012-07-25
git-submodule: work with GIT_DIR/GIT_WORK_TREE
Daniel Graña
1
-2
/
+5
2012-07-22
Merge branch 'jl/maint-1.7.10-recurse-submodules-with-symlink'
Junio C Hamano
1
-2
/
+4
2012-07-12
submodules: don't stumble over symbolic links when cloning recursively
Jens Lehmann
1
-2
/
+4
2012-06-28
Merge branch 'js/submodule-relative'
Junio C Hamano
1
-6
/
+54
2012-06-25
git-submodule.sh: fix filename in comment.
Michał Górny
1
-1
/
+1
2012-06-06
submodule: fix handling of superproject origin URLs like foo, ./foo and ./foo...
Jon Seymour
1
-2
/
+12
2012-06-06
submodule: fix sync handling of some relative superproject origin URLs
Jon Seymour
1
-5
/
+43
2012-05-29
submodules: print "registered for path" message only once
Jens Lehmann
1
-3
/
+4
2012-04-23
Merge branch 'rj/submodule-mswin-path'
Junio C Hamano
1
-79
/
+82
2012-04-18
git-submodule.sh: Don't use $path variable in eval_gettext string
Ramsay Jones
1
-79
/
+82
2012-04-09
Avoid bug in Solaris xpg4/sed as used in submodule
Ben Walton
1
-2
/
+3
2012-03-04
submodules: fix ambiguous absolute paths under Windows
Johannes Sixt
1
-0
/
+3
2012-03-04
submodules: refactor computation of relative gitdir path
Jens Lehmann
1
-24
/
+6
2012-03-04
submodules: always use a relative path from gitdir to work tree
Jens Lehmann
1
-0
/
+18
2012-03-04
submodules: always use a relative path to gitdir
Jens Lehmann
1
-7
/
+4
2012-01-24
submodule add: fix breakage when re-adding a deep submodule
Jens Lehmann
1
-0
/
+1
2011-10-26
Merge branch 'tc/submodule-clone-name-detection'
Junio C Hamano
1
-4
/
+4
2011-10-21
submodule::module_clone(): silence die() message from module_name()
Tay Ray Chuan
1
-1
/
+1
2011-10-21
submodule: whitespace fix
Tay Ray Chuan
1
-3
/
+3
2011-10-10
Merge branch 'fg/submodule-git-file-git-dir'
Junio C Hamano
1
-11
/
+57
2011-08-25
Merge branch 'js/i18n-scripts'
Junio C Hamano
1
-12
/
+6
2011-08-22
Move git-dir for submodules
Fredrik Gustafsson
1
-5
/
+40
2011-08-08
Merge branch 'jl/submodule-update-quiet'
Junio C Hamano
1
-2
/
+7
2011-08-08
submodule: take advantage of gettextln and eval_gettextln.
Jon Seymour
1
-12
/
+6
2011-07-28
submodule: update and add must honor --quiet flag
Jens Lehmann
1
-2
/
+7
2011-07-22
Merge branch 'jl/submodule-add-relurl-wo-upstream'
Junio C Hamano
1
-10
/
+2
2011-07-19
Merge branch 'jc/submodule-sync-no-auto-vivify'
Junio C Hamano
1
-27
/
+31
2011-07-13
Merge branch 'bc/submodule-foreach-stdin-fix-1.7.4'
Junio C Hamano
1
-1
/
+5
2011-07-13
Merge branch 'fg/submodule-keep-updating'
Junio C Hamano
1
-5
/
+44
2011-06-29
git-submodule.sh: preserve stdin for the command spawned by foreach
Brandon Casey
1
-1
/
+5
2011-06-29
Merge branch 'ab/i18n-scripts' into next
Junio C Hamano
1
-45
/
+53
2011-06-26
submodule add: always initialize .git/config entry
Jens Lehmann
1
-17
/
+18
2011-06-26
submodule sync: do not auto-vivify uninteresting submodule
Junio C Hamano
1
-10
/
+13
2011-06-13
git-submodule.sh: clarify the "should we die now" logic
Junio C Hamano
1
-9
/
+8
[prev]
[next]