Bug 364715

Summary: Live update of annotation bar
Product: [Developer tools] kdevplatform Reporter: Alexander Potashev <aspotashev>
Component: gitAssignee: kdevelop-bugs-null
Status: CONFIRMED ---    
Severity: wishlist    
Priority: HI    
Version First Reported In: git master   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Alexander Potashev 2016-06-24 17:11:34 UTC
Fast live update of annotation bar can be implemented as follows:
 1. Request git-annotate (through Git or libgit2),
 2. Load file content (OC = original content) at Git HEAD (through Git or libgit2),
 3. The above information is enough to
    - mark all the lines that do not match the OC as "Not Committed Yet",
    - show the annotation for all the other lines.

Reproducible: Always
Comment 1 Milian Wolff 2016-06-27 11:29:31 UTC
+10, I'd like to see that as well