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

how to move git repositories from Windows to Ubuntu server?

I have published several git repositories in an Apache http server located in a Windows system. And the files are saved in the same computer. Now I want to move these git repositories into another computer, where there is also an Apache http…
mining
  • 3,557
  • 5
  • 39
  • 66
0
votes
1 answer

git diff on shell scripts

I want to add shell scripts (".sh") into a git repository. But when viewing them in the git web interface it recognises them as binary files. Therefore I can not view them online or see diffs between different commits. Is there a way to tell git how…
timatrie
  • 35
  • 4
0
votes
1 answer

Where is gitweb.conf on Windows?

I'm trying to setup GitWeb, I'm using the GitWeb shipped with the Git installation and using the Apache provided with WAMP, when I access to the page http://localhost/gitweb/ I get a 404 - No projects found error, I modified the variable projectroot…
CIOC
  • 1,385
  • 3
  • 19
  • 48
0
votes
1 answer

Configure different $projectroot on one Git-Web

I have a question about GitWeb configuration. Following this manual I've installed GitWeb http://git-scm.com/book/en/Git-on-the-Server-GitWeb But I need to configure apache or etc/gitweb.conf for the following, e.g. domain sub1.domain.com should…
Leonid
  • 15
  • 5
0
votes
1 answer

API to retrieve recent commits

I have some project using a git repository with gerrit and gitweb available on the web. I am looking for an API via which I can do an HTTP request to get the commits made in the last 10 seconds. Currently I am using some github API of a mirror of…
Jeroen De Dauw
  • 10,321
  • 15
  • 56
  • 79
0
votes
1 answer

Gitweb Apache Output Different Than Terminal

Apache is configured like so: Alias /git /var/www/gitweb Alias /gitweb /var/www/gitweb AllowOverride None Options +ExecCGI +Indexes Order allow,deny Allow from all DirectoryIndex gitweb.cgi AddHandler…
Ryan
  • 6,432
  • 7
  • 40
  • 54
0
votes
1 answer

Converting gitweb query strings to cgit queries

I'm trying to programmatically map gitweb-format query strings to cgit query strings to transition fully to cgit without breaking old gitweb-based urls pointing to my repositories which are scattered here and there around the web. I've seen some…
R.. GitHub STOP HELPING ICE
  • 208,859
  • 35
  • 376
  • 711
0
votes
1 answer

Weird looking commit in gitweb

Saw this kind of thing in our local git web file_name diff1 | diff2 | blob | history How could there be two diffs for one file in the same commit Thanks
Pradeep
  • 647
  • 1
  • 7
  • 17
0
votes
1 answer

gitweb vs git-log date

I currently have a local clone of a repo from our company git server. What I have noticed is that the dates returned in the history summary returned by git log don't match the dates on our gitweb server view. Can anyone explain how each of these…
Markus
  • 589
  • 1
  • 6
  • 19
0
votes
1 answer

how to install and configure gitweb in opensuse?

when i run "zypper install gitweb" , it returns : Loading repository data... Reading installed packages... 'gitweb' not found in package names. Trying capabilities. No provider of 'gitweb' found. Resolving package dependencies... Nothing to…
xuzhijian
  • 249
  • 1
  • 4
  • 10
0
votes
0 answers

Not a git repository when i config my gitweb in opensusu

I'm trying to make gitweb works in opensuse. After I've configured some conf files. It still not work .It raises me some error info : [Thu Apr 19 05:13:16 2012] [error] [client 10.239.197.169] fatal: error processing config file(s) [Thu Apr 19…
xuzhijian
  • 249
  • 1
  • 4
  • 10
-1
votes
2 answers

GIT: How to view various status graphs on self hosted GIT repository?

I am new to GIT. I have seen people telling lot of advantages of GIT over SVN. One of the advantages is, GIT provides nice visualizations so that you are updated with whats going in repository. I recently did lot of hands-on on GIT using Eclipse and…
funsuk
  • 71
  • 2
  • 6
-1
votes
2 answers

svn and git: View all changes of one user

We have several svn and git repositories. I want to have a view (web) where I can see: All changes of user "foo" on day yyyy-mm-dd. The result should be sorted by time and it should not matter if a change was made in svn or git. If you know a tool…
guettli
  • 25,042
  • 81
  • 346
  • 663
1 2 3
8
9