diff options
-rw-r--r-- | Documentation/RelNotes-1.6.2.1.txt | 6 | ||||
-rw-r--r-- | Documentation/RelNotes-1.6.3.txt | 2 | ||||
-rw-r--r-- | Documentation/git.txt | 3 |
3 files changed, 3 insertions, 8 deletions
diff --git a/Documentation/RelNotes-1.6.2.1.txt b/Documentation/RelNotes-1.6.2.1.txt index a33782d47c..dfa36416af 100644 --- a/Documentation/RelNotes-1.6.2.1.txt +++ b/Documentation/RelNotes-1.6.2.1.txt @@ -17,9 +17,3 @@ Fixes since v1.6.2 correct .git directory. * git-send-email learned to correctly handle multiple Cc: addresses. - ---- -exec >/var/tmp/1 -O=v1.6.2-21-g7681ed2 -echo O=$(git describe maint) -git shortlog --no-merges $O..maint diff --git a/Documentation/RelNotes-1.6.3.txt b/Documentation/RelNotes-1.6.3.txt index f519739ab0..679ad28b9d 100644 --- a/Documentation/RelNotes-1.6.3.txt +++ b/Documentation/RelNotes-1.6.3.txt @@ -99,6 +99,6 @@ v1.6.2.X series. --- exec >/var/tmp/1 -O=v1.6.2-149-g6462146 +O=v1.6.2.1-135-g7d65c21 echo O=$(git describe master) git shortlog --no-merges $O..master ^maint diff --git a/Documentation/git.txt b/Documentation/git.txt index 9a26bde73e..7513c57c6a 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -43,9 +43,10 @@ unreleased) version of git, that is available from 'master' branch of the `git.git` repository. Documentation for older releases are available here: -* link:v1.6.2/git.html[documentation for release 1.6.2] +* link:v1.6.2.1/git.html[documentation for release 1.6.2.1] * release notes for + link:RelNotes-1.6.2.1.txt[1.6.2.1], link:RelNotes-1.6.2.txt[1.6.2]. * link:v1.6.1.3/git.html[documentation for release 1.6.1.3] |