From d2cec3e3d30c0166957dfc466eabd7735d16e77c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 10 Mar 2008 12:15:15 +0100 Subject: [PATCH] Comment. --- id-cvs-to-git.sh | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/id-cvs-to-git.sh b/id-cvs-to-git.sh index 07971b7..ee335fb 100755 --- a/id-cvs-to-git.sh +++ b/id-cvs-to-git.sh @@ -1,5 +1,16 @@ #!/bin/sh -# Upload NEW Git Project to master. +# id-cvs-to-git.sh: Uploads new Git Project to public (bare) +# +# Usage: +# id-cvs-to-git.sh source project description +# source: is a GIT project source or 'CVS' +# project: is the GIT project name (destination) and project source (If CVS) +# description: description for the project +# +# Convert YAZ from CVS to Git and upload: +# id-cvs-to-git.sh CVS yaz "Yet another Z39.50 toolkit" +# Upload new project 'newproject' from repository ../newproject +# ic-cvs-to-git.sh ../newproject newproject "My new project" SRC=$1 P=$2 DESC="$3" -- 1.7.10.4