Gitweb is a Git repository web interface.

learn more… | top users | synonyms

1
vote
1answer
39 views

setting up git instaweb with nginx

I'm trying to setup gitweb with Nginx. But git instaweb supports very few web servers including httpd, apache, webrick etc. I tried to use nginx as http daemon in git instaweb, but it failed. ...
1
vote
0answers
42 views

Debian + Gitolite + Gitweb = 404 - No projects found

this is a topic you find realy often. However, I tried everything since 2 days and I'm running out of ideas. Hope someone can help me here. In general I did the following: apt-get install gitolite ...
0
votes
0answers
12 views

How to disable relative date display on gitweb?

How can I stop gitweb from displaying all dates relative, eg: 3 days ago, 2 weeks ago, 3 days ago, 11 days ago, 21 hours ago? It gets quite annoying when I want to skim and see what changed around a ...
0
votes
0answers
32 views

run “perl /var/www/cgi-bin/gitweb.cgi” is correct, but when browse on webpage : 404 - No projects found

I am appreciated for any clues: When I browse the webpage, it shows: 404 - No projects found, and I also find the following in the error_log : [Tue Apr 09 07:28:30 2013] [error] [client ...
0
votes
1answer
38 views

API to retrieve recent commits

I have some project using a git repository with gerrit and gitweb available on the web. I am looking for an API via which I can do an HTTP request to get the commits made in the last 10 seconds. ...
0
votes
0answers
63 views

Syntax highlighting and gitweb [closed]

I have installed gitolite and gitweb on my versioning server. Gitolite seems to be working fine and gitweb too, at first sight. Problems started to pop up when viewing blobs. There is no highlighting ...
2
votes
0answers
106 views

gitweb 404 - No projects found when gitolite-admin push

Context: gitolite (v3.5-0-g4071623) installed; gitweb installed; gitolite and gitweb works fine until I add a new repository in gitolite-admin and push the changes gitweb user: www-data gitolite ...
3
votes
2answers
159 views

Gitweb can't find repositories “No such projects found”

I have a functioning git repository on my CentOs 5.5 server. I want a web user interface for my repositories using gitweb. I installed gitweb using the instructions at ...
1
vote
1answer
32 views

How do I make separate Gitweb “pages” for each one of my users?

Gitweb ignores the SetEnv GIT_PROJECT_ROOT /path/to/user/git Even though it works for git. I can clone and push to my repositories. If I enable gitweb, each user can see ALL of the users ...
1
vote
1answer
240 views

Installing GitWeb - How to

I've just installed Git on my production server and am hoping to get GitWeb working with it. I became very interested in getting it to work when I stumbled across a tutorial showing how to make git ...
0
votes
1answer
165 views

GitWeb very slow under Apache on Windows using MSysgit's Perl intrepretor

I'm running GitWeb on Windows Server 2008 R2 using Apache 2.2.22 (win64). I followed the instructions here: https://git.wiki.kernel.org/index.php/MSysGit:GitWeb The instructions say that we should ...
1
vote
1answer
44 views

Should I add /usr/lib/git-core/ to my PATH?

I was trying to set up gitweb on my Mint machine. The man page tells me to run git-instaweb in a git repo to get started. That command was not found, but apt-file told me that it was in ...
0
votes
1answer
95 views

gitweb redirect to https

I am an Apache noob and am trying to automatically redirect requests for http://.com/gitweb to https://.com/gitweb I've set the following to /etc/apache2/conf.d/gitweb Alias /gitweb ...
1
vote
2answers
81 views

gitolite + gitweb | 'repo @all R = gitweb' not working

For some reason the following gitolite.conf does not add any repository to projects.list. When I set 'R = gitweb' for each repository manually, they get added to projects.list. [....] repo aaa repo ...
0
votes
0answers
24 views

In gitweb, how can I set the parent when doing a diff on a merged commit?

Please note, this question is about GITWEB, not git. I know how to do this in git, but I would like to be able to perform it in gitweb so I can easily show my changes to people I work with. If I have ...
2
votes
1answer
73 views

Why git sometimes shows that a file was changed when it was not?

DragonFly BSD uses git as its SCM, with one single repository and branch for both the kernel and the whole userland. On 2011-11-26, someone did a commit that somehow touched every single file in the ...
3
votes
2answers
58 views

How can I view branches other than master in gitweb?

I'd like to be able to see changes I've made to a file in a branch other than master. Is there a way to do this? Additionally it would be really nice if I could diff between the heads of multiple ...
2
votes
1answer
98 views

gitweb snapshot of sub-directory

Calling URL http://<gitweburl>/gitweb.cgi?p=<repo>;a=tree;f=<subdir>;hb=HEAD will show the tree of <repo> starting at <subdir>. Calling URL ...
0
votes
1answer
37 views

SourceForge Wiki: how to add permanent links to sources in git repo

I began a Wiki for a sourceforge project. In the home page I've put some links to code samples in the git tree. I commit often then the links becomes obsolete. How can I put http links to latest on ...
1
vote
1answer
353 views

gitweb and per project http authentication

I have successfully set up gitweb on an apache vHost accessable for all authenticated users. The server itself provides several git repositories via https and has per user/group access to those ...
0
votes
1answer
34 views

Gitweb Apache Output Different Than Terminal

Apache is configured like so: Alias /git /var/www/gitweb Alias /gitweb /var/www/gitweb <Directory "/var/www/gitweb"> AllowOverride None Options +ExecCGI +Indexes Order allow,deny Allow ...
0
votes
2answers
276 views

Ubuntu: gitweb always looks for projects in /var/cache/git (“404 - no projects found”)

After installing gitweb on an Ubuntu 12.04 (64 bit) server and changing the variable $projectroot in /usr/share/gitweb/gitweb.cgi to any directory other than /var/cache/git, projects are still ...
3
votes
1answer
158 views

git show repositories in gitweb only to some users

I'm trying to implement a git server with only one developer at first, so the only one with total access. I have no problem to do this already. This user is doing his work with ssh access. And I ...
0
votes
0answers
146 views

Doxygen in Redmine/git by branch or in gitweb by branch

Does anyone know of any existing tool/plugins which can generate doxygen docs by git branch and manage them in a neat fashion. It would be a bonus if this was integrated with redmine. The idea being ...
0
votes
1answer
97 views

Converting gitweb query strings to cgit queries

I'm trying to programmatically map gitweb-format query strings to cgit query strings to transition fully to cgit without breaking old gitweb-based urls pointing to my repositories which are scattered ...
1
vote
1answer
120 views

GITWEB - Showing all diffs on a branch

We just implemented gitweb. On the summary page there is a list of branches. I am looking to see in one diff all the changes made in a given branch. I may have made multiple commits in that branch. ...
4
votes
1answer
138 views

Viewing html in Gitweb

via its tree view Gitweb is a great tool to browse through repository content at filesystem level. In case there are files inside the repository it's then easily possible to simply view/open them with ...
0
votes
0answers
14 views

Adding html to gitweb

I'd like to add a little div explaining how users can clone git repositories in my gitweb.cgi script. Which lines do I need to change in order to add my own div?
1
vote
1answer
132 views

Gitweb: how to only list the git repositories and nothing else (like log, shortlog, summary, tree)?

I have gitweb correctly displaying all the git repositories in the gitolite server. But I want to completely exclude the options to look at logs, summary, shortlogs from the web view. Is there a way ...
1
vote
1answer
383 views

git-http-backend returns error 502

I'm running gitweb and gitolite on my server: http://git.jshawl.com/ I'm having trouble setting up the git-http-backend to allow anonymous cloning. Here's what my vhosts file ...
0
votes
2answers
305 views

how to install gitweb on redhat

How do i install Gitweb on Redhat? Red Hat version is 2.6.18-308.11.1.el5 , x86_64 machine. Git version is 1.7.10-rc4 I downloaded the gitweb-1.7.9.6-1.el5.rf.x86_64.rpm file and ran the ...
2
votes
2answers
96 views

Cleaner git remote urls

I'm attempting to run my own git server with gitweb as the web interface. I'm serving up a directory called 'git/' here: /Users/me/Sites/git, which is the document root for git.example.com I've ...
0
votes
0answers
163 views

Gitweb shows warnings and 404 errors on new empty GIT repository

When accessing new empty Git repository through Gitweb using the link commit or commitdiff or tree - I get a 404 error. The following is the copy of error message seen in the page: This page ...
1
vote
1answer
82 views

Gitweb - name of last person to commit

I'm looking to add the name of the person who made the last commit to each project on the GitWeb project list, so instead of 14 min ago it says something like 14 min ago (Someone's Name) I've ...
0
votes
1answer
89 views

