From: Sebastian Kuzminsky <seb@highlab.com>
To: git@vger.kernel.org
Subject: patch to remove cg from cogito
Date: Fri, 10 Jun 2005 23:30:58 -0600 [thread overview]
Message-ID: <E1DgyaA-0004Pt-RV@highlab.com> (raw)
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
reply other threads:[~2005-06-11 5:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1DgyaA-0004Pt-RV@highlab.com \
--to=seb@highlab.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.