gitweb

What's the best Web interface for Git repositories?

I've been using Git for a bit now (hosting my own) and would love to have something like GitHub that I could setup for my own repos. I've seen GitWeb, but I just don't like using it all that much. Is there anything for Git that's as slick as Warehouse for SVN? ...

What type of git server do you use? or how do you use git?

Hi Let's say we have a small team, 1-5 persons. What type of "git setup" would you use? Would you use gitweb and apache so you could run over http? Or would you use the user-accounts and ssh in some way? Today I'm familiar to use SubVersion thou apache (http), but I'm not sure it is right to setup to use git the same way... Thanks ...

How do I change the Gitweb default diff format to `--color-words`?

I want gitweb to output the same diff format as git diff --color-words. Does anybody know how I can do this? I looked at HTML::FromANSI but couldn't get it working with git diff --color-words from the command line. ...

Git Web Interface

I am trying to make the viewgit interface work for my projects. However I am running into this curious issue with PHP exec: These 2 unix commands work from inside my viewgit/ directory: /viewgit-> GIT_DIR=/usr/local/apache2/htdocs/repo/.git git rev-list --header --max-count=1 c19e231ad87413798b6a1387a98ec814836fda1e 19e231ad87413798b...

Using 'gitweb' style shows all branches. Can I show only desired number of branches?

Hi, When Using 'gitweb' style for hgweb on a page I can see planty of branches, for example if I have 1000 of them - all are shown. I tried setting: [defaults] branches = -a in global hgrc file but it doesn't effect the web view. My guess is it is related to 'gitweb' style template's files. Is there any easy way of limitating the num...

Can gitweb RSS feed show tags as well?

Hi, I use the gitweb RSS feed a lot for my remote repositories but it only shows me commits. Is there a way to get creation of tag objects into the feed as well? (I'm currently using 1.6.3.3 for the remote repositories.) Cheers. ...

Authenticating Gitweb with Gitosis without LDAP Auth?

I found your article using Apache Auth with gitweb, gitosis. I was wondering if there was a way to do this if I wasn't using LDAP for authentication. We currently have a very large NIS domain which we use for authentication on all unix servers. We use this for SVN repositories through a UI, but for this case I am trying to meet a requir...

How to determine sub-module SHA-1 with gitweb?

I want to determine the associated SHA-1 of a submodule without cloning anything - i.e. remotely. git-ls-remote doesn't show this information, so my initial approach was to scrape the XHTML from gitweb and pull the SHA-1 out of there. Unfortunately, gitweb seems to have pretty poor support for submodules, showing 404 and 500 "unknown ob...

Gitweb: How I see source code in tree view with color

I use gitweb. In the tree view I see my source code. But this code is all in black, I like configurated to added highlight ...

git push .git/description file

Is it possible to push the changes in the .git directory to a remote repository? I wish to have a common project description and not have to re-enter it for all the clones of my repository. It's strange that the project description is something that is not common to each clone. ...

How to list git commits for Android release?

Does anybody know how to determine whether a certain git commit, for example this one from this issue, was rolled into a particular Android release such as 2.2 Froyo? Thanks! ...

publishing multiple git repos with gitweb

Have just started using git. Building and installing it was easy. Then I went into the directory of one of my web projects and added a git repo to it. $ cd ~/Sites/webapp $ git init (and so on) I also set up gitweb, and when I added ~/Sites/webapp to $projectroot setting in gitweb.cgi, that appeared in my browser when I went to http:/...

Manage http access to git repositories using gitosis

[Update 9/16/2010] After looking into this last night, I realized that my original question was really asking 2 separate things: 1) Is it possible to set the post-update hook for all remote repositories created by gitosis (i.e. not have to manually perform mv hooks/post-update.sample hooks/post-update for after creating a repository in...

How would you install Gitweb in shared hosting?

I recently installed my git in my shared hosting now I want to install gitweb but I don't know how to install and configure it. Do you have any process to share on gitweb installation? ...

Cannot see repositories

Installed GitWeb and CGit to tryout web interfaces to my Git/Gitosis repositories. Runing on Fedora 13 and my Gitosis is working great. I installed gitweb and cgit and setup the configs to point to my repositories but neither gitweb or cgi will list the repositories. Gitweb shows the gitweb page but shows: 404 - No projects foun...