Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-06-29 01:57:09 +0400
committerJunio C Hamano <gitster@pobox.com>2013-06-29 01:57:09 +0400
commit3c36e8a40d4763af65f108dcdef2fab1597741bf (patch)
tree66af8708a8f97671f979b28a6f31462a758af6c8 /Documentation
parentebeea528709abf5ee0a0f3e8ad706f7bacc36c05 (diff)
parent3a461832c5ca4f140e41fdc34f86c90868aea33b (diff)
Sync with 1.8.3.2
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/1.8.3.2.txt5
-rw-r--r--Documentation/git.txt3
2 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/RelNotes/1.8.3.2.txt b/Documentation/RelNotes/1.8.3.2.txt
index 47ae496b7c..26ae142c3d 100644
--- a/Documentation/RelNotes/1.8.3.2.txt
+++ b/Documentation/RelNotes/1.8.3.2.txt
@@ -4,6 +4,11 @@ Git v1.8.3.2 Release Notes
Fixes since v1.8.3.1
--------------------
+ * Cloning with "git clone --depth N" while fetch.fsckobjects (or
+ transfer.fsckobjects) is set to true did not tell the cut-off
+ points of the shallow history to the process that validates the
+ objects and the history received, causing the validation to fail.
+
* "git checkout foo" DWIMs the intended "upstream" and turns it into
"git checkout -t -b foo remotes/origin/foo". This codepath has been
updated to correctly take existing remote definitions into account.
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 894454609f..b738a40e6b 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.8.3.1/git.html[documentation for release 1.8.3.1]
+* link:v1.8.3.2/git.html[documentation for release 1.8.3.2]
* release notes for
+ link:RelNotes/1.8.3.2.txt[1.8.3.2],
link:RelNotes/1.8.3.1.txt[1.8.3.1],
link:RelNotes/1.8.3.txt[1.8.3].