From: Jon Jensen
Date: Wed, 17 Sep 2008 15:31:05 +0000 (-0600)
Subject: Use canonical "git clone" instead of git-clone.
X-Git-Tag: 2.9.0~272
X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=8cc13021a3ba9ef2164f2838635c5edb0f196518;p=check_postgres.git
Use canonical "git clone" instead of git-clone.
---
diff --git a/Makefile b/Makefile
index b531f150d..2a665062e 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ check_postgres.pl.html: check_postgres.pl
pod2html check_postgres.pl > check_postgres.pl.html
@ perl -pi -e "s///" check_postgres.pl.html
- perl -pi -e "s~ git-clone.*~ git-clone http://bucardo.org/check_postgres.git~" check_postgres.pl.html
+ perl -pi -e "s~ git clone.*~ git clone http://bucardo.org/check_postgres.git~" check_postgres.pl.html
@ rm -f pod2htmd.tmp pod2htmi.tmp
index.html: check_postgres.pl
diff --git a/check_postgres.pl b/check_postgres.pl
index 3f6ac9b7e..83b143cd0 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -4308,7 +4308,7 @@ is needed by the L action.
Development happens using the git system. You can clone the latest version by doing:
- git-clone http://bucardo.org/check_postgres.git
+ git clone http://bucardo.org/check_postgres.git
=head1 MAILING LIST
diff --git a/check_postgres.pl.html b/check_postgres.pl.html
index 066547c3c..423818b44 100644
--- a/check_postgres.pl.html
+++ b/check_postgres.pl.html
@@ -1034,7 +1034,7 @@ is needed by the disk_space action.
Development happens using the git system. You can clone the latest version by doing:
- git-clone http://bucardo.org/check_postgres.git
+ git clone http://bucardo.org/check_postgres.git
diff --git a/index.html b/index.html
index f39ebbbac..4c0804a77 100644
--- a/index.html
+++ b/index.html
@@ -33,7 +33,7 @@ h1 {
The latest development version can be downloaded via git:
- git-clone http://bucardo.org/check_postgres.git
+ git clone http://bucardo.org/check_postgres.git
Two mailing lists are available. For discussions about the program, bug reports,