Skip to content

Commit 843142a

Browse files
author
Junio C Hamano
committed
GIT v1.5.2-rc3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 56822cc commit 843142a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Documentation/RelNotes-1.5.2.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ Updates since v1.5.1
4444

4545
* Comes with an updated git-gui 0.7.0
4646

47+
* Updated gitweb:
48+
49+
- can show combined diff for merges;
50+
- uses font size of user's preference, not hardcoded in pixels;
51+
4752
* New commands and options.
4853

4954
- "git bisect start" can optionally take a single bad commit and
@@ -141,6 +146,8 @@ Updates since v1.5.1
141146
- Optimized "git-add $path" in a large directory, most of
142147
whose contents are ignored.
143148

149+
- Optimized "git-diff-tree" for reduced memory footprint.
150+
144151
- The recursive merge strategy updated a worktree file that
145152
was changed identically in two branches, when one of them
146153
renamed it. We do not do that when there is no rename, so
@@ -187,6 +194,6 @@ this release, unless otherwise noted.
187194

188195
--
189196
exec >/var/tmp/1
190-
O=v1.5.2-rc2-45-g618e613
197+
O=v1.5.2-rc2-91-g616e40b
191198
echo O=`git describe refs/heads/master`
192199
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint

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.5.2-rc2.GIT
4+
DEF_VER=v1.5.2-rc3.GIT
55

66
LF='
77
'

0 commit comments

Comments
 (0)