* patch to remove cg from cogito
@ 2005-06-11 5:30 Sebastian Kuzminsky
0 siblings, 0 replies; only message in thread
From: Sebastian Kuzminsky @ 2005-06-11 5:30 UTC (permalink / raw)
To: git
Cogito wants to install an executable named "cg", but that's already taken
by cgvg <http://uzix.org/cgvg.html>. I guess if people dont mind git
conflicting with that other git, probably no one will mind this either...
Just thought I'd put this out there:
b/Makefile | 2 +-
cg | 7 -------
2 files changed, 1 insertion(+), 8 deletions(-)
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@
cg-branch-add cg-branch-ls cg-cancel cg-clone cg-commit cg-diff \
cg-export cg-help cg-init cg-log cg-merge cg-mkpatch cg-patch \
cg-pull cg-restore cg-rm cg-seek cg-status cg-tag cg-tag-ls cg-update \
- cg cg-admin-ls
+ cg-admin-ls
LIB_SCRIPT=cg-Xlib cg-Xmergefile cg-Xnormid
diff --git a/cg b/cg
deleted file mode 100755
--- a/cg
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-cmd="$1"; shift
-( [ x"$cmd" = x"--help" ] || [ x"$cmd" = x ] ) && exec cg-help
-
-exe="cg-$cmd"
-exec $exe "$@"
--
Sebastian Kuzminsky
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-06-11 5:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-11 5:30 patch to remove cg from cogito Sebastian Kuzminsky
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.