index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t7400-submodule-basic.sh
Commit message (
Expand
)
Author
Age
*
t: fix trivial &&-chain breakage
Jeff King
2015-03-20
*
Merge branch 'ps/submodule-sanitize-path-upon-add'
Junio C Hamano
2015-02-22
|
\
|
*
git-submodule.sh: fix '/././' path normalization
Patrick Steinhardt
2015-02-02
*
|
t: prefer "git config --file" to GIT_CONFIG
Jeff King
2014-03-21
|
/
*
Merge branch 'jk/trailing-slash-in-pathspec'
Junio C Hamano
2013-10-17
|
\
|
*
reset: handle submodule with trailing slash
John Keeping
2013-09-13
*
|
Merge branch 'tb/precompose-autodetect-fix'
Junio C Hamano
2013-09-17
|
\
\
|
|
/
|
/
|
|
*
Set core.precomposeunicode to true on e.g. HFS+
Torsten Bögershausen
2013-08-27
*
|
Merge branch 'jl/submodule-mv'
Junio C Hamano
2013-09-09
|
\
\
|
*
|
rm: delete .gitmodules entry of submodules removed from the work tree
Jens Lehmann
2013-08-06
*
|
|
Merge branch 'jl/some-submodule-config-are-not-boolean'
Junio C Hamano
2013-09-04
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
avoid segfault on submodule.*.path set to an empty "true"
Jharrod LaFon
2013-08-19
*
|
|
Merge branch 'fg/submodule-clone-depth'
Junio C Hamano
2013-07-15
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add --depth to submodule update/add
Fredrik Gustafsson
2013-07-03
*
|
|
Merge branch 'jk/submodule-subdirectory-ok'
Junio C Hamano
2013-06-30
|
\
\
\
|
*
|
|
submodule: drop the top-level requirement
John Keeping
2013-06-17
|
|
/
/
*
|
|
Merge branch 'fg/submodule-non-ascii-path'
Junio C Hamano
2013-06-26
|
\
\
\
|
*
|
|
t7400: test of UTF-8 submodule names pass under Mac OS
Torsten Bögershausen
2013-06-20
|
*
|
|
handle multibyte characters in name
Fredrik Gustafsson
2013-06-14
|
|
/
/
*
|
|
Merge branch 'fc/show-non-empty-errors-in-test'
Junio C Hamano
2013-06-20
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
test: test_must_be_empty helper
Junio C Hamano
2013-06-09
|
|
/
*
|
Merge branch 'jl/submodule-deinit'
Junio C Hamano
2013-04-05
|
\
\
|
*
|
submodule deinit: clarify work tree removal message
Jens Lehmann
2013-04-01
*
|
|
Merge branch 'jl/submodule-deinit'
Junio C Hamano
2013-03-25
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
submodule: add 'deinit' command
Jens Lehmann
2013-03-04
*
|
submodule add: If --branch is given, record it in .gitmodules
W. Trevor King
2012-12-19
|
/
*
Merge branch 'jl/submodule-add-by-name'
Jeff King
2012-10-29
|
\
|
*
submodule add: Fail when .git/modules/<name> already exists unless forced
Jens Lehmann
2012-09-30
|
*
Teach "git submodule add" the --name option
Jens Lehmann
2012-09-29
*
|
Merge branch 'rr/maint-submodule-unknown-cmd'
Junio C Hamano
2012-09-29
|
\
\
|
|
/
|
/
|
|
*
submodule: if $command was not matched, don't parse other args
Ramkumar Ramachandra
2012-09-25
*
|
Merge branch 'hv/submodule-path-unmatch'
Junio C Hamano
2012-08-29
|
\
\
|
|
/
|
*
Let submodule command exit with error status if path does not exist
Heiko Voigt
2012-08-14
*
|
t7400: avoid path mangling issues
Johannes Sixt
2012-06-14
*
|
submodule: fix handling of superproject origin URLs like foo, ./foo and ./foo...
Jon Seymour
2012-06-06
*
|
submodule: document failure to handle relative superproject origin URLs
Jon Seymour
2012-06-03
*
|
submodule: additional regression tests for relative URLs
Jon Seymour
2012-06-03
|
/
*
tests: modernise style: more uses of test_line_count
Stefano Lattarini
2012-04-11
*
submodules: always use a relative path from gitdir to work tree
Jens Lehmann
2012-03-04
*
submodules: always use a relative path to gitdir
Jens Lehmann
2012-03-04
*
Merge branch 'fg/submodule-git-file-git-dir'
Junio C Hamano
2011-10-10
|
\
|
*
rev-parse: add option --resolve-git-dir <path>
Fredrik Gustafsson
2011-08-16
*
|
Merge branch 'jl/submodule-update-quiet'
Junio C Hamano
2011-08-08
|
\
\
|
|
/
|
/
|
|
*
submodule: update and add must honor --quiet flag
Jens Lehmann
2011-07-28
*
|
Merge branch 'maint'
Junio C Hamano
2011-07-31
|
\
\
|
*
|
t7400: fix bogus test failure with symlinked trash
Jeff King
2011-07-31
|
|
/
*
|
Merge branch 'jl/submodule-add-relurl-wo-upstream'
Junio C Hamano
2011-07-22
|
\
\
|
*
|
submodule add: allow relative repository path even when no url is set
Jens Lehmann
2011-06-06
|
*
|
submodule add: test failure when url is not configured in superproject
Jens Lehmann
2011-06-06
|
|
/
*
|
i18n: git-submodule "path not initialized" message
Ævar Arnfjörð Bjarmason
2011-05-21
[next]