Skip to content

Commit

Permalink
Remove unused variable (git-commit.sh)
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Jan 2, 2007
1 parent f4bf218 commit 96a738c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion git-commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 96a738c

Please sign in to comment.