Skip to content

Commit

Permalink
Merge branch 'gb/gitweb-remote-heads'
Browse files Browse the repository at this point in the history
* gb/gitweb-remote-heads:
  git instaweb: enable remote_heads
  gitweb: group remote heads by remote
  gitweb: provide a routine to display (sub)sections
  gitweb: refactor repository URL printing
  gitweb: remotes view for a single remote
  gitweb: allow action specialization in page header
  gitweb: nagivation menu for tags, heads and remotes
  gitweb: separate heads and remotes lists
  gitweb: git_get_heads_list accepts an optional list of refs
  gitweb: introduce remote_heads feature
  gitweb: use fullname as hash_base in heads link
  • Loading branch information
Junio C Hamano committed Dec 8, 2010
2 parents a5066a0 + fc5b8e0 commit c3f7d51
Show file tree
Hide file tree
Showing 3 changed files with 268 additions and 8 deletions.
2 changes: 2 additions & 0 deletions git-instaweb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,8 @@ gitweb_conf() {
our \$projectroot = "$(dirname "$fqgitdir")";
our \$git_temp = "$fqgitdir/gitweb/tmp";
our \$projects_list = \$projectroot;
\$feature{'remote_heads'}{'default'} = [1];
EOF
}

Expand Down
Loading

0 comments on commit c3f7d51

Please sign in to comment.