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
25
votes
1 answer

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…
Verhogen
  • 27,221
  • 34
  • 90
  • 109
21
votes
5 answers

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
Pablo Morales
  • 687
  • 1
  • 5
  • 15
21
votes
2 answers

cloning repository from gitweb

I want to clone a git repository whose git:// server is down. Fortunately its gitweb interface is still working and all the data required to reconstruct the git repository is available from there. So, is there any git command or other tool able to…
salva
  • 9,943
  • 4
  • 29
  • 57
17
votes
6 answers

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 (.git) $projectroot = "/home/zhijian/gitweb"; # directory…
xuzhijian
  • 249
  • 1
  • 4
  • 10
15
votes
6 answers

Anyone familiar with the git error "missing object 0000000000000000000000000000000000000000 for refs/heads/..."?

We are running git v1.7.1 and have gitweb configured. We also use gitolite for administration, but I do not believe that is germane to this issue. From time to time we get an error in the Apache log like: missing object…
Pat O
  • 1,344
  • 3
  • 12
  • 27
13
votes
3 answers

How do I have to configure gitweb and gitolite so they'll work together?

I am trying to make gitweb work with gitolite... but unsuccessful so far. I am working on a RedHat Linux machine. A user called git exists. gitolite is installed under: /home/git Repository location: /home/git/repositories Please note that, gitweb…
Jee
  • 131
  • 1
  • 1
  • 3
10
votes
4 answers

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 written in perl script, and there is plugin for…
Larry Cai
  • 55,923
  • 34
  • 110
  • 156
8
votes
0 answers

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 your browser - just click them. Problem is if…
user1649119
  • 111
  • 4
6
votes
1 answer

The project disappear from gitweb after a git push

I use gitolite to host my source code, and setup a website using gitweb to display all my projects. At the beginning, all projects are shown correctly via gitweb, however, after I modified one project and do a git push, it disappeared immediately…
Vincent
  • 63
  • 5
6
votes
2 answers

How can I make gitweb ignore whitespace changes?

Is there a url parameter I can pass into gitweb (or anything else I can do) to tell it not to show me whitespace changes? Backstory: I have a file-generating process that creates hundreds of files that it then programatically checks into git. …
adavea
  • 1,535
  • 1
  • 19
  • 25
6
votes
1 answer

How to get Jenkins to connect to git repository

I'm having trouble getting Jenkins to recognize my git repo. The screenshot is below. I was told using git clone https://blah/blah.git will clone the repo as read-only w/o needing credentials or keys. I want to just pull the code and build…
Classified
  • 5,759
  • 18
  • 68
  • 99
5
votes
1 answer

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 projects.list is empty. The permission of…
Mukesh Agarwal
  • 204
  • 1
  • 2
  • 7
5
votes
1 answer

Only show GIT repo's to which user has access with gitweb

I currently am experimenting with setting up a GIT repository server so we can switch from SVN to GIT. I've got almost everything covered, but am left with an issue. The current setup is as follows: All developers (and non-developers) have a user…
dtech
  • 13,741
  • 11
  • 48
  • 73
5
votes
2 answers

gitweb became slow

I have pointed $projectroot to directory which is of 400GB contains n number of git projects. earlier we had only few project and gitweb started very fast, once project number started growing it is taking time to load. IS there any way to speed up ?
maestromani
  • 841
  • 1
  • 9
  • 31
5
votes
1 answer

"TAG - diff" in gitweb - is it possible?

Suppose I have two versions v0.1 and v0.2. In between, there are about 20 commits. Now if I want to make a kind of code review on the two versions, gitweb only offers me the possibility to make diffs between each commit. I would just like a diff of…
jubi
  • 485
  • 7
  • 19
1
2 3
8 9