From: Junio C Hamano <gitster@pobox.com>
To: git@vger.kernel.org
Subject: What's not in git.git
Date: Sat, 17 Nov 2007 13:12:53 -0800 [thread overview]
Message-ID: <7vlk8wshii.fsf@gitster.siamese.dyndns.org> (raw)
A list of recent issues discussed without any patch landing in
my tree.
* git-revert <path>
As discussed, I am in favor of the above command, only when
<path> cannot be interpreted as a valid commit object name and
<path> appears in the index, to run "git-checkout -- <path>".
Also, I am in favor of making "git-revert <commit> -- <path>"
and "git-cherry-pick <commit> -- <path>" create a commit that
reverts or cherry-picks the effect of named commit but only
on named paths, as proposed by Dscho.
Before the latter materializes, however, I think it is
possible to implement the former.
- "git-revert [--] <path>" runs "git-checkout -- <path>"
without complaining (only when unambiguous if no -- is
given);
- "git-cherry-pick [--] <path>" errors out, as it does not
make any sense.
- "git-(revert|cherry-pick) <commit> [--] <path>" gives
"unimplemented yet" error message;
* "Why a merge is more difficult to bisect" document.
I think the last text with rewording suggestion on the list
was good. Should I take that directly, or pull through
Bruce?
* "Batch mode of git-cat-file" aka git-fast-export.
I think the idea is sound.
http://thread.gmane.org/gmane.comp.version-control.git/65053/focus=65057
http://thread.gmane.org/gmane.comp.version-control.git/62295/focus=62441
* Solaris portability improvements and clean-up.
Test patches sent for git-compat-util.h and Makefile on
FLEX_ARRAY and mkdtemp() but they haven't resulted in any
appliable patch yet.
next reply other threads:[~2007-11-17 21:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-17 21:12 Junio C Hamano [this message]
2007-11-17 23:27 ` What's not in git.git J. Bruce Fields
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=7vlk8wshii.fsf@gitster.siamese.dyndns.org \
--to=gitster@pobox.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 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).