File: control

package info (click to toggle)
qgit 2.9-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,420 kB
  • sloc: cpp: 12,911; sh: 25; xml: 25; javascript: 16; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 1,181 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
26
27
28
Source: qgit
Section: vcs
Priority: optional
Maintainer: Andrey Rahmatullin <wrar@debian.org>
Build-Depends: debhelper-compat (= 13), cmake (>= 2.8.11), qtbase5-dev
Standards-Version: 4.5.1
Homepage: https://github.com/tibirna/qgit
Vcs-Git: https://salsa.debian.org/debian/qgit.git
Vcs-Browser: https://salsa.debian.org/debian/qgit
Rules-Requires-Root: no

Package: qgit
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, git
Suggests: source-highlight
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.
 .