1
0
mirror of https://github.com/git/git.git synced 2024-11-18 17:23:49 +01:00

Remove unused variable (git-commit.sh)

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2007-01-01 23:42:53 -08:00
parent f4bf2184ae
commit 96a738c0dd

@ -8,7 +8,6 @@ SUBDIRECTORY_OK=Yes
. git-sh-setup
git-rev-parse --verify HEAD >/dev/null 2>&1 || initial_commit=t
branch=$(GIT_DIR="$GIT_DIR" git-symbolic-ref HEAD)
case "$0" in
*status)