1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: gitg
Section: vcs
Priority: optional
Maintainer: Jonny Lamb <jonny@debian.org>
Build-Depends: debhelper (>= 5), autotools-dev, pkg-config, gnome-common, libglib2.0-dev (>= 2.26), libgtk-3-dev (>= 3.0.0), libgtksourceview-3.0-dev (>= 3.0.0), libgconf2-dev, gsettings-desktop-schemas-dev
Standards-Version: 3.9.1
Homepage: http://trac.novowork.com/gitg/
Vcs-Git: git://git.jonnylamb.com/git/packaging/gitg.git
Vcs-Browser: http://git.jonnylamb.com/?p=packaging/gitg.git;a=summary
Package: gitg
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, git, dbus-x11, gsettings-desktop-schemas, libdconf0 | gsettings-backend
Description: git repository viewer for gtk+/GNOME
gitg is a fast GTK2 git repository browser for the GNOME desktop.
It currently features:
.
* Loading large repositories very fast
* Show/browse repository history
* Show highlighted revision diff
* Browse file tree of a revision and export by drag and drop
* Search in the revision history on subject, author or hash
* Switch between history view of branches easily
* Commit view providing per hunk stage/unstage and commit
|