Skip to content

Commit f051ad6

Browse files
committed
Update draft release notes to 1.7.10
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 472fdee commit f051ad6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Documentation/RelNotes/1.7.10.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ UI, Workflows & Features
2222
file to be included in-place when Git looks up configuration
2323
variables.
2424

25+
* A content filter (clean/smudge) used to be just a way to make the
26+
recorded contents "more useful", and allowed to fail; a filter can
27+
new optionally be marked as "required".
28+
2529
* "git am" learned to pass "-b" option to underlying "git mailinfo", so
2630
that bracketed string other than "PATCH" at the beginning can be kept.
2731

@@ -122,7 +126,7 @@ details).
122126

123127
---
124128
exec >/var/tmp/1
125-
O=v1.7.9.2-301-g507fba2
129+
O=v1.7.9.2-322-g472fdee
126130
echo O=$(git describe)
127131
git log --first-parent --oneline ^maint $O..
128132
echo

0 commit comments

Comments
 (0)