author | Jens Lehmann <Jens.Lehmann@web.de> | |
Thu, 13 Aug 2009 19:32:50 +0000 (21:32 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 15 Aug 2009 02:50:11 +0000 (19:50 -0700) | ||
commit | 1c244f6ee5775b227177a66cdcf49a410d9d6871 | |
tree | be041c91485f8f3f3bdf0a2acfb55ebfc5887b13 | tree | snapshot |
parent | 6ffd781226f04629eff63a684b47ad7555143312 | commit | diff |
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>
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 | diff | blob | history | |
git-submodule.sh | diff | blob | history | |
t/t7401-submodule-summary.sh | diff | blob | history |