Preparing for v1.5.0-rc4
Junio C Hamano committed
Feb 6, 2007 at 02:06 UTC
6cc56c9a3739a3ba21a4f792a583819ed945d478
1 file changed
+9
v1.5.0.txt
+9
index de038b4d45..3184fe129b 100644
--- a/v1.5.0.txt
+++ b/v1.5.0.txt
@@ -155,6 +155,11 @@ Updates in v1.5.0 since v1.4.4 series
in individually if you plan to fetch into the repository with
older versions of git (but why would you?).
+ - Similarly, wildcard refspec "refs/heads/*:refs/remotes/me/*"
+ can be given to "git-push" command to update the tracking
+ branches that is used to track the repository you are pushing
+ from on the remote side.
+
- git-branch and git-show-branch know remote tracking branches
(use the command line switch "-r" to list only tracked branches).
@@ -342,6 +347,8 @@ Updates in v1.5.0 since v1.4.4 series
to output the blames as they are assigned. A sample script
to use it is also included as contrib/blameview.
+ - git-blame starts annotating from the working tree by default.
+
* Less external dependency
@@ -411,6 +418,8 @@ Updates in v1.5.0 since v1.4.4 series
'set-tree', and 'dcommit' is the recommended replacement for
day-to-day work.
+ - git fast-import backend.
+
* User support