From: "H. Peter Anvin" <hpa@zytor.com>
To: Dave Jones <davej@redhat.com>
Cc: Linus Torvalds <torvalds@osdl.org>,
Git Mailing List <git@vger.kernel.org>
Subject: Re: The big git command renaming..
Date: Fri, 29 Apr 2005 14:58:29 -0700 [thread overview]
Message-ID: <4272AE05.2070202@zytor.com> (raw)
In-Reply-To: <20050429213540.GA1691@redhat.com>
Dave Jones wrote:
> On Fri, Apr 29, 2005 at 02:24:43PM -0700, Linus Torvalds wrote:
> >
> > Ok, I hate to do this, since my fingers have already gotten used to the
> > old names, but we clearly can't continue to use command names like
> > "update-cache" or "read-tree" that are totally non-git-specific.
> >
> > So I just pushed out a change that renames the commands to always have a
> > "git-" prefix. In addition, I renamed "show-diff" to "diff-files", with
> > together with the prefix means that it becomes "git-diff-files" when used.
> >
> > Since I end up using tab-completion for almost all my work, and since
> > -within- the source directory there's no confusion, I didn't actually name
> > the source files with any git- prefix. Quite the reverse: I removed the
> > prefix from the two .c files that already had it (so git-mktag.c is now
> > just "mktag.c"), and the general rule for building the executable from a C
> > file is now
> >
> > git-%: %.c $(LIB_FILE)
> > $(CC) $(CFLAGS) -o $@ $(filter %.c,$^) $(LIBS)
> >
> >
> > this seemed to be a nice regular interface that means that binaries get
> > installed with clear "git-" prefixes, but that I don't have to look at
> > them when I edit the sources.
>
> Can you push out a new tarball to kernel.org too please, to kill
> some potential confusion in documentation/scripts ?
Oh yes, and can that tarball please be put in /pub/software/scm/git, and
the associated git tree be moved to /pub/scm/git?
-hpa
next prev parent reply other threads:[~2005-04-29 21:53 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-29 21:24 The big git command renaming Linus Torvalds
2005-04-29 21:35 ` Dave Jones
2005-04-29 21:58 ` H. Peter Anvin [this message]
2005-04-29 22:14 ` Linus Torvalds
2005-04-29 23:09 ` H. Peter Anvin
2005-04-29 23:39 ` Linus Torvalds
2005-04-29 23:42 ` H. Peter Anvin
2005-04-29 21:41 ` [PATCH] The big git command renaming fallout fix Junio C Hamano
2005-04-29 21:53 ` [PATCH] Makefile: " Junio C Hamano
2005-04-30 14:24 ` The big git command renaming Nicolas Pitre
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=4272AE05.2070202@zytor.com \
--to=hpa@zytor.com \
--cc=davej@redhat.com \
--cc=git@vger.kernel.org \
--cc=torvalds@osdl.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.