git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Schindelin <Johannes.Schindelin@gmx.de>
To: Junio C Hamano <gitster@pobox.com>
Cc: Theodore Tso <tytso@mit.edu>, git@vger.kernel.org
Subject: Re: [PATCH 3/4] --decorate now decorates ancestors, too
Date: Sat, 21 Jul 2007 23:26:11 +0100 (BST)	[thread overview]
Message-ID: <Pine.LNX.4.64.0707212322260.14781@racer.site> (raw)
In-Reply-To: <7vmyy1tq96.fsf@assigned-by-dhcp.cox.net>

Hi,

On Thu, 12 Jul 2007, Junio C Hamano wrote:

> But in general I do not see ("I haven't realized" might turn out to be a 
> better expression) much value in this series yet except for the initial 
> clean-up patches, while I think this option would be quite expensive in 
> terms of memory footprints on projects with nontrivial size of history.  
> I dunno.

It would not, since you do not have to say "--decorate" at all.  However, 
if you do want the functionality this patch provides, you have to jump 
through hoops right now.  ATM an alias is my work around, since I run 
'master' as you requested:

git config --global alias.decoratelog '!sh -c
	"(case \"\$0\" in
		sh) git log --color;;
		*) git log --color \"\$0\" \"\$@\";;
	 esac) |
	 git -p name-rev --tags --stdin"'

Ugly, ain't it?

And I still have to look up at which release certain features were 
introduced every day.

Ciao,
Dscho

  parent reply	other threads:[~2007-07-21 22:27 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-11  1:28 [PATCH 0/4] Make --decorate more useful Johannes Schindelin
2007-07-11  1:28 ` [PATCH 1/4] Move add_name_decoration() and add_ref_decoration() to commit.[ch] Johannes Schindelin
2007-07-11  1:29 ` [PATCH 2/4] Move the --decorate option from builtin-log.c to revision.c Johannes Schindelin
2007-07-12 18:45   ` Junio C Hamano
2007-07-13 15:38     ` Johannes Schindelin
2007-07-11  1:29 ` [PATCH 3/4] --decorate now decorates ancestors, too Johannes Schindelin
2007-07-11  2:27   ` Theodore Tso
2007-07-12 18:45     ` Junio C Hamano
2007-07-14  0:23       ` Johannes Schindelin
2007-07-21 22:26       ` Johannes Schindelin [this message]
2007-07-11  1:30 ` [PATCH 4/4] --decorate: prefer shorter names Johannes Schindelin

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=Pine.LNX.4.64.0707212322260.14781@racer.site \
    --to=johannes.schindelin@gmx.de \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --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 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).