X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=inline;f=Documentation%2FRelNotes-1.7.1.txt;h=8c18ca5d22bf4bd769ed0bffeacb9f4453c10e71;hb=92de348948d59f797dd4f15d6a4558c0563203b1;hp=b0bf8366c0dfe6bc6cef9ae1e9b81109ed536252;hpb=72cd63c008c673e185740a694cdf3e85711df3d2;p=git.git diff --git a/Documentation/RelNotes-1.7.1.txt b/Documentation/RelNotes-1.7.1.txt index b0bf8366c..8c18ca5d2 100644 --- a/Documentation/RelNotes-1.7.1.txt +++ b/Documentation/RelNotes-1.7.1.txt @@ -4,6 +4,9 @@ Git v1.7.1 Release Notes Updates since v1.7.0 -------------------- + * "git grep" learned "--no-index" option, to search inside contents that + are not managed by git. + Fixes since v1.7.0 ------------------ @@ -13,5 +16,5 @@ release, unless otherwise noted. --- exec >/var/tmp/1 echo O=$(git describe) -O=v1.7.0 +O=v1.7.0-36-gfaa3b47 git shortlog --no-merges ^maint $O..