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
@@ -155,6 +155,11 @@ Updates in v1.5.0 since v1.4.4 series
155 in individually if you plan to fetch into the repository with
156 older versions of git (but why would you?).
157
158 + - Similarly, wildcard refspec "refs/heads/*:refs/remotes/me/*"
159 + can be given to "git-push" command to update the tracking
160 + branches that is used to track the repository you are pushing
161 + from on the remote side.
162 +
163 - git-branch and git-show-branch know remote tracking branches
164 (use the command line switch "-r" to list only tracked branches).
165
@@ -342,6 +347,8 @@ Updates in v1.5.0 since v1.4.4 series
347 to output the blames as they are assigned. A sample script
348 to use it is also included as contrib/blameview.
349
350 + - git-blame starts annotating from the working tree by default.
351 +
352
353 * Less external dependency
354
@@ -411,6 +418,8 @@ Updates in v1.5.0 since v1.4.4 series
418 'set-tree', and 'dcommit' is the recommended replacement for
419 day-to-day work.
420
421 + - git fast-import backend.
422 +
423
424 * User support
425