Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'git-commit-script')
-rwxr-xr-xgit-commit-script10
1 files changed, 3 insertions, 7 deletions
diff --git a/git-commit-script b/git-commit-script
index 2632afdeed..c6f8ee2b3d 100755
--- a/git-commit-script
+++ b/git-commit-script
@@ -3,16 +3,12 @@
# Copyright (c) 2005 Linus Torvalds
#
+. git-sh-setup-script || die "Not a git archive"
+
usage () {
- echo 'git commit [-m existing-commit] [<path>...]'
- exit 1
+ die 'git commit [-m existing-commit] [<path>...]'
}
-: ${GIT_DIR=.git}
-if [ ! -d "$GIT_DIR" ]; then
- echo Not a git directory 1>&2
- exit 1
-fi
while case "$#" in 0) break ;; esac
do
case "$1" in