index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t7400-submodule-basic.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
t7400: avoid path mangling issues
Johannes Sixt
2012-06-14
1
-3
/
+8
*
submodule: fix handling of superproject origin URLs like foo, ./foo and ./foo...
Jon Seymour
2012-06-06
1
-3
/
+3
*
submodule: document failure to handle relative superproject origin URLs
Jon Seymour
2012-06-03
1
-0
/
+34
*
submodule: additional regression tests for relative URLs
Jon Seymour
2012-06-03
1
-3
/
+107
*
tests: modernise style: more uses of test_line_count
Stefano Lattarini
2012-04-11
1
-1
/
+1
*
submodules: always use a relative path from gitdir to work tree
Jens Lehmann
2012-03-05
1
-0
/
+20
*
submodules: always use a relative path to gitdir
Jens Lehmann
2012-03-05
1
-0
/
+2
*
Merge branch 'fg/submodule-git-file-git-dir'
Junio C Hamano
2011-10-11
1
-2
/
+2
|
\
|
*
rev-parse: add option --resolve-git-dir <path>
Fredrik Gustafsson
2011-08-16
1
-2
/
+2
*
|
Merge branch 'jl/submodule-update-quiet'
Junio C Hamano
2011-08-08
1
-2
/
+4
|
\
\
|
|
/
|
/
|
|
*
submodule: update and add must honor --quiet flag
Jens Lehmann
2011-07-28
1
-2
/
+4
*
|
Merge branch 'maint'
Junio C Hamano
2011-08-01
1
-2
/
+4
|
\
\
|
*
|
t7400: fix bogus test failure with symlinked trash
Jeff King
2011-08-01
1
-2
/
+4
|
|
/
*
|
Merge branch 'jl/submodule-add-relurl-wo-upstream'
Junio C Hamano
2011-07-22
1
-0
/
+10
|
\
\
|
*
|
submodule add: allow relative repository path even when no url is set
Jens Lehmann
2011-06-06
1
-2
/
+5
|
*
|
submodule add: test failure when url is not configured in superproject
Jens Lehmann
2011-06-06
1
-0
/
+7
|
|
/
*
|
i18n: git-submodule "path not initialized" message
Ævar Arnfjörð Bjarmason
2011-05-21
1
-1
/
+1
*
|
i18n: git-submodule "[...] path is ignored" message
Ævar Arnfjörð Bjarmason
2011-05-21
1
-1
/
+1
|
/
*
Merge branch 'tr/submodule-relative-scp-url'
Junio C Hamano
2011-01-13
1
-0
/
+38
|
\
|
*
submodule: fix relative url parsing for scp-style origin
Thomas Rast
2011-01-10
1
-0
/
+38
*
|
git submodule: Remove now obsolete tests before cloning a repo
Jens Lehmann
2010-12-07
1
-5
/
+23
*
|
tests: subshell indentation stylefix
Jonathan Nieder
2010-09-10
1
-5
/
+6
*
|
Several tests: cd inside subshell instead of around
Jens Lehmann
2010-09-06
1
-3
/
+3
*
|
git submodule add: Require the new --force option to add ignored paths
Jens Lehmann
2010-07-19
1
-12
/
+15
*
|
git submodule: add submodules with git add -f <path>
Ævar Arnfjörð Bjarmason
2010-07-05
1
-1
/
+23
*
|
t7400: clarify submodule update tests
Jonathan Nieder
2010-04-11
1
-95
/
+91
*
|
t7400: clarify 'submodule add' tests
Jonathan Nieder
2010-04-11
1
-15
/
+88
*
|
t7400: split setup into multiple tests
Jonathan Nieder
2010-04-11
1
-28
/
+30
|
/
*
Remove empty directories when checking out a commit with fewer submodules
Peter Collingbourne
2010-01-12
1
-0
/
+9
*
git submodule add: make the <path> parameter optional
Jens Lehmann
2009-09-22
1
-0
/
+16
*
Work around ash "alternate value" expansion bug
Ben Jackson
2009-04-19
1
-0
/
+10
*
Merge branch 'mg/maint-submodule-normalize-path'
Junio C Hamano
2009-03-11
1
-0
/
+49
|
\
|
*
git submodule: Fix adding of submodules at paths with ./, .. and //
Michael J Gruber
2009-03-04
1
-4
/
+4
|
*
git submodule: Add test cases for git submodule add
Michael J Gruber
2009-03-04
1
-0
/
+49
*
|
submodule: warn about non-submodules
Johannes Schindelin
2009-02-07
1
-0
/
+7
*
|
Let ls-files strip trailing slashes in submodules' paths
Johannes Schindelin
2009-02-07
1
-0
/
+6
|
/
*
git add: do not add files from a submodule
Johannes Schindelin
2009-01-05
1
-0
/
+25
*
tests: use "git xyzzy" form (t7200 - t9001)
Nanako Shiraishi
2008-09-03
1
-24
/
+24
*
t/: Use "test_must_fail git" instead of "! git"
Stephan Beyer
2008-07-13
1
-1
/
+1
*
submodule update: add convenience option --init
Johannes Schindelin
2008-05-16
1
-0
/
+13
*
git-submodule: add test for the subcommand parser fix
Junio C Hamano
2008-01-21
1
-28
/
+28
*
git-diff: don't squelch the new SHA1 in submodule diffs
Sven Verdoolaege
2007-09-09
1
-0
/
+4
*
git-apply: apply submodule changes
Sven Verdoolaege
2007-08-16
1
-0
/
+17
*
unpack-trees.c: assume submodules are clean during check-out
Sven Verdoolaege
2007-07-19
1
-0
/
+9
*
Rewrite "git-frotz" to "git frotz"
Junio C Hamano
2007-07-03
1
-16
/
+16
*
git-submodule: give submodules proper names
Lars Hjemli
2007-06-12
1
-4
/
+16
*
Rename sections from "module" to "submodule" in .gitmodules
Lars Hjemli
2007-06-12
1
-1
/
+1
*
t7400: barf if git-submodule removes or replaces a file
Lars Hjemli
2007-06-12
1
-1
/
+1
*
git-submodule: clone during update, not during init
Lars Hjemli
2007-06-06
1
-12
/
+26
*
Add basic test-script for git-submodule
Lars Hjemli
2007-06-02
1
-0
/
+143