diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-04-26 06:10:01 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-04-26 06:10:01 +0800 |
commit | 3d9f813ba64dbf5280dd71ad20c127820625dbe0 (patch) | |
tree | 3d382e3cd2cb5ed9727952db2ff89a4381e36db5 /devel/Makefile | |
parent | d4373d99e99b5044ddffc2b642a21bcabebf5338 (diff) | |
download | freebsd-ports-gnome-3d9f813ba64dbf5280dd71ad20c127820625dbe0.tar.gz freebsd-ports-gnome-3d9f813ba64dbf5280dd71ad20c127820625dbe0.tar.zst freebsd-ports-gnome-3d9f813ba64dbf5280dd71ad20c127820625dbe0.zip |
QGit is a git GUI viewer built on Qt/C++.
With qgit you will be able to browse revisions history, view patch content and
changed files, graphically following different development branches.
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.
- Associate commands sequences, scripts and anything else executable to a
custom action. Actions can be run from menu and corresponding output is grabbed
by a terminal window. 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.
WWW: https://sourceforge.net/projects/qgit
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 08e28fe1da8e..1fb371e8edcd 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2431,6 +2431,7 @@ SUBDIR += qca SUBDIR += qct SUBDIR += qdevelop + SUBDIR += qgit SUBDIR += qmake SUBDIR += qmake4 SUBDIR += qprog |