diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-03-15 13:10:10 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-03-15 13:12:53 -0700 |
commit | de7697808fd8b552479a60fa3b98440d541b42de (patch) | |
tree | 665397e08f93f687c1d524d6523237bb4f581138 /Documentation | |
parent | bba2a7b22fdde7a214516e93d957a950571a2026 (diff) | |
parent | 6f55ee4317681a5639ff364d2f0a352bde064269 (diff) | |
download | git-de7697808fd8b552479a60fa3b98440d541b42de.tar.gz git-de7697808fd8b552479a60fa3b98440d541b42de.tar.xz |
Sync with GIT 1.6.2.1
Diffstat (limited to 'Documentation')
-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 a33782d47..dfa36416a 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 f519739ab..679ad28b9 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 9a26bde73..7513c57c6 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] |