mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-15 09:08:42 -05:00
Remove unused variable (git-commit.sh)
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user