qgit
qgit copied to clipboard
Official git repository for QGit.
Since Ubuntu 22.10 (kinetic) qgit will not annotate (ctrl-a) files from a linux kernel repo. It does annotate other (smaller?) repo's. The status line says "Sorry, annotation not available for...
Submitted by Petr Mrazek on 2017-05-16, Basically, when the history consists of many small merges, it gets too wide to make sense of. See attached image for example. 
They do not affect the code, but give lots of diagnostic messages when compiled with -W -Wall -Wextra. The changes remove them so that other messages warning of potential problems...
With large patches next functions of PatchContent became so slow that app became unresponsive: * setPlainText() - because of highlighting, not so slow, but significant * find() * moveCursor(QTextCursor::End) And...
Submitted by ralfj ralfj on 2017-07-05. “Amend Commit” incorrectly adds some garbage to the commit message. This can be reproduced as follows: 1. Go to some git repo with a...
Submitted by Michael Gerdau on 2017-04-18. Description: Filenames sporting utf-8 characters are not displayed correctly. E.g. a file named (without the '“') “Abendstille-überall.ly” is displayed as “Abendstille-\303\274berall.ly”. UTF-8 is the...
Submitted by Andrey Rahmatullin on 2016-03-27. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791484 “"” I have a local pre-commit hook set up to run some stuff right before the actual commit. This works just fine...
Submitted by Daniel Levin on 2016-01-06. Since Git 2.5 release Git supports multiple working directories. QGit should be able to open such working copy as usual one. This change does...
Submitted by Josef Kufner on 2015-05-28. Hello, with 1920px wide screen I would prefer all panes side by side – see attached screenshot. Simply changing orientation of the QSplitter and...
Submitted by Mario Blättermann on 2014-02-21: currently QGit seems to don’t have any command line options. It is impossible to submit a folder name (which contains a Git repo). QGit...