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

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.7.2.5 gitweb version 1.7.2.5 git is compiled with…
Victor Sanchez
  • 583
  • 9
  • 28
1
vote
2 answers

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 that and a bare git repository in there: $ ls -laF…
Alan Krueger
  • 4,701
  • 4
  • 35
  • 48
1
vote
1 answer

How to create sub group page with gitweb (or any other git web-server)?

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 "debug" and each group contains several projects…
Patrick
  • 4,186
  • 9
  • 32
  • 45
1
vote
2 answers

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 Dreamhost (just forked, no modifications made to…
songei2f
  • 649
  • 4
  • 10
  • 22
1
vote
1 answer

How should I configure nginx to serve both a web page and gitweb?

I have installed nginx in my server and it is serving a Hello World website using SSL. I have also installed gitweb and I have configured it as shown in the setting up Nginx for serving Git repositories over HTTP using Gitweb tutorial and it is…
m4l490n
  • 1,592
  • 2
  • 25
  • 46
1
vote
1 answer

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: http://server1.local/?p=Project&a=blob&f=Path/To/File.html However, this does not seem to work…
GreenIcicle
  • 458
  • 2
  • 9
1
vote
1 answer

How can I search for a string in the gitweb interface of a git repository?

I would like to search for kill in the gitweb interface of the repository of Bash . In that link, I typed kill on the top right input box, and leave commitselected on the left. But the search result is empty, which is incorrect. So how can I…
Tim
  • 1
  • 141
  • 372
  • 590
1
vote
2 answers

Apache git server with Alpine Linux on Docker

I am trying to serve git repos over http using Alpine's Apache image in Docker. I am able to get Apache to serve up documents and folders over http (there are some non git repos in this folder, this is just a proof of concept at the moment, so they…
resu
  • 321
  • 1
  • 6
  • 18
1
vote
1 answer

GitWeb : Cloning doesn't succeed

I just setup a gitweb server on a centos 7 machine, but when I'm trying to clone, he ask me a password ? How can I change the password on the server, because I never set one... $ git clone git@xxx.xxx.x.xx:gitolite-admin.git Cloning into…
Neok
  • 221
  • 2
  • 17
1
vote
1 answer

How to default to side-by-side view for diff in GitWeb?

I find this post How to default to side-by-side view in GitLab, the answer was "not possible". What about gitweb? Can I default to side-by-side view in GitWeb?
Leon
  • 3,124
  • 31
  • 36
1
vote
2 answers

Gitweb URL escapes in query string

My gitweb installation works so far, but all generated links that include a querystring, e.g. host/gitweb?p=somepath&a=summary are somehow malformed. First, the ampersand is replaced by a semicolon. When inspecting the html, the link looks…
1
vote
1 answer

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!
Brad Hein
  • 10,997
  • 12
  • 51
  • 74
1
vote
1 answer

gitweb hide index project_list

It's possible disable the index view of gitweb page? My boss don't want that users can access to the link: local.repo/git/?a=project_list but they can access to specific inner…
dceccon
  • 423
  • 1
  • 7
  • 25
1
vote
1 answer

Gitweb 404 error Mac OS X

I am trying to view a local git repository with instaweb. At first, I tried the following command in a cloned repository : git instaweb --httpd=webrick to receive the following error : Not Found `/' not found. WEBrick/1.3.1 (Ruby/2.0.0/2014-05-08)…
user5283407
  • 143
  • 8
1
vote
1 answer

gitweb reports "404 - No projects found" on Ubuntu 14.04.2

I've looked through a bunch of other Qs & As here and haven't been able to figure this out yet... Using Ubuntu 14.04.2, I have git + gitolite + gitweb right out of apt-get. When I access /gitweb with by browser, it's running but it says 404 - No…
Tyrel
  • 655
  • 1
  • 7
  • 20
1 2 3
8 9