# HG changeset patch # User Sune Foldager # Date 1242069164 -7200 # Node ID 439663cd043a87306f37b4ed7a457cab7e1bed80 # Parent 5ba798f339c8bed7208b7cd3b51b9da26953549e gitweb: add branches page diff -r 5ba798f339c8 -r 439663cd043a templates/gitweb/branches.tmpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/gitweb/branches.tmpl Mon May 11 21:12:44 2009 +0200 @@ -0,0 +1,30 @@ +#header# +#repo|escape#: Branches + + + + + + + + + +
 
+ +#entries%branchentry# +
+ +#footer# diff -r 5ba798f339c8 -r 439663cd043a templates/gitweb/changelog.tmpl --- a/templates/gitweb/changelog.tmpl Mon May 11 21:14:43 2009 +0200 +++ b/templates/gitweb/changelog.tmpl Mon May 11 21:12:44 2009 +0200 @@ -24,6 +24,7 @@ changelog | graph | tags | +branches | files#archives%archiveentry#
#changenav%naventry#
diff -r 5ba798f339c8 -r 439663cd043a templates/gitweb/changeset.tmpl --- a/templates/gitweb/changeset.tmpl Mon May 11 21:14:43 2009 +0200 +++ b/templates/gitweb/changeset.tmpl Mon May 11 21:12:44 2009 +0200 @@ -12,7 +12,15 @@
diff -r 5ba798f339c8 -r 439663cd043a templates/gitweb/fileannotate.tmpl --- a/templates/gitweb/fileannotate.tmpl Mon May 11 21:14:43 2009 +0200 +++ b/templates/gitweb/fileannotate.tmpl Mon May 11 21:12:44 2009 +0200 @@ -17,6 +17,7 @@ changelog | graph | tags | +branches | files | changeset | file | diff -r 5ba798f339c8 -r 439663cd043a templates/gitweb/filediff.tmpl --- a/templates/gitweb/filediff.tmpl Mon May 11 21:14:43 2009 +0200 +++ b/templates/gitweb/filediff.tmpl Mon May 11 21:12:44 2009 +0200 @@ -17,6 +17,7 @@ changelog | graph | tags | +branches | files | changeset | file | diff -r 5ba798f339c8 -r 439663cd043a templates/gitweb/filelog.tmpl --- a/templates/gitweb/filelog.tmpl Mon May 11 21:14:43 2009 +0200 +++ b/templates/gitweb/filelog.tmpl Mon May 11 21:12:44 2009 +0200 @@ -17,6 +17,7 @@ changelog | graph | tags | +branches | file | revisions | annotate | diff -r 5ba798f339c8 -r 439663cd043a templates/gitweb/filerevision.tmpl --- a/templates/gitweb/filerevision.tmpl Mon May 11 21:14:43 2009 +0200 +++ b/templates/gitweb/filerevision.tmpl Mon May 11 21:12:44 2009 +0200 @@ -17,6 +17,7 @@ changelog | graph | tags | +branches | files | changeset | file | diff -r 5ba798f339c8 -r 439663cd043a templates/gitweb/graph.tmpl --- a/templates/gitweb/graph.tmpl Mon May 11 21:14:43 2009 +0200 +++ b/templates/gitweb/graph.tmpl Mon May 11 21:12:44 2009 +0200 @@ -24,6 +24,7 @@ changelog | graph | tags | +branches | files
less diff -r 5ba798f339c8 -r 439663cd043a templates/gitweb/manifest.tmpl --- a/templates/gitweb/manifest.tmpl Mon May 11 21:14:43 2009 +0200 +++ b/templates/gitweb/manifest.tmpl Mon May 11 21:12:44 2009 +0200 @@ -17,6 +17,7 @@ changelog | graph | tags | +branches | files | changeset #archives%archiveentry#
diff -r 5ba798f339c8 -r 439663cd043a templates/gitweb/map --- a/templates/gitweb/map Mon May 11 21:14:43 2009 +0200 +++ b/templates/gitweb/map Mon May 11 21:12:44 2009 +0200 @@ -45,7 +45,8 @@ fileannotatechild = 'child {rev}{node|short}' tags = tags.tmpl tagentry = '#date|age# ago#tag|escape#changeset | changelog | files' -branchentry = '{date|age} ago{node|short}{branch|escape}changeset | changelog | files' +branches = branches.tmpl +branchentry = '{date|age} ago{node|short}{branch|escape}changeset | changelog | files' diffblock = '
#lines#
' filediffparent = 'parent {rev}{node|short}' filelogparent = 'parent #rev#: #node|short#' diff -r 5ba798f339c8 -r 439663cd043a templates/gitweb/search.tmpl --- a/templates/gitweb/search.tmpl Mon May 11 21:14:43 2009 +0200 +++ b/templates/gitweb/search.tmpl Mon May 11 21:12:44 2009 +0200 @@ -24,6 +24,7 @@ changelog | graph | tags | +branches | files#archives%archiveentry#
diff -r 5ba798f339c8 -r 439663cd043a templates/gitweb/shortlog.tmpl --- a/templates/gitweb/shortlog.tmpl Mon May 11 21:14:43 2009 +0200 +++ b/templates/gitweb/shortlog.tmpl Mon May 11 21:12:44 2009 +0200 @@ -23,6 +23,7 @@ changelog | graph | tags | +branches | files#archives%archiveentry#
#changenav%navshortentry#
diff -r 5ba798f339c8 -r 439663cd043a templates/gitweb/summary.tmpl --- a/templates/gitweb/summary.tmpl Mon May 11 21:14:43 2009 +0200 +++ b/templates/gitweb/summary.tmpl Mon May 11 21:12:44 2009 +0200 @@ -24,6 +24,7 @@ changelog | graph | tags | +branches | files#archives%archiveentry#
diff -r 5ba798f339c8 -r 439663cd043a templates/gitweb/tags.tmpl --- a/templates/gitweb/tags.tmpl Mon May 11 21:14:43 2009 +0200 +++ b/templates/gitweb/tags.tmpl Mon May 11 21:12:44 2009 +0200 @@ -17,6 +17,7 @@ changelog | graph | tags | +branches | files