X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=bugs-in-changelog.sh;fp=bugs-in-changelog;h=9173fa427ecde9b793524f3a25d38bce0f9892ab;hb=c1592ac93886e7f39a6017272b2486d3f411d054;hp=bb2c1c5186301d8cd2ff02b07c239e6c897b1b9d;hpb=0f478933108de342b0948b9e3cc6d4f00fbbfe0a;p=libguestfs.git diff --git a/bugs-in-changelog b/bugs-in-changelog.sh similarity index 95% rename from bugs-in-changelog rename to bugs-in-changelog.sh index bb2c1c5..9173fa4 100755 --- a/bugs-in-changelog +++ b/bugs-in-changelog.sh @@ -1,5 +1,5 @@ #!/bin/bash - -# bugs-in-changelog +# bugs-in-changelog.sh # Copyright (C) 2009-2010 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ # (or any release). To use it, the only parameter should be the git # commit range, eg: # -# ./bugs-in-changelog "1.0.89.." +# ./bugs-in-changelog.sh "1.0.89.." if [ -z "$1" ]; then echo "$0 git-commit-range"