From: Junio C Hamano <junkio@cox.net>
To: "Theodore Ts'o" <tytso@mit.edu>
Cc: git@vger.kernel.org
Subject: Re: [GIT PULL] Please pull mergetool.git
Date: Wed, 14 Mar 2007 02:45:07 -0700 [thread overview]
Message-ID: <7vtzwob1lo.fsf@assigned-by-dhcp.cox.net> (raw)
In-Reply-To: E1HRI5K-0008T9-9e@candygram.thunk.org
"Theodore Ts'o" <tytso@mit.edu> writes:
> In order to make this easier for me to send future features and
> cleanups, I've set up a repository on repo.or.cz. So please pull from:
>
> git://repo.or.cz/git/mergetool.git
>
> The final patch that is the repository is attached.
Thanks, pulled.
There should be a checklist for adding a new user-level command.
I've been reluctant to write this up, partly because some people
seem to be disturbed by seeing too many git-blah commands in
their distro's /usr/bin/ and I've been avoiding introducing new
commands (I even rejected "git-diff2", which I liked what it
did), but that is a lame excuse.
So here it is.
- An .gitignore entry to ignore the build product.
- An Makefile entry to build and clean.
- For scripts, add git-foo.sh to SCRIPT_SH (or
git-foo.perl to SCRIPT_PERL).
- For a new built-in 'git-foo' that is produced from
builtin-foo.c, add builtin-foo.o to BUILTIN_OBJS.
- For a new standalone 'git-foo' whose main is in foo.c, add
git-foo$X to PROGRAMS.
- (these are not limited to a new program) If you are adding
a library object 'foo.o', add it to LIB_OBJS; add new
headers to to LIB_H. For the latter, sorry but our
dependencies are a bit too eager to recompile.
- Asciidoc manual in Documentation/git-foo.txt to be formatted
to both HTML and man.
- An entry in Documentation/cmd-list.perl (the list at the end
of the script). This is used to link the command from the
main documentation git(7) and git.html.
The last one you missed but that is not a big deal. I'll add an
extra commit to add one entry to classify this as an ancillary
manipulator.
next prev parent reply other threads:[~2007-03-14 9:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-14 1:15 [GIT PULL] Please pull mergetool.git Theodore Ts'o
2007-03-14 5:59 ` Shawn O. Pearce
2007-03-14 6:17 ` Theodore Tso
2007-03-14 7:03 ` Junio C Hamano
2007-03-14 9:45 ` Junio C Hamano [this message]
2007-03-14 9:55 ` Alex Riesen
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=7vtzwob1lo.fsf@assigned-by-dhcp.cox.net \
--to=junkio@cox.net \
--cc=git@vger.kernel.org \
--cc=tytso@mit.edu \
/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.