Git development
 help / color / mirror / Atom feed
* [PATCH] gitweb: Put back shortlog instead of graphiclog in the project list.
@ 2006-11-15 20:37 Alexandre Julliard
  2006-11-15 20:49 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Alexandre Julliard @ 2006-11-15 20:37 UTC (permalink / raw)
  To: git

Looks like a repo.or.cz-specific change slipped in.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
---
 gitweb/gitweb.perl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl
index e54a29e..7587595 100755
--- a/gitweb/gitweb.perl
+++ b/gitweb/gitweb.perl
@@ -2454,7 +2454,7 @@ sub git_project_list_body {
 		      $pr->{'age_string'} . "</td>\n" .
 		      "<td class=\"link\">" .
 		      $cgi->a({-href => href(project=>$pr->{'path'}, action=>"summary")}, "summary")   . " | " .
-		      $cgi->a({-href => '/git-browser/by-commit.html?r='.$pr->{'path'}}, "graphiclog") . " | " .
+		      $cgi->a({-href => href(project=>$pr->{'path'}, action=>"shortlog")}, "shortlog") . " | " .
 		      $cgi->a({-href => href(project=>$pr->{'path'}, action=>"log")}, "log") . " | " .
 		      $cgi->a({-href => href(project=>$pr->{'path'}, action=>"tree")}, "tree") .
 		      ($pr->{'forks'} ? " | " . $cgi->a({-href => href(project=>$pr->{'path'}, action=>"forks")}, "forks") : '') .
-- 
1.4.4.g2e5b

-- 
Alexandre Julliard

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

* Re: [PATCH] gitweb: Put back shortlog instead of graphiclog in the project list.
  2006-11-15 20:37 [PATCH] gitweb: Put back shortlog instead of graphiclog in the project list Alexandre Julliard
@ 2006-11-15 20:49 ` Junio C Hamano
  2006-11-15 21:34   ` Petr Baudis
  0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2006-11-15 20:49 UTC (permalink / raw)
  To: Alexandre Julliard; +Cc: git, pasky

Alexandre Julliard <julliard@winehq.org> writes:

> Looks like a repo.or.cz-specific change slipped in.
>
> Signed-off-by: Alexandre Julliard <julliard@winehq.org>

Sorry and thanks.


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

* Re: [PATCH] gitweb: Put back shortlog instead of graphiclog in the project list.
  2006-11-15 20:49 ` Junio C Hamano
@ 2006-11-15 21:34   ` Petr Baudis
  0 siblings, 0 replies; 3+ messages in thread
From: Petr Baudis @ 2006-11-15 21:34 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Alexandre Julliard, git

On Wed, Nov 15, 2006 at 09:49:52PM CET, Junio C Hamano wrote:
> Alexandre Julliard <julliard@winehq.org> writes:
> 
> > Looks like a repo.or.cz-specific change slipped in.
> >
> > Signed-off-by: Alexandre Julliard <julliard@winehq.org>
> 
> Sorry and thanks.

Sorry from me too. :-)

-- 
				Petr "Pasky" Baudis
Stuff: http://pasky.or.cz/
#!/bin/perl -sp0777i<X+d*lMLa^*lN%0]dsXx++lMlN/dsM0<j]dsj
$/=unpack('H*',$_);$_=`echo 16dio\U$k"SK$/SM$n\EsN0p[lN*1

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

end of thread, other threads:[~2006-11-15 21:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-15 20:37 [PATCH] gitweb: Put back shortlog instead of graphiclog in the project list Alexandre Julliard
2006-11-15 20:49 ` Junio C Hamano
2006-11-15 21:34   ` Petr Baudis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox