chiark / gitweb /
Don't use the dashed for of git commands
[stgit] / contrib / release / snapshot.sh
index a81df52211476a8535e6f8ba9f2bb5cbf2a2017e..71b447f4a8540e8eb9e27df61540d12412c79614 100755 (executable)
@@ -5,7 +5,7 @@
 VERSION=`date "+%Y%m%d"`
 SNAPSHOT=dist/stgit-$VERSION.tar.gz
 
-git-rev-list --pretty HEAD > ChangeLog
+git rev-list --pretty HEAD > ChangeLog
 
 mv stgit/version.py stgit/version.py-
 echo "version = '$VERSION'" > stgit/version.py