From: Junio C Hamano <gitster@pobox.com>
To: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Cc: Felipe Contreras <felipe.contreras@gmail.com>,
Stephan Beyer <s-beyer@gmx.net>,
git@vger.kernel.org
Subject: Re: About git pretty
Date: Sat, 30 Aug 2008 09:30:15 -0700 [thread overview]
Message-ID: <7vfxom1n54.fsf@gitster.siamese.dyndns.org> (raw)
In-Reply-To: <alpine.DEB.1.00.0808241948390.24820@pacific.mpi-cbg.de.mpi-cbg.de> (Johannes Schindelin's message of "Sun, 24 Aug 2008 19:49:58 +0200 (CEST)")
Johannes Schindelin <Johannes.Schindelin@gmx.de> writes:
>> On Sat, Aug 23, 2008 at 3:03 AM, Stephan Beyer <s-beyer@gmx.net> wrote:
>>
>> > Felipe Contreras wrote:
>> >> Hi,
>> >>
>> >> Please read aloud the following commands:
>> >> git log --pretty=short
>> >> git log --pretty=full
>> >> git log --pretty=format:%s
>> >>
>> >> It is just me or 'pretty full' doesn't exactly convey the meaning of
>> >> the action to execute?
>> >
>> > But "pretty short" and "pretty format" is. :)
>> >
>> >> How about:
>> >> git log --format=short
>> >> git log --format=full
>> >> git log --format=custom:%s
>> >>
>> >> If you like the idea I can work on a patch.
>> >
>> > Because --pretty=<format> is an option taken by many git commands
>> > including git plumbing (e.g. rev-list), many scripts will rely on
>> > "--pretty" and they all would have to be changed. And --pretty exists
>> > since Jan 2005 (see 9d97aa64).
>>
>> Well, it might be difficult, but that doesn't mean it should not be
>> done. Just like the 'git-*' removal, there could be a period for
>> transition.
>
> Of course it could be done. But I do not deem it necessary. In the
> balance gain/pain it comes out as not worth the hassle on this guy's
> calculator.
On the other hand, as an undocumented synonym without deprecating nor
conflicting with existing set of options in any way, I do not think it is
wrong per-se to support something like:
git log --format=short
git log --format=':%h %s'
in addition to existing --pretty. It should be fairly obvious and trivial
to make handle_revision_opt() pretend as if the user said --pretty, and
for the latter one silently prefix "tformat" while doing so.
I won't be doing such a patch myself, though.
next prev parent reply other threads:[~2008-08-30 16:31 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-22 23:24 About git pretty Felipe Contreras
2008-08-22 23:41 ` Junio C Hamano
2008-08-23 0:04 ` David Tweed
2008-08-23 0:12 ` Junio C Hamano
2008-08-23 0:34 ` David Tweed
2008-08-23 0:38 ` David Tweed
2008-08-23 0:03 ` Stephan Beyer
2008-08-23 18:57 ` Felipe Contreras
2008-08-24 17:49 ` Johannes Schindelin
2008-08-30 16:30 ` Junio C Hamano [this message]
2009-02-21 15:31 ` Felipe Contreras
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=7vfxom1n54.fsf@gitster.siamese.dyndns.org \
--to=gitster@pobox.com \
--cc=Johannes.Schindelin@gmx.de \
--cc=felipe.contreras@gmail.com \
--cc=git@vger.kernel.org \
--cc=s-beyer@gmx.net \
/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).