Skip to content

Commit

Permalink
Update draft release notes to 1.7.10
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Feb 28, 2012
1 parent 472fdee commit f051ad6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Documentation/RelNotes/1.7.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ UI, Workflows & Features
file to be included in-place when Git looks up configuration
variables.

* A content filter (clean/smudge) used to be just a way to make the
recorded contents "more useful", and allowed to fail; a filter can
new optionally be marked as "required".

* "git am" learned to pass "-b" option to underlying "git mailinfo", so
that bracketed string other than "PATCH" at the beginning can be kept.

Expand Down Expand Up @@ -122,7 +126,7 @@ details).

---
exec >/var/tmp/1
O=v1.7.9.2-301-g507fba2
O=v1.7.9.2-322-g472fdee
echo O=$(git describe)
git log --first-parent --oneline ^maint $O..
echo
Expand Down

0 comments on commit f051ad6

Please sign in to comment.