Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 5facdbb29169c2799c42f887cef4cd9d087b0167 https://github.com/python/cpython/commit/5facdbb29169c2799c42f887cef4cd9d087b0167 Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年05月02日 (2017年5月02日) Changed paths: M configure.ac Log Message: ----------- bpo-30232: Support Git worktree in configure.ac (#1391) Don't test if .git/HEAD file exists, but only if the .git file (or directory) exists.