[go: up one dir, main page]

File: control

package info (click to toggle)
qgit 2.3-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,152 kB
  • ctags: 1,477
  • sloc: cpp: 11,857; makefile: 51; sh: 39
file content (25 lines) | stat: -rw-r--r-- 1,021 bytes parent folder | download
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: qgit
Section: x11
Priority: optional
Maintainer: Wartan Hachaturow <wart@debian.org>
Build-Depends: debhelper (>= 4.0.0), libqt4-dev (>= 4.3), libxext-dev
Standards-Version: 3.6.2

Package: qgit
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, git-core (>= 1.3.0)
Recommends: stgit
Description: Qt application for viewing GIT trees
 With qgit you will be able to browse revision tree, view patch content
 and changed files, graphically following different development branches.
 Main features:
  - View revisions, diffs, files history, files annotation, archive tree.
  - Commit changes visually cherry picking modified files.
  - Apply or format patch series from selected commits, drag and
    drop commits between two instances of qgit.
  - qgit implements a GUI for the most common StGIT commands like push/pop
    and apply/format patches. You can also create new patches or refresh
    current top one using the same semantics of git commit, i.e.
    cherry picking single modified files.
 .