Commit c288a2f
committed
Merge branch 'maint' of git://repo.or.cz/git-gui into maint
* 'maint' of git://repo.or.cz/git-gui: (46 commits)
git-gui: Changed blame header bar background to match main window
git-gui: Favor the original annotations over the recent ones
git-gui: Improve our labeling of blame annotation types
git-gui: Use three colors for the blame viewer background
git-gui: Jump to original line in blame viewer
git-gui: Display both commits in our tooltips
git-gui: Run blame twice on the same file and display both outputs
git-gui: Display the "Loading annotation..." message in italic
git-gui: Rename fields in blame viewer to better descriptions
git-gui: Label the uncommitted blame history entry
git-gui: Switch internal blame structure to Tcl lists
git-gui: Cleanup redundant column management in blame viewer
git-gui: Better document our blame variables
git-gui: Remove unused commit_list from blame viewer
git-gui: Automatically expand the line number column as needed
git-gui: Make the line number column slightly wider in blame
git-gui: Use lighter colors in blame view
git-gui: Remove unnecessary space between columns in blame viewer
git-gui: Remove the loaded column from the blame viewer
git-gui: Clip the commit summaries in the blame history menu
...File tree
5 files changed
+825
-219
lines changed- git-gui
- lib
5 files changed
+825
-219
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
23 | 39 | | |
24 | 40 | | |
25 | 41 | | |
| |||
1008 | 1024 | | |
1009 | 1025 | | |
1010 | 1026 | | |
| 1027 | + | |
1011 | 1028 | | |
1012 | 1029 | | |
1013 | 1030 | | |
| |||
1200 | 1217 | | |
1201 | 1218 | | |
1202 | 1219 | | |
| 1220 | + | |
1203 | 1221 | | |
1204 | 1222 | | |
| 1223 | + | |
1205 | 1224 | | |
1206 | 1225 | | |
1207 | 1226 | | |
1208 | | - | |
| 1227 | + | |
1209 | 1228 | | |
1210 | 1229 | | |
1211 | 1230 | | |
| |||
1233 | 1252 | | |
1234 | 1253 | | |
1235 | 1254 | | |
| 1255 | + | |
1236 | 1256 | | |
1237 | 1257 | | |
| 1258 | + | |
1238 | 1259 | | |
1239 | 1260 | | |
1240 | 1261 | | |
| |||
1600 | 1621 | | |
1601 | 1622 | | |
1602 | 1623 | | |
1603 | | - | |
| 1624 | + | |
1604 | 1625 | | |
1605 | 1626 | | |
1606 | 1627 | | |
| |||
1715 | 1736 | | |
1716 | 1737 | | |
1717 | 1738 | | |
1718 | | - | |
| 1739 | + | |
1719 | 1740 | | |
1720 | 1741 | | |
1721 | 1742 | | |
| |||
1735 | 1756 | | |
1736 | 1757 | | |
1737 | 1758 | | |
1738 | | - | |
| 1759 | + | |
1739 | 1760 | | |
1740 | 1761 | | |
1741 | 1762 | | |
| |||
1752 | 1773 | | |
1753 | 1774 | | |
1754 | 1775 | | |
1755 | | - | |
1756 | | - | |
1757 | | - | |
1758 | | - | |
| 1776 | + | |
| 1777 | + | |
1759 | 1778 | | |
1760 | 1779 | | |
1761 | 1780 | | |
| |||
1913 | 1932 | | |
1914 | 1933 | | |
1915 | 1934 | | |
1916 | | - | |
| 1935 | + | |
1917 | 1936 | | |
1918 | | - | |
| 1937 | + | |
1919 | 1938 | | |
1920 | 1939 | | |
1921 | 1940 | | |
1922 | 1941 | | |
1923 | | - | |
| 1942 | + | |
1924 | 1943 | | |
1925 | 1944 | | |
1926 | 1945 | | |
1927 | | - | |
| 1946 | + | |
1928 | 1947 | | |
1929 | 1948 | | |
1930 | 1949 | | |
| |||
2038 | 2057 | | |
2039 | 2058 | | |
2040 | 2059 | | |
2041 | | - | |
| 2060 | + | |
2042 | 2061 | | |
2043 | 2062 | | |
2044 | 2063 | | |
2045 | 2064 | | |
2046 | 2065 | | |
2047 | 2066 | | |
2048 | | - | |
| 2067 | + | |
2049 | 2068 | | |
2050 | 2069 | | |
2051 | | - | |
| 2070 | + | |
2052 | 2071 | | |
2053 | 2072 | | |
2054 | 2073 | | |
| |||
0 commit comments