Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
GIT 1.5.3-rc7
author
Junio C Hamano
<gitster@pobox.com>
Wed, 29 Aug 2007 07:11:27 +0000
(
00:11
-0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 29 Aug 2007 07:11:27 +0000
(
00:11
-0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.5.3.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
d37a8de
)
diff --git
a/Documentation/RelNotes-1.5.3.txt
b/Documentation/RelNotes-1.5.3.txt
index 8859125ab4f7e795dc3971fbd41f04de1d7bd451..f2efaaffb71ae3a3b84897ed034decaf804daf45 100644
(file)
--- a/
Documentation/RelNotes-1.5.3.txt
+++ b/
Documentation/RelNotes-1.5.3.txt
@@
-175,6
+175,15
@@
Updates since v1.5.2
- "git log" learned --log-size to show the number of bytes in
the log message part of the output to help qgit.
- "git log" learned --log-size to show the number of bytes in
the log message part of the output to help qgit.
+ - "git log --name-status" does not require you to give "-r" anymore.
+ As a general rule, Porcelain commands should recurse when showing
+ diff.
+
+ - "git format-patch --root A" can be used to format everything
+ since the beginning up to A. This was supported with
+ "git format-patch --root A A" for a long time, but was not
+ properly documented.
+
- "git svn dcommit" retains local merge information.
- "git svnimport" allows an empty string to be specified as the
- "git svn dcommit" retains local merge information.
- "git svnimport" allows an empty string to be specified as the
@@
-304,8
+313,8
@@
Updates since v1.5.2
when switching branches that have differences in only a
handful paths.
when switching branches that have differences in only a
handful paths.
- - "git
commit paths..." has also been optimized.
-
+ - "git
add paths..." and "git commit paths..." has also been
+ heavily optimized.
Fixes since v1.5.2
------------------
Fixes since v1.5.2
------------------
@@
-321,8
+330,11
@@
this release, unless otherwise noted.
- "git-write-tree" had a bad interaction with racy-git avoidance and
gitattributes mechanisms.
- "git-write-tree" had a bad interaction with racy-git avoidance and
gitattributes mechanisms.
+ - "git --bare command" overrode existing GIT_DIR setting and always
+ made it treat the current working directory as GIT_DIR.
+
--
exec >/var/tmp/1
--
exec >/var/tmp/1
-O=v1.5.3-rc
6-47-ge92ea62
+O=v1.5.3-rc
7
echo O=`git describe refs/heads/master`
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
echo O=`git describe refs/heads/master`
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint