Sync with 1.8.3.2
authorJunio C Hamano <gitster@pobox.com>
Fri, 28 Jun 2013 21:57:09 +0000 (14:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Jun 2013 21:57:09 +0000 (14:57 -0700)
Documentation/RelNotes/1.8.3.2.txt
Documentation/git.txt
configure.ac
index 47ae496b7cdb08f21a76812b65ccefe7d2ce2b43..26ae142c3d90422ce51e872bc1ec9240159e54b7 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 894454609fab8f3773afff7e1e3fc4aadfb825f0..b738a40e6b0fe740910aa4a919c46ce74f303a69 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 f3462d9c81f12ea07229128f6bef7a4ff3fcfe10..2f433939dc9d9001c7ace83bfeadf567eb90c30c 100644 (file)
@@ -193,7 +193,7 @@ AC_ARG_ENABLE([pthreads],
   [FLAGS is the value to pass to the compiler to enable POSIX Threads.]
   [The default if FLAGS is not specified is to try first -pthread]
   [and then -lpthread.]
-  [--without-pthreads will disable threading.])],
+  [--disable-pthreads will disable threading.])],
 [
 if test "x$enableval" = "xyes"; then
    AC_MSG_NOTICE([Will try -pthread then -lpthread to enable POSIX Threads])