Weird looking commit in gitweb

Saw this kind of thing in our local git web file_name diff1 | diff2 | blob | history How could there be two diffs for one file in the same commit Thanks
0
votes
1answer
89 views

gitweb vs git-log date

I currently have a local clone of a repo from our company git server. What I have noticed is that the dates returned in the history summary returned by git log don't match the dates on our gitweb ...
1
vote
0answers
86 views

How to install gitweb on Solaris?

Friends, I downloaded git and its dependency package from sunfreeware.com. Git installation was successful and it is working. I'm trying to configure via web. But gitweb appears to be not installed ...
1
vote
1answer
124 views

Can't see branches in gitweb installation

I'm running gitweb without anything like gitolite or gitosis or whatever. My project is showing up fine, but none of my branches are. I can only see "master". Is there some kind of file I need to ...
6
votes
3answers
3k views

Configuring GitWeb - 404 - No projects found

I'm configuring gitweb in my system via Apache in OpenSUSE (non-virtual host). However, I get the following error: 404 - No projects found. /etc/gitweb.conf # path to git projects ...
0
votes
1answer
238 views

how to install and configure gitweb in opensuse?

when i run "zypper install gitweb" , it returns : Loading repository data... Reading installed packages... 'gitweb' not found in package names. Trying capabilities. No provider of 'gitweb' found. ...
0
votes
0answers
134 views

