Skip to content

Commit 455cf26

Browse files
committed
Git 1.7.10-rc3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 65c2b2b commit 455cf26

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Documentation/RelNotes/1.7.10.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,19 @@ Updates since v1.7.9
4646
UI, Workflows & Features
4747

4848
* 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.
4957

5058
* Teams for localizing the messages from the Porcelain layer of
5159
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.
5462

5563
* The configuration mechanism learned an "include" facility; an
5664
assignment to the include.path pseudo-variable causes the named
@@ -206,11 +214,3 @@ details).
206214
people on Solaris who have saner tools outside /usr/xpg[46]/bin.
207215

208216
* 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..

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.7.10-rc2
4+
DEF_VER=v1.7.10-rc3
55

66
LF='
77
'

0 commit comments

Comments
 (0)