diff --git a/templates/map-gitweb b/templates/map-gitweb --- a/templates/map-gitweb +++ b/templates/map-gitweb @@ -30,6 +30,10 @@ changelogparent = "parent#node|short#" filerevparent = "parent:#node|short#" fileannotateparent = "parent:#node|short#" +changelogchild = "child #rev#:#node|short#" +changesetchild = "child#node|short#" +filerevchild = "child:#node|short#" +fileannotatechild = "child:#node|short#" tags = tags-gitweb.tmpl tagentry = "#date|age# ago#tag#changeset | changelog | manifest" diffblock = "#lines#" @@ -37,6 +41,8 @@ changelogtag = "tag: changesettag = "tag#tag#" filediffparent = "parent #rev#:#node|short#" filelogparent = "parent #rev#: #node|short#" +filediffchild = "child #rev#:#node|short#" +filelogchild = "child #rev#: #node|short#" shortlog = shortlog-gitweb.tmpl shortlogentry = "#date|age# ago#desc|firstline|escape#changeset | manifest" filelogentry = "#date|age# ago#desc|firstline|escape# annotate"