git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* do people use the 'git' command?
@ 2005-06-10 18:53 Sebastian Kuzminsky
  2005-06-10 18:59 ` Kay Sievers
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Sebastian Kuzminsky @ 2005-06-10 18:53 UTC (permalink / raw)
  To: git

What good is the 'git' command?  It's a shortcut to run the
"git-$FUNCTION-script" programs, but it doesnt do the "git-$FUNCTION"
programs.  It just doesnt seem worth its inode, to me.  And it doesnt seem
worth the pain to distribution maintainers (like me) to avoid the naming
conflict with GNU Interactive Tools' /usr/bin/git.


Can we drop the "git" program?


diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ CC?=gcc
 AR?=ar
 INSTALL?=install
 
-SCRIPTS=git git-apply-patch-script git-merge-one-file-script git-prune-script \
+SCRIPTS=git-apply-patch-script git-merge-one-file-script git-prune-script \
 	git-pull-script git-tag-script git-resolve-script git-whatchanged \
 	git-deltafy-script git-fetch-script git-status-script git-commit-script \
 	git-log-script git-shortlog git-cvsimport-script
diff --git a/git b/git
deleted file mode 100755
--- a/git
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-cmd="git-$1-script"
-shift
-exec $cmd "$@"


-- 
Sebastian Kuzminsky

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2005-06-11 17:08 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-10 18:53 do people use the 'git' command? Sebastian Kuzminsky
2005-06-10 18:59 ` Kay Sievers
2005-06-11 17:14   ` Sebastian Kuzminsky
2005-06-10 19:11 ` Jon Seymour
2005-06-11  3:15 ` Junio C Hamano
2005-06-11  5:26   ` Sebastian Kuzminsky
2005-06-11  6:34     ` Jon Seymour
2005-06-11  6:36       ` Jon Seymour
2005-06-11  6:36         ` Jon Seymour
2005-06-11  7:02       ` Junio C Hamano
2005-06-11  7:20         ` Jon Seymour
2005-06-11  7:50           ` Junio C Hamano
2005-06-11  8:48             ` Jon Seymour
2005-06-11 16:01         ` Tommy M. McGuire
2005-06-11  7:20       ` Russ Allbery
2005-06-11  7:29         ` Jon Seymour
2005-06-11  9:58         ` Junio C Hamano
2005-06-11 16:45           ` Russ Allbery

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).