| Summary: | Live update of annotation bar | ||
|---|---|---|---|
| Product: | [Developer tools] kdevplatform | Reporter: | Alexander Potashev <aspotashev> |
| Component: | git | Assignee: | 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/Implemented In: | ||
| Sentry Crash Report: | |||
+10, I'd like to see that as well |
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