@ -1,5 +1,5 @@
|
|||||||
Git v1.7.1 Release Notes (draft)
|
Git v1.7.1 Release Notes
|
||||||
================================
|
========================
|
||||||
|
|
||||||
Updates since v1.7.0
|
Updates since v1.7.0
|
||||||
--------------------
|
--------------------
|
||||||
@ -87,9 +87,3 @@ release, unless otherwise noted.
|
|||||||
|
|
||||||
* "git rev-list --abbrev-commit" defaulted to 40-byte abbreviations, unlike
|
* "git rev-list --abbrev-commit" defaulted to 40-byte abbreviations, unlike
|
||||||
newer tools in the git toolset.
|
newer tools in the git toolset.
|
||||||
|
|
||||||
---
|
|
||||||
exec >/var/tmp/1
|
|
||||||
echo O=$(git describe)
|
|
||||||
O=v1.7.1-rc1-49-g407a963
|
|
||||||
git shortlog --no-merges ^maint $O..
|
|
||||||
|
@ -43,6 +43,11 @@ unreleased) version of git, that is available from 'master'
|
|||||||
branch of the `git.git` repository.
|
branch of the `git.git` repository.
|
||||||
Documentation for older releases are available here:
|
Documentation for older releases are available here:
|
||||||
|
|
||||||
|
* link:v1.7.1/git.html[documentation for release 1.7.1]
|
||||||
|
|
||||||
|
* release notes for
|
||||||
|
link:RelNotes-1.7.1.txt[1.7.1].
|
||||||
|
|
||||||
* link:v1.7.0.6/git.html[documentation for release 1.7.0.6]
|
* link:v1.7.0.6/git.html[documentation for release 1.7.0.6]
|
||||||
|
|
||||||
* release notes for
|
* release notes for
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
GVF=GIT-VERSION-FILE
|
GVF=GIT-VERSION-FILE
|
||||||
DEF_VER=v1.7.1.rc2
|
DEF_VER=v1.7.1
|
||||||
|
|
||||||
LF='
|
LF='
|
||||||
'
|
'
|
||||||
|
Reference in New Issue
Block a user