All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Ericsson <ae@op5.se>
To: unlisted-recipients:; (no To-header on input)
Cc: git@vger.kernel.org
Subject: Re: [PATCH] Add --pretty=fuller
Date: Thu, 10 Nov 2005 10:11:25 +0100	[thread overview]
Message-ID: <43730EBD.90307@op5.se> (raw)
In-Reply-To: <7vzmod58ot.fsf@assigned-by-dhcp.cox.net>

Junio C Hamano wrote:
> git log without --pretty showed author and author-date, while
> with --pretty=full showed author and committer but no dates.
> The new formatting option, --pretty=fuller, shows both name and
> timestamp for author and committer.
> 
> Signed-off-by: Junio C Hamano <junkio@cox.net>
> 
> ---
> 
>  * again, likes, dislikes, don't-cares?
> 

Why not use:

--show=cdm,atn

for
Committer: date, mail
Author: timestamp,name

or

--show-author=date,timestamp,name
--show-committer=name,time
--show=name,date (for both author and committer)

or some such, with --pretty=<something> just a short-hand for those 
show-options?

We'll run out of superlatives really quickly if there are more author 
and committer info added sometime in the future, while the --show 
flag(s) can be extended more or less indefinitely.

-- 
Andreas Ericsson                   andreas.ericsson@op5.se
OP5 AB                             www.op5.se
Tel: +46 8-230225                  Fax: +46 8-230231

  parent reply	other threads:[~2005-11-10  9:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-10  6:16 [PATCH] Add --pretty=fuller Junio C Hamano
2005-11-10  8:51 ` Johannes Schindelin
2005-11-10  9:11 ` Andreas Ericsson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-11-10 14:42 Jon Loeliger

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=43730EBD.90307@op5.se \
    --to=ae@op5.se \
    --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 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.