From 6f1f3ccc8734d17e075fd509d176e8869f86d09c Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 17 Feb 2022 21:20:54 +0100 Subject: chore: update file descriptions --- bin/stagit-new-repo | 2 +- hooks/post-receive | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/stagit-new-repo b/bin/stagit-new-repo index 90b0882..a549880 100755 --- a/bin/stagit-new-repo +++ b/bin/stagit-new-repo @@ -1,6 +1,6 @@ #!/bin/sh -# This script creates a initializes a new git repository and index it with stagit. +# This script creates a initializes a new git repository and re-indexes all repositories. while getopts ":r:d:o:u:h" o; do case "${o}" in h) printf "Arguement for creating a new git repository:\\n -r: Repository name\\n -d: Short description of the project\\n -o: Name of the owner\\n -u: URI for cloning\\n -h: Show this message\\n" && exit 1 ;; diff --git a/hooks/post-receive b/hooks/post-receive index 77ffc88..7769cd4 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -1,6 +1,6 @@ #!/bin/sh -# This hook will update the static website whenever with new commits on each push. +# A post receive hook for updating the static webpage. export LC_TYPE="en_US.UTF-8" -- cgit v1.2.3-70-g09d2