author | Lars Hjemli <hjemli@gmail.com> | |
Wed, 20 Feb 2008 22:13:15 +0000 (23:13 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 9 Apr 2008 08:22:50 +0000 (01:22 -0700) | ||
commit | ba88a1fee476a7895634beb9f33faf7e7b7908af | |
tree | 89bd374bf12a9e114dfa8a1df0ae45cf8b391f9c | tree | snapshot |
parent | 842abf06f36b5b31050db6406265972e3e1cc189 | commit | diff |
Teach git-submodule.sh about the .git file
When git-submodule tries to detect 'active' submodules, it checks for the
existence of a directory named '.git'. This isn't good enough now that .git
can be a file pointing to the real $GIT_DIR so the tests are changed to
reflect this.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
When git-submodule tries to detect 'active' submodules, it checks for the
existence of a directory named '.git'. This isn't good enough now that .git
can be a file pointing to the real $GIT_DIR so the tests are changed to
reflect this.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-submodule.sh | diff | blob | history |