git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch] list shortlog items in commit order
@ 2005-08-02 21:18 Nicolas Pitre
  2005-08-02 22:34 ` Junio C Hamano
  0 siblings, 1 reply; 5+ messages in thread
From: Nicolas Pitre @ 2005-08-02 21:18 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git


The current shortlog list is backward making it look odd.
This reverses it so things appear more logically.

Signed-off-by: Nicolas Pitre <nico@cam.org>

diff --git a/git-shortlog b/git-shortlog
--- a/git-shortlog
+++ b/git-shortlog
@@ -90,7 +90,7 @@ sub shortlog_output {
 
 		# output author's 1-line summaries
 		$obj = $map{$key};
-		foreach $desc (@$obj) {
+		foreach $desc (reverse @$obj) {
 			print "  $desc\n";
 			$n_output++;
 		}

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [patch] list shortlog items in commit order
  2005-08-02 21:18 [patch] list shortlog items in commit order Nicolas Pitre
@ 2005-08-02 22:34 ` Junio C Hamano
  2005-08-02 22:41   ` Nicolas Pitre
  2005-08-03  3:58   ` Jeff Garzik
  0 siblings, 2 replies; 5+ messages in thread
From: Junio C Hamano @ 2005-08-02 22:34 UTC (permalink / raw)
  To: Nicolas Pitre; +Cc: git, Linus Torvalds, Jeff Garzik

Nicolas Pitre <nico@cam.org> writes:

> The current shortlog list is backward making it look odd.
> This reverses it so things appear more logically.

Sorry, I do not know how the shortlog looked like in BK days,
but it would be nice to match that order.  I do not have
preference either way myself.

I'll let it simmer and let the list decide, but I think the
kernel folks care the most about this one, so I am asking the
original authors, Linus and Jeff, if they want to go for it, or
veto it.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [patch] list shortlog items in commit order
  2005-08-02 22:34 ` Junio C Hamano
@ 2005-08-02 22:41   ` Nicolas Pitre
  2005-08-03  3:58   ` Jeff Garzik
  1 sibling, 0 replies; 5+ messages in thread
From: Nicolas Pitre @ 2005-08-02 22:41 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, Linus Torvalds, Jeff Garzik

On Tue, 2 Aug 2005, Junio C Hamano wrote:

> Nicolas Pitre <nico@cam.org> writes:
> 
> > The current shortlog list is backward making it look odd.
> > This reverses it so things appear more logically.
> 
> Sorry, I do not know how the shortlog looked like in BK days,
> but it would be nice to match that order.

This is precisely why I made this patch: to make it look like the BK 
shortlog.


Nicolas

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [patch] list shortlog items in commit order
  2005-08-02 22:34 ` Junio C Hamano
  2005-08-02 22:41   ` Nicolas Pitre
@ 2005-08-03  3:58   ` Jeff Garzik
  2005-08-03  4:59     ` Linus Torvalds
  1 sibling, 1 reply; 5+ messages in thread
From: Jeff Garzik @ 2005-08-03  3:58 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Nicolas Pitre, git, Linus Torvalds

Junio C Hamano wrote:
> Nicolas Pitre <nico@cam.org> writes:
> 
> 
>>The current shortlog list is backward making it look odd.
>>This reverses it so things appear more logically.
> 
> 
> Sorry, I do not know how the shortlog looked like in BK days,
> but it would be nice to match that order.  I do not have
> preference either way myself.
> 
> I'll let it simmer and let the list decide, but I think the
> kernel folks care the most about this one, so I am asking the
> original authors, Linus and Jeff, if they want to go for it, or
> veto it.

<shrug>  I don't really care either way.

	Jeff

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [patch] list shortlog items in commit order
  2005-08-03  3:58   ` Jeff Garzik
@ 2005-08-03  4:59     ` Linus Torvalds
  0 siblings, 0 replies; 5+ messages in thread
From: Linus Torvalds @ 2005-08-03  4:59 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Junio C Hamano, Nicolas Pitre, git



On Tue, 2 Aug 2005, Jeff Garzik wrote:
> 
> <shrug>  I don't really care either way.

I suspect it's mostly the users, not the developers, who care. The core
developers already know what went in, and have git to see it, they don't 
look at the shortlog output. So I suspect it's more important to see if 
there's user feedback one way or the other..

		Linus

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-08-03  5:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-02 21:18 [patch] list shortlog items in commit order Nicolas Pitre
2005-08-02 22:34 ` Junio C Hamano
2005-08-02 22:41   ` Nicolas Pitre
2005-08-03  3:58   ` Jeff Garzik
2005-08-03  4:59     ` Linus Torvalds

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).