]> gitweb.fluxo.info Git - utils-git.git/commitdiff
Removes gitg and gitolite-repo
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 14 May 2017 17:10:42 +0000 (14:10 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 14 May 2017 17:10:42 +0000 (14:10 -0300)
gitg [deleted file]
gitolite-repo [deleted file]

diff --git a/gitg b/gitg
deleted file mode 100755 (executable)
index 4d88056..0000000
--- a/gitg
+++ /dev/null
@@ -1,6 +0,0 @@
-#
-# Simple wrapper around gitk
-#
-
-git diff &> /dev/null
-gitk --all $* &
diff --git a/gitolite-repo b/gitolite-repo
deleted file mode 100755 (executable)
index 0911d13..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/bash
-#
-# Format a new gitolite repository entry.
-#
-
-# Parameters
-BASENAME="`basename $0`"
-REPO="$1"
-OWNER="$2"
-
-# Syntax
-if [ -z "$3" ]; then
-  echo "usage: $BASENAME <repo> <owner> <description>"
-  exit 1
-fi
-
-# Get description
-shift 2
-DESC="$*"
-
-# Format entry
-echo "$REPO \"$OWNER\" = \"$DESC\""
-echo "repo $REPO"
-echo "  R  = @public"
-echo "  RW = @$OWNER"