From 2ea6c2c9ab6555cbd48ca017bf5027162707a0b1 Mon Sep 17 00:00:00 2001 From: Jens Lehmann Date: Tue, 9 Mar 2010 15:55:32 +0100 Subject: [PATCH] git submodule summary: Handle HEAD as argument when on an unborn branch When calling "git submodule summary HEAD" on an unborn branch the output was empty even when it shouldn't have been ("git submodule summary" without the HEAD argument prints the expected output since commit "submodule summary: do not fail before the first commit"). This also fixes "git status" to emit the "Submodule changes to be committed" section on an unborn branch when used with the status.submodulesummary config option. Signed-off-by: Jens Lehmann Signed-off-by: Junio C Hamano --- git-submodule.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/git-submodule.sh b/git-submodule.sh index 9aa57dd6f7..5a9d3c0b30 100755 --- a/git-submodule.sh +++ b/git-submodule.sh @@ -561,6 +561,7 @@ cmd_summary() { then # before the first commit: compare with an empty tree head=$(git hash-object -w -t tree --stdin