login
Header Space

 
 

[PATCH 08/14] gitweb: add 'remotes' action as a synonym for git_heads()

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git@...>
Cc: Jakub Narebski <jnareb@...>, Giuseppe Bilotta <giuseppe.bilotta@...>
Date: Thursday, September 13, 2007 - 12:02 pm

Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
---
 gitweb/gitweb.perl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl
index dc9727e..6dfb2f4 100755
--- a/gitweb/gitweb.perl
+++ b/gitweb/gitweb.perl
@@ -562,6 +562,7 @@ my %actions = (
 	"commit" => \&git_commit,
 	"forks" => \&git_forks,
 	"heads" => \&git_heads,
+	"remotes" => \&git_heads,
 	"history" => \&git_history,
 	"log" => \&git_log,
 	"rss" => \&git_rss,
-- 
1.5.2.5

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/14] gitweb: optionally show remote heads and detach..., Giuseppe Bilotta, (Thu Sep 13, 11:41 am)
[PATCH 01/14] gitweb: get remotes too when getting heads list, Giuseppe Bilotta, (Thu Sep 13, 12:02 pm)
[PATCH 02/14] gitweb: make remote heads in heads list optional, Giuseppe Bilotta, (Thu Sep 13, 12:02 pm)
[PATCH 03/14] gitweb: git_get_heads_list now accepts an opti..., Giuseppe Bilotta, (Thu Sep 13, 12:02 pm)
[PATCH 04/14] gitweb: separate heads and remotes list in sum..., Giuseppe Bilotta, (Thu Sep 13, 12:02 pm)
[PATCH 05/14] gitweb: allow refs passed to git_heads_body to..., Giuseppe Bilotta, (Thu Sep 13, 12:02 pm)
[PATCH 06/14] gitweb: git_split_heads_body function., Giuseppe Bilotta, (Thu Sep 13, 12:02 pm)
[PATCH 07/14] gitweb: use CSS to style split head lists., Giuseppe Bilotta, (Thu Sep 13, 12:02 pm)
[PATCH 08/14] gitweb: add 'remotes' action as a synonym for ..., Giuseppe Bilotta, (Thu Sep 13, 12:02 pm)
[PATCH 09/14] gitweb: split heads list in head view if appro..., Giuseppe Bilotta, (Thu Sep 13, 12:02 pm)
[PATCH 10/14] gitweb: display HEAD in heads list when detached, Giuseppe Bilotta, (Thu Sep 13, 12:02 pm)
[PATCH 11/14] gitweb: git_is_head_detached() function, Giuseppe Bilotta, (Thu Sep 13, 12:02 pm)
[PATCH 12/14] gitweb: add HEAD to list of shortlog refs if d..., Giuseppe Bilotta, (Thu Sep 13, 12:02 pm)
[PATCH 13/14] gitweb: CSS style and refs mark for detached H..., Giuseppe Bilotta, (Thu Sep 13, 12:02 pm)
[PATCH 14/14] gitweb: minor whitespace cleanups, Giuseppe Bilotta, (Thu Sep 13, 12:02 pm)
speck-geostationary