Gitweb icon
Gitweb icon

Gitweb

Gitweb is a Git web interface. It is written in Perl and can be used as a CGI script, or as a mod_perl legacy script (run by ModPerl::Registry handler). It allows browsing a git repository (or a set of git repositories) using a web browser.

Gitweb screenshot 1

Cost / License

  • Free
  • Open Source

Platforms

  • Mac
  • Windows
  • Linux
  • Self-Hosted
  • Perl
-
No reviews
23likes
0comments
0news articles

Features

Suggest and vote on features
  1. Git icon  Git Support

 Tags

  • webui
  • git-hosting

Gitweb News & Activities

Highlights All activities

Recent activities

Show all activities

Gitweb information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Alternatives

    74 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Popular alternatives

View all
Gitweb was added to AlternativeTo by Andras Tim on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

Featured in Lists

A list with 17 apps by tarkus without a description.

List by tarkus with 17 apps, updated

What is Gitweb?

Gitweb is a Git icon Git web interface. It is written in Perl and can be used as a CGI script, or as a mod_perl legacy script (run by ModPerl::Registry handler). It allows browsing a git repository (or a set of git repositories) using a web browser. 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.

There even exists a git-instaweb script to setup gitweb and a web server for browsing the local repository.