OSDN Git Service

Git 1.8.3.2 v1.8.3.2
authorJunio C Hamano <gitster@pobox.com>
Fri, 28 Jun 2013 21:56:30 +0000 (14:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Jun 2013 21:56:30 +0000 (14:56 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.8.3.2.txt
Documentation/git.txt
GIT-VERSION-GEN

index 47ae496..26ae142 100644 (file)
@@ -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.
index 443d88f..0c3dd1e 100644 (file)
@@ -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].
 
index eeecb5d..45ead76 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.8.3.1
+DEF_VER=v1.8.3.2
 
 LF='
 '