aboutsummaryrefslogtreecommitdiff
path: root/git-commit.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-01 23:42:53 -0800
committerJunio C Hamano <junkio@cox.net>2007-01-01 23:42:53 -0800
commit96a738c0ddd49afc3bfcbf7575be55e492b69a82 (patch)
treeb8200f3e87ea7584ba6a1de2df1c53bc15ce6901 /git-commit.sh
parentf4bf2184ae8b79f95b9f56c1ea5455d04e559299 (diff)
downloadgit-96a738c0ddd49afc3bfcbf7575be55e492b69a82.tar.gz
git-96a738c0ddd49afc3bfcbf7575be55e492b69a82.tar.xz
Remove unused variable (git-commit.sh)
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-commit.sh')
-rwxr-xr-xgit-commit.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/git-commit.sh b/git-commit.sh
index 6bce41af4..04aad5e5d 100755
--- a/git-commit.sh
+++ b/git-commit.sh
@@ -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)