summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 56822cc)
raw | patch | inline | side by side (parent: 56822cc)
author | Junio C Hamano <junkio@cox.net> | |
Thu, 10 May 2007 21:49:36 +0000 (14:49 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 10 May 2007 22:22:02 +0000 (15:22 -0700) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/RelNotes-1.5.2.txt | patch | blob | history | |
GIT-VERSION-GEN | patch | blob | history |
index c14f3da7aa76b7bfbe302bc2de5eaa799dfa071c..42e7fa5beccd0a2b5c0b2703cf62034cb1b23ab9 100644 (file)
* Comes with an updated git-gui 0.7.0
+* Updated gitweb:
+
+ - can show combined diff for merges;
+ - uses font size of user's preference, not hardcoded in pixels;
+
* New commands and options.
- "git bisect start" can optionally take a single bad commit and
- Optimized "git-add $path" in a large directory, most of
whose contents are ignored.
+ - Optimized "git-diff-tree" for reduced memory footprint.
+
- The recursive merge strategy updated a worktree file that
was changed identically in two branches, when one of them
renamed it. We do not do that when there is no rename, so
--
exec >/var/tmp/1
-O=v1.5.2-rc2-45-g618e613
+O=v1.5.2-rc2-91-g616e40b
echo O=`git describe refs/heads/master`
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index f6adb91ed217ca65b5112c9388d286fb4eef19f1..bd4a0443c4a7307dc1a2e756f3daa4e62c55a4bb 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.5.2-rc2.GIT
+DEF_VER=v1.5.2-rc3.GIT
LF='
'