aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes-1.5.1.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-02-17 15:50:36 -0800
committerJunio C Hamano <junkio@cox.net>2007-02-17 16:18:14 -0800
commitb758120144f8850bb2db2f233e2c828be4ba4958 (patch)
tree32371cf858dcd52a942dbabeb5201c74205a2edf /Documentation/RelNotes-1.5.1.txt
parent69bc0e22d37db4fa9875b717a64949bbfce4ebdf (diff)
downloadgit-b758120144f8850bb2db2f233e2c828be4ba4958.tar.gz
git-b758120144f8850bb2db2f233e2c828be4ba4958.tar.xz
Update draft release notes for 1.5.1
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/RelNotes-1.5.1.txt')
-rw-r--r--Documentation/RelNotes-1.5.1.txt25
1 files changed, 15 insertions, 10 deletions
diff --git a/Documentation/RelNotes-1.5.1.txt b/Documentation/RelNotes-1.5.1.txt
index 1bb6cc1c5..4d371866c 100644
--- a/Documentation/RelNotes-1.5.1.txt
+++ b/Documentation/RelNotes-1.5.1.txt
@@ -19,21 +19,26 @@ Updates since v1.5.0
- "git diff" learned --ignore-space-at-eol. This is a weaker
form of --ignore-space-change.
+ - "git name-rev" learned --refs=<pattern>, to limit the tags
+ used for naming the given revisions only to the ones
+ matching the given pattern.
+
* Updated behaviour of existing commands.
- - "git diff" outputs a trailing HT when pathnames have embedded
- SP on +++/--- header lines, in order to help "GNU patch" to
- parse its output. "git apply" was already updated to accept
- this modified output format since ce74618d (Sep 22, 2006).
+ - "git diff" outputs a trailing HT when pathnames have embedded
+ SP on +++/--- header lines, in order to help "GNU patch" to
+ parse its output. "git apply" was already updated to accept
+ this modified output format since ce74618d (Sep 22, 2006).
* Hooks
- - The sample update hook to show how to send out notification
- e-mail was updated to show only new commits that appeared in
- the repository. Earlier, it showed new commits that appeared
- on the branch.
+ - The sample update hook to show how to send out notification
+ e-mail was updated to show only new commits that appeared in
+ the repository. Earlier, it showed new commits that appeared
+ on the branch.
--
-O=v1.5.0-20-ga44a0c9
+exec >/var/tmp/1
+O=v1.5.0-49-g69bc0e2
echo O=`git describe master`
-git shortlog --no-merges $O..
+git shortlog --no-merges $O..master ^maint