summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-04-03 17:54:38 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-04-03 17:54:38 (GMT)
commit9494c396f3d0582f076ec4a9c44772ec5cc62870 (patch)
tree157cc09c36ec0609f556a5d1bf6c266e750f8c7f /Documentation
parent05bf1cdccda51ec28e8bd8968855c74a9c11d37b (diff)
parentd95553a6b8c5153f541adcfc3346004e8249b0e6 (diff)
downloadgit-9494c396f3d0582f076ec4a9c44772ec5cc62870.zip
git-9494c396f3d0582f076ec4a9c44772ec5cc62870.tar.gz
git-9494c396f3d0582f076ec4a9c44772ec5cc62870.tar.bz2
Sync with Git 2.8.1
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.8.1.txt9
-rw-r--r--Documentation/git.txt3
2 files changed, 11 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.8.1.txt b/Documentation/RelNotes/2.8.1.txt
new file mode 100644
index 0000000..ef6d80b
--- /dev/null
+++ b/Documentation/RelNotes/2.8.1.txt
@@ -0,0 +1,9 @@
+Git v2.8.1 Release Notes
+========================
+
+Fixes since v2.8
+----------------
+
+ * "make rpmbuild" target was broken as its input, git.spec.in, was
+ not updated to match a file it describes that has been renamed
+ recently. This has been fixed.
diff --git a/Documentation/git.txt b/Documentation/git.txt
index adc940b..8afe349 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.8.0/git.html[documentation for release 2.8]
+* link:v2.8.1/git.html[documentation for release 2.8.1]
* release notes for
+ link:RelNotes/2.8.1.txt[2.8.1].
link:RelNotes/2.8.0.txt[2.8].
* link:v2.7.3/git.html[documentation for release 2.7.3]