Tagged Questions
The gitweb tag has no wiki summary.
79
votes
10answers
39k views
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. ...
23
votes
15answers
16k views
What type of git server do you use? or how do you use git?
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 ...
5
votes
1answer
2k views
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 ...
5
votes
1answer
2k views
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 ...
4
votes
1answer
220 views
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:
...
4
votes
1answer
1k views
Migrating from gitolite to another managed GIT repository
I've been using gitolite/gitweb for the past few months and have been very satisfied with the combo, but am now looking at moving towards a better-managed web front-end where I can restrict access to ...
3
votes
2answers
174 views
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 ...
3
votes
1answer
912 views
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 ...
2
votes
1answer
345 views
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?
2
votes
3answers
2k views
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
2
votes
1answer
356 views
Can gitweb RSS feed show tags as well?
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 ...
1
vote
1answer
108 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+ = ...
1
vote
1answer
1k views
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: ...
1
vote
1answer
106 views
How to create sub group page with gitweb (or any other git web-interface)?
I setup a gitosis server with gitweb and I have numbers of git projects there now.
Is there a way to organize these project by groups?
Say I have a group called "tools" and another group called ...
1
vote
1answer
98 views
Use odt2txt for Diff on Gitweb
I followed the instructions here and I cannot get them to work. I am using Git and Gitweb 1.7.5 on shared hosting, custom compiled and deployed using GNU Stow but basically following this howto on ...
1
vote
1answer
441 views
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 ...
1
vote
1answer
87 views
How can I get the source code of a file from GitWeb?
I want to download (via curl or AJAX) the HEAD revision of a file in a Git repository. GitWeb is already installed.
I can get the formatted source code:
...
1
vote
1answer
214 views
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 ...
1
vote
1answer
239 views
Gitweb failure: fatal: missing object 0000000000000000000000000000000000000000 for refs/heads/master [closed]
I'm trying to use gitweb with a set of repositories that are managed with gitolite. We can successfully clone/push/pull from them over ssh with no problems. When I try to view the index page, I get ...
1
vote
1answer
236 views
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 ...
1
vote
1answer
210 views
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 ...
1
vote
1answer
649 views
Using 'gitweb' style shows all branches. Can I show only desired number of branches?
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 ...
1
vote
1answer
983 views
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-> ...
1
vote
1answer
621 views
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 ...
0
votes
0answers
16 views
gitweb - for specific repos disable source viewing
I'm running gitosis and gitweb on my server for personal projects.
I've been trying for a few days to configure gitweb the way I want and I think I'm close but I still an issue I can't seem to solve ...
0
votes
1answer
177 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 ...
0
votes
0answers
68 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 ...
0
votes
2answers
183 views
Gitweb not displaying correctly
I tried setting up gitweb, but when I load the page, it comes out weird...
Edit: In case people misunderstood, this is what it should look like:
This is what my lighttpd configuration file ...
0
votes
0answers
18 views
In gitweb page, how to skip diff message in specific file?
I don't want to see useless diff messages . In my Xcode Project, 'project.pbxproj' generate really needless messages. How I can skip some specific file in gitweb diff messages?
0
votes
0answers
193 views
configuring gitweb in RHEL
My setup is Red Hat Enterprise Linux. I have successfully installed Git, gitosis, Gitweb and Apache packages. However, I have not figured out how to configure Apache and gitweb. Most of the document ...
0
votes
1answer
158 views
“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 ...
0
votes
0answers
86 views
how to config lighttp subdomain? why I failed?
here is my lighttpd config.
the domain git.cloudpaseter is send to 127.0.0.1:9000
but when i remove the couldpaster.com (firt section) git.cloudpaster.com work fine, it send to cgi.
$HTTP["host"] ...
0
votes
2answers
96 views
How to create stable checksums for auto-generated TarGZ archives?
For a build script, I need to work with source packages of a certain version. In order to not having to include big source archives, the scripts just stores their checksums (SHA1) and downloads them ...
0
votes
2answers
1k views
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 ...
0
votes
1answer
487 views
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 ...
0
votes
1answer
249 views
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!