Mark Levedahl wrote:
Johannes Schindelin wrote:
Could it be that you did not find this commit by bisecting the
issue? I highly doubt that said commit changes anything in the build
process.
git>git bisect good
6490a3383f1d0d96c122069e510ef1af1d019fbb is first bad commit
commit 6490a3383f1d0d96c122069e510ef1af1d019fbb
Author: Junio C Hamano <gitster@xxxxxxxxx>
Date: Thu Aug 2 15:10:56 2007 -0700
Fix work-tree related breakages
Sorry - I hit send too fast on the previous mail. The relevant build
lines are:
GIT_INDEX_FILE=`pwd`/.quick-doc.index
export GIT_INDEX_FILE
rm -f "$GIT_INDEX_FILE"
git read-tree $head
git checkout-index -a -f --prefix="$mandir"/
After this commit, git checkout-index does not write the man files into
$mandir, before this commit, it does.
Mark Levedahl
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html