@@ -19,21 +19,26 @@ Updates since v1.5.0
1919 - "git diff" learned --ignore-space-at-eol. This is a weaker
2020 form of --ignore-space-change.
2121
22+ - "git name-rev" learned --refs=<pattern>, to limit the tags
23+ used for naming the given revisions only to the ones
24+ matching the given pattern.
25+
2226* Updated behaviour of existing commands.
2327
24- - "git diff" outputs a trailing HT when pathnames have embedded
25- SP on +++/--- header lines, in order to help "GNU patch" to
26- parse its output. "git apply" was already updated to accept
27- this modified output format since ce74618d (Sep 22, 2006).
28+ - "git diff" outputs a trailing HT when pathnames have embedded
29+ SP on +++/--- header lines, in order to help "GNU patch" to
30+ parse its output. "git apply" was already updated to accept
31+ this modified output format since ce74618d (Sep 22, 2006).
2832
2933* Hooks
3034
31- - The sample update hook to show how to send out notification
32- e-mail was updated to show only new commits that appeared in
33- the repository. Earlier, it showed new commits that appeared
34- on the branch.
35+ - The sample update hook to show how to send out notification
36+ e-mail was updated to show only new commits that appeared in
37+ the repository. Earlier, it showed new commits that appeared
38+ on the branch.
3539
3640--
37- O=v1.5.0-20-ga44a0c9
41+ exec >/var/tmp/1
42+ O=v1.5.0-49-g69bc0e2
3843echo O=`git describe master`
39- git shortlog --no-merges $O..
44+ git shortlog --no-merges $O..master ^maint
0 commit comments