@@ -46,11 +46,19 @@ Updates since v1.7.9
46
46
UI, Workflows & Features
47
47
48
48
* various "gitk" updates.
49
+ - show the path to the top level directory in the window title
50
+ - update preference edit dialog
51
+ - display file list correctly when directories are given on command line
52
+ - make "git-describe" output in the log message into a clickable link
53
+ - avoid matching the UNIX timestamp part when searching all fields
54
+ - give preference to symbolic font names like sans & monospace
55
+ - allow comparing two commits using a mark
56
+ - "gitk" honors log.showroot configuration.
49
57
50
58
* Teams for localizing the messages from the Porcelain layer of
51
59
commands are starting to form, thanks to Jiang Xin who volunteered
52
- to be the localization coordinator. An initial set of translated
53
- messages for simplified chinese is available.
60
+ to be the localization coordinator. Translated messages for
61
+ simplified Chinese and Swedish are available.
54
62
55
63
* The configuration mechanism learned an "include" facility; an
56
64
assignment to the include.path pseudo-variable causes the named
@@ -206,11 +214,3 @@ details).
206
214
people on Solaris who have saner tools outside /usr/xpg[46]/bin.
207
215
208
216
* zsh port of bash completion script needed another workaround.
209
-
210
- ---
211
- exec >/var/tmp/1
212
- O=v1.7.10-rc2-18-gee459ba
213
- echo O=$(git describe)
214
- git log --first-parent --oneline ^maint $O..
215
- echo
216
- git shortlog --no-merges ^maint $O..
0 commit comments