mirror of
https://github.com/git/git.git
synced 2026-07-02 20:58:38 +00:00
4399fe337218ebad0c47e9f4edcd83defbb4733d
When a commit has many tags, the tag icons in the graph display can easily become so wide as to push the commit message off the right-hand edge of the graph display pane. This changes the display so that if there are more than 3 tags or they would take up more than a quarter of the width of the pane, we instead display a single tag icon with a legend inside it like "4 tags...". If the user clicks on the tag icon, gitk then displays all the tags in the diff display pane. Signed-off-by: Paul Mackerras <paulus@samba.org>
Description
Languages
C
50%
Shell
39.3%
Perl
4.3%
Tcl
3.1%
Python
0.8%
Other
2.3%