diff options
author | Junio C Hamano <junkio@cox.net> | 2007-01-01 23:42:53 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-01 23:42:53 -0800 |
commit | 96a738c0ddd49afc3bfcbf7575be55e492b69a82 (patch) | |
tree | b8200f3e87ea7584ba6a1de2df1c53bc15ce6901 | |
parent | f4bf2184ae8b79f95b9f56c1ea5455d04e559299 (diff) | |
download | git-96a738c0ddd49afc3bfcbf7575be55e492b69a82.tar.gz git-96a738c0ddd49afc3bfcbf7575be55e492b69a82.tar.xz |
Remove unused variable (git-commit.sh)
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rwxr-xr-x | git-commit.sh | 1 |
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) |