Questions tagged [gitweb]

Gitweb is a Git repository web interface.

GitWeb is a Git repository web interface.

Using GitWeb you can browse directory trees at arbitrary revisions, view contents of files (blobs), see log or shortlog of a given branch, examine commits, commit messages and changes made by a given commit. GitWeb can generate feeds in RSS or Atom format. You can get any given version of a file; if not disabled you can download a snapshot of a given version of a project (project tree at given revision). You can search (if it is not disabled) for commits by an author, added to repository by a comitter, commit with commit message (commit description) which includes some text.

133 questions
3
votes
3 answers

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+ = @all repo PROJECT1 RW+ = …
Trevor Boyd Smith
  • 18,164
  • 32
  • 127
  • 177
3
votes
1 answer

gitweb; hide specific repos

Hi I have recently set up a git server for my stuff. and it is working ok, I have installed gitweb which is also working fine. Except for the fact I don't seem to have any control over which repo's are being shown; specifically I DO NOT want my…
111111
  • 15,686
  • 6
  • 47
  • 62
3
votes
1 answer

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…
cdwilson
  • 4,310
  • 4
  • 26
  • 32
3
votes
2 answers

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…
punkish
  • 13,598
  • 26
  • 66
  • 101
3
votes
3 answers

How can I install Git on FreeBSD after error code 1?

I want to install Git but it gives me error. I enter make clean install and it says: ===> git-2.1.0 using GITWEB support requires PERL support. *** Error code 1 Stop. make: stopped in /usr/ports/devel/git What can I do? Note: When I first tried…
ilhan
  • 8,700
  • 35
  • 117
  • 201
3
votes
1 answer

Only show repos in gitweb that user has access to via Gitolite

I have gitolite setup and working with SSH key based auth. I can control access to repos via the gitolite-admin.git repo and the conf file. All of this works great over SSH but I would like to use GitWeb as a quick way to view the repos. GitWeb is…
nat45928
  • 259
  • 1
  • 6
  • 20
3
votes
1 answer

apache permission denied: exec of '/usr/sbin/suexec2' failed

I'm trying to integrate git, gitweb, gitolite, apache. For the moment I get each time a "Server Error". Apache logs: [cgi:error] [...] AH01215: (13)Permission denied: exec of '/usr/sbin/suexec2' failed, referer: http://git/ /usr/sbin/suexec2 -V…
Chris Maes
  • 35,025
  • 12
  • 111
  • 136
3
votes
1 answer

Categorize git repositories

I would like to organize my git repositories into categories. My main reason to do this is to get a better overview of my code repositories in the web interface I use (GitList - http://www.gitlist.org). Now I get a long list of all the repositories,…
John Master
  • 309
  • 1
  • 4
  • 18
3
votes
2 answers

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 use the msysgit version of perl as the first line…
user64141
  • 5,141
  • 4
  • 37
  • 34
3
votes
2 answers

gitweb snapshot of sub-directory

Calling URL http:///gitweb.cgi?p=;a=tree;f=;hb=HEAD will show the tree of starting at . Calling URL http:///gitweb.cgi?p=;a=snapshot;f=;hb=HEAD will produce a 404. Calling URL…
user1649119
  • 111
  • 4
2
votes
1 answer

curl/wget does not resolve a URL same as a browser when redirected

How do I get the correct redirected URL by curl/wget? Target URL: https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm-3.18.git;a=commit;h=430f3805c82634a3cb969d83acc4fc4c0ee6af27 You need to escape ; (semi-colon) to %3B when passing…
forte916
  • 113
  • 1
  • 7
2
votes
2 answers

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…
pn1 dude
  • 4,286
  • 5
  • 30
  • 26
2
votes
1 answer

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?
Dhana
  • 179
  • 1
  • 10
2
votes
1 answer

Can not clone git repo to server

I'm running the same command on 2 different servers. One works, the other doesn't. I'm running git clone https://blah.com:8443/blah.git On server A, it works fine. I get the objects, files, etc. no problems. On server B, I get the following…
Classified
  • 5,759
  • 18
  • 68
  • 99
2
votes
2 answers

Gitweb not displaying some repos

I am trying to use Gitolite + Gitweb but I am running into some problems.. My conf/gitolite.conf is the following @dataset_repos = dat1 dat2 @closedsrc_repos = cod1 cod2 @opensrc_repos = testing @admins = user1 user2 @bios…
gc5
  • 9,468
  • 24
  • 90
  • 151
1 2
3
8 9