diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-02-28 13:31:05 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-02-28 13:31:05 -0800 |
commit | f051ad6d118aff0252beed36d20a56d1823fc90b (patch) | |
tree | 95138b2e38f0033dc8c5b9de20c1603dce0aaca0 /Documentation | |
parent | 472fdee793e6d4185b91bf62b2d601009bb32b24 (diff) | |
download | git-f051ad6d118aff0252beed36d20a56d1823fc90b.tar.gz |
Update draft release notes to 1.7.10
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/RelNotes/1.7.10.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/RelNotes/1.7.10.txt b/Documentation/RelNotes/1.7.10.txt index 89edfdafc7..70d76b5dc0 100644 --- a/Documentation/RelNotes/1.7.10.txt +++ b/Documentation/RelNotes/1.7.10.txt @@ -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. @@ -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 |