diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-07-15 10:49:23 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-15 10:49:23 -0700 |
commit | 82246e075e5c028dd886adda68e28de092e33df1 (patch) | |
tree | f5dd3003cab676c2378c0b0f871fb07638fce7ef /Documentation | |
parent | Merge branch 'jk/upload-pack-hook' (diff) | |
parent | Git 2.9.2 (diff) | |
download | tgif-82246e075e5c028dd886adda68e28de092e33df1.tar.xz |
Sync with 2.9.2
* maint:
Git 2.9.2
t0006: skip "far in the future" test when unsigned long is not long enough
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/RelNotes/2.9.2.txt | 13 | ||||
-rw-r--r-- | Documentation/git.txt | 3 |
2 files changed, 15 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.9.2.txt b/Documentation/RelNotes/2.9.2.txt new file mode 100644 index 0000000000..2620003dcf --- /dev/null +++ b/Documentation/RelNotes/2.9.2.txt @@ -0,0 +1,13 @@ +Git v2.9.2 Release Notes +======================== + +Fixes since v2.9.1 +------------------ + + * A fix merged to v2.9.1 had a few tests that are not meant to be + run on platforms without 64-bit long, which caused unnecessary + test failures on them because we didn't detect the platform and + skip them. These tests are now skipped on platforms that they + are not applicable to. + +No other change is included in this update. diff --git a/Documentation/git.txt b/Documentation/git.txt index c461701f57..f4dfc9d42c 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -43,9 +43,10 @@ unreleased) version of Git, that is available from the 'master' branch of the `git.git` repository. Documentation for older releases are available here: -* link:v2.9.1/git.html[documentation for release 2.9.1] +* link:v2.9.2/git.html[documentation for release 2.9.2] * release notes for + link:RelNotes/2.9.2.txt[2.9.2], link:RelNotes/2.9.1.txt[2.9.1], link:RelNotes/2.9.0.txt[2.9]. |