]> git.ipfire.org Git - thirdparty/git.git/commit - git-submodule.sh
Add --reference option to git submodule.
authorMichael S. Tsirkin <mst@redhat.com>
Mon, 4 May 2009 19:30:01 +0000 (22:30 +0300)
committerJunio C Hamano <gitster@pobox.com>
Sat, 9 May 2009 15:27:52 +0000 (08:27 -0700)
commitd92a39590d1126e195f1bbccf182a2cdb79218e7
tree016b4a01b26e65ee21e9e852f164e5004ebb8f40
parentf01f1099f40f24fe6f7802185340a6fa3a3d4f35
Add --reference option to git submodule.

This adds --reference option to git submodule add and
git submodule update commands, which is passed to git clone.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-submodule.txt
git-submodule.sh
t/t7406-submodule-reference.sh [new file with mode: 0755]