X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-commit.sh;h=04aad5e5da6fad46bc71c859286615c2f6ce11ab;hb=e27e609bbf81271318d99f2643f378f3fde6c6c6;hp=6bce41af4dc73d90028e76ba174e4e7795103d6c;hpb=27e4dd8de76bdd60c88003e0f27cee8ad26c5cd6;p=git.git 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)