diff options
| author | H. Peter Anvin <hpa@smyrno.hos.anvin.org> | 2005-09-27 08:50:08 -0700 |
|---|---|---|
| committer | H. Peter Anvin <hpa@smyrno.hos.anvin.org> | 2005-09-27 08:50:08 -0700 |
| commit | 07cdbb35ccc5dc9d9a6ef34faa8998b8221d73ee (patch) | |
| tree | 91d36e6799ae7c6d10acd7a271ff4921170dcf22 /git-sh-setup.sh | |
| parent | 47888f0f3188c39e13e02ad8442c5e785d2ebcdd (diff) | |
| parent | 3cc35e29ec252d0dca1139106fbaa70cb9ad6ef1 (diff) | |
| download | git-07cdbb35ccc5dc9d9a6ef34faa8998b8221d73ee.tar.xz | |
Merge with git+ssh://master.kernel.org/pub/scm/git/git.git
Diffstat (limited to 'git-sh-setup.sh')
| -rwxr-xr-x | git-sh-setup.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/git-sh-setup.sh b/git-sh-setup.sh index d5bfa62dee..55db795843 100755 --- a/git-sh-setup.sh +++ b/git-sh-setup.sh @@ -17,17 +17,6 @@ die() { exit 1 } -check_clean_tree() { - dirty1_=`git-update-index -q --refresh` && { - dirty2_=`git-diff-index --name-only --cached HEAD` - case "$dirty2_" in '') : ;; *) (exit 1) ;; esac - } || { - echo >&2 "$dirty1_" - echo "$dirty2_" | sed >&2 -e 's/^/modified: /' - (exit 1) - } -} - [ -h "$GIT_DIR/HEAD" ] && [ -d "$GIT_DIR/refs" ] && [ -d "$GIT_OBJECT_DIRECTORY/00" ] |
