From 0edef3e6b092ade74636296072d38d8bd29dca73 Mon Sep 17 00:00:00 2001 From: Clemens Buchacher Date: Wed, 28 Jan 2009 18:07:15 +0100 Subject: [PATCH] remove git prerequisite --- README | 2 +- mi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 9ad9450..217b149 100644 --- a/README +++ b/README @@ -7,7 +7,7 @@ corresponding file. Prerequisites: o GNU sh compatible shell - o git ("git hash-object" is used to create the hashes) + o sha1sum o an editor (configurable via the environment variable EDITOR) diff --git a/mi b/mi index 44f289b..6536f3d 100755 --- a/mi +++ b/mi @@ -47,7 +47,7 @@ fi orignames=`mktemp` while test -n "$1" do - echo `echo $1 | git hash-object --stdin` $1 + echo `echo $1 | sha1sum - | cut -f1 -d' '` $1 shift done > "$orignames" -- 2.11.4.GIT