Gunicorn configuration for setting up Gitweb [closed]

Hi i am planning to setup a web for my git repository using gitweb. I installed python, git and python-gitweb. and i have installed gunicorn.I created a gunicorn.conf with contents given in this ...
0
votes
0answers
344 views

Not a git repository when i config my gitweb in opensusu

I'm trying to make gitweb works in opensuse. After I've configured some conf files. It still not work .It raises me some error info : [Thu Apr 19 05:13:16 2012] [error] [client 10.239.197.169] ...
1
vote
1answer
211 views

404 Not Found - Missing one of the blob diff parameters

On my local ikiwiki, I use gitweb to browse the file histories. If I click on history in my ikiwiki and then on diff to current in gitweb it points me to a URL like the following: ...
1
vote
1answer
2k views

How to get gitolite / gitweb working together?

I have gitweb and gitolite installed. I can configure a repo for gitweb access and it appears in the "projects.list" file but the repo is not listed by gitweb in the browser. I've been searching and ...
1
vote
2answers
212 views

gitweb not loading repositories through symlinks

I have gitweb on localhost and a sample project for which I've executed the git init git add and so on. I create a symlink with sudo ln -s /media/dir/project/.git/ /var/cache/git/project.git but it ...
1
vote
0answers
157 views

Error in gitweb converting big svn reposity

I have a big svn repository with big files. I'm converting it to git. But I have this error in Apache log: "fatal: Out of memory? mmap failed: Cannot allocate memory" I use: git version ...
1
vote
2answers
513 views

gitweb not seeing repository because it can't see the HEAD file?

I'm trying to get gitweb setup on a CentOS 6.2 server with git/gitweb 1.7.1 and httpd 2.2.15 installed. gitweb's default project root (verified in the CGI script) is /var/lib/git, so I've created ...
3
votes
2answers
2k views

I can't see my project in gitweb. How do you configure gitweb properly?

Goal: To see my project in the gitweb webpage. I have git+gitolite+gitweb installed. My gitolite.conf file is: repo gitolite-admin RW+ = ADMINUSER repo testing RW+ = ...
4
votes
1answer
5k views

gitolite repository getting created but projects.list is empty

i've installed and configured both gitolite and gitweb. gitolite works fine, all repositories and users work as expected.. but when i use gitweb, i see a 404 - no projects found. i went on to see that ...
4
votes
2answers
843 views

Gitweb: how to display markdown file in html format automatically like github

Markdown is important for documentation, it is very nice to see README.md can be automatically show in html format in github like https://github.com/twitter/bootstrap/blob/master/README.md gitweb is ...

1 2