aboutsummaryrefslogtreecommitdiff
path: root/devel/qgit
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.3. This is mainly a manteinance release with added a new and betterIon-Mihai Tetcu2010-05-222-5/+4
| | | | | | | graph look. Full checges at: http://git.kernel.org/?p=qgit/qgit4.git;a=shortlog Notes: svn path=/head/; revision=254861
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-221-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244657
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with D Notes: svn path=/head/; revision=240068
* - depend on moc qmake rcc uic only for build [1]Ion-Mihai Tetcu2009-04-271-7/+4
| | | | | | | | | | - install the program stripped - bump PORTREVISION Submitted by: mack@ [1] Notes: svn path=/head/; revision=232830
* QGit is a git GUI viewer built on Qt/C++.Ion-Mihai Tetcu2009-04-253-0/+54
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 Notes: svn path=/head/; revision=232740