]> git.ipfire.org Git - thirdparty/git.git/commit - git-submodule.sh
git submodule summary: add --files option
authorJens Lehmann <Jens.Lehmann@web.de>
Thu, 13 Aug 2009 19:32:50 +0000 (21:32 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 15 Aug 2009 02:50:11 +0000 (19:50 -0700)
commit1c244f6ee5775b227177a66cdcf49a410d9d6871
treebe041c91485f8f3f3bdf0a2acfb55ebfc5887b13
parent6ffd781226f04629eff63a684b47ad7555143312
git submodule summary: add --files option

git submodule summary is providing similar functionality for submodules as
git diff-index does for a git project (including the meaning of --cached).
But the analogon to git diff-files is missing, so add a --files option to
summarize the differences between the index of the super project and the
last commit checked out in the working tree of the submodule.

Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-submodule.txt
git-submodule.sh
t/t7401-submodule-summary.sh