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
1
vote
0 answers

Making Git, Gitweb and Gitolite work on Debian Wheezy

I've run into a problem when trying to install Git, Gitweb and Gitolite together on my server. Basically I can get Git and either Gitweb or Gitolite working no problem, but as soon as I add the missing program, it doesn't work. If I install Git and…
Jake
  • 1,701
  • 3
  • 23
  • 44
1
vote
1 answer

HowTo get a Tag Cloud on gitweb?

How can I configure a Tag Cloud view to my gitweb project list? I saw an example of this on the git repo http://repo.or.cz/ but i'am not sure how to configure this on my own gitweb installation. Is there an example gitweb_config.perl for this?
Oliver G.
  • 227
  • 5
  • 17
1
vote
1 answer

Git controlled access to repository

I have a git repository in Apache server. How can allow my developers to have full access i.e read and write access to the repository. I am working on windows platform.
1
vote
1 answer

Display renamed files in GitWeb

I rename some files with git mv. Normally git status would detect this and display that these files were renamed. However in GitWeb these files are displayed as deleted and created with new name. Is there a way to tell GitWeb to try to detect…
Michael Ivko
  • 1,232
  • 3
  • 13
  • 23
1
vote
2 answers

Httpd error with GITWeb

I setup GIT and wanted GITWeb on my RHEL with HTTPD 2.2 server. When i try to start my HTTPD server i'm getting below error message. I'm sure some modules are missing but not sure what it is. Can some one help me please? [root@cmcccc httpd]# service…
baluchen
  • 749
  • 3
  • 11
  • 18
1
vote
1 answer

How to get Gitweb working with SELinux (on CentOS 6.5, with gitolite v3)

I have installed gitolite and gitweb according to the tutorial in this blog post. The whole thing runs really good. I am able to clone and commit to the server. However, Gitweb shows no project with the error code 404 - No projects found. I…
Gavin
  • 4,458
  • 3
  • 24
  • 37
1
vote
1 answer

Is it necessary to install gitweb?

Is it necessary to install gitweb to the server or are there other ways to add gitweb with installed gitolite on the server?
1
vote
0 answers

Gitolite and gitweb

Weird permissions problem with gitweb: -- repositories in the "www-data" group (chgrp -R www-data) are seen in the web interface, but repositories still in the default "git" group aren't: > ll repositories drwxr-x--- 7 git www-data 4096 Oct 16…
OJW
  • 4,514
  • 6
  • 40
  • 48
1
vote
1 answer

gitweb 1.7.1 syntax highlighting for centos6 not working

I'm unable to get syntax highlighting working with gitweb. I've been stuck on this for several days now and appreciate any help. I've done a lot of research and tried many things but nothing seems to work. I am able to view gitweb just with no…
1
vote
0 answers

How do I download source files, which are linked in gerrit via C# programmatically?

I am newly beginning developer in android; btw after I log in into my gerrit, I can see my git commit changes and some source files those are changed. As you know after clicking the side by side link right side of the source's list, I can enter web…
user2809760
  • 53
  • 1
  • 3
  • 5
1
vote
0 answers

gitolite repo is currupted after push

I'm trying to setup a gitolite server with gitweb as web interface. I've created a new user (named git) and installed gitolite as follows (git was installed previously): git@server:~$ git clone git://github.com/sitaramc/gitolite git@server:~$ mkdir…
konze
  • 859
  • 2
  • 11
  • 30
1
vote
2 answers

Gitweb- Deleted branch is not listed in the web interface

Is there any way to list the deleted branch in gitweb interface? I just created a new branch in git and the same is reflected in gitweb interface but when I delete the branch it is no listed in gitweb interface, Ideally it should listed in gitweb…
Mitul
  • 613
  • 1
  • 8
  • 19
1
vote
1 answer

Permissions for Gitolite with GitWeb does not work

I have a problem with filepermissions working with Gitolite and GitWeb. When I push to a repository, the repository disappears from GitWeb. (I can make it visable again by running : chmod -R +rx ./repositories/my-first-git-repo.git/) I followed an…
John Master
  • 309
  • 1
  • 4
  • 18
1
vote
0 answers

gitweb 404 - No projects found

I want to use gitweb with apache server,but when i finish config it.i request gitweb and there is always a 404 - No projects found. My git repository is /home/git/repo and I change /etc/gitweb.conf with $projectroot = "/var/www/git"; and change…
Tairy
  • 83
  • 1
  • 7
1
vote
1 answer

git repo description is not updating

In my gitolite.conf file I've added a bunch of config gitweb.description lines but I dont see the changes when I view gitweb. If I look in the repos on the server the description hasn't been updated. How do I get them to sync up?
Justin808
  • 20,859
  • 46
  • 160
  • 265
1 2 3
8 9