Skip to content

Commit c2c85ed

Browse files
committed
Update draft release notes to 1.7.1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent faa3b47 commit c2c85ed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Documentation/RelNotes-1.7.1.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Git v1.7.1 Release Notes
44
Updates since v1.7.0
55
--------------------
66

7+
* "git grep" learned "--no-index" option, to search inside contents that
8+
are not managed by git.
9+
710
Fixes since v1.7.0
811
------------------
912

@@ -13,5 +16,5 @@ release, unless otherwise noted.
1316
---
1417
exec >/var/tmp/1
1518
echo O=$(git describe)
16-
O=v1.7.0
19+
O=v1.7.0-36-gfaa3b47
1720
git shortlog --no-merges ^maint $O..

0 commit comments

Comments
 (0)