mirror of
https://github.com/git/git
synced 2024-10-29 06:06:41 +00:00
Remove unused variable (git-commit.sh)
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
f4bf2184ae
commit
96a738c0dd
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue