]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-29798: Handle git worktree in `make patchcheck` (#629) (#635)
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 12 Mar 2017 10:03:45 +0000 (20:03 +1000)
committerGitHub <noreply@github.com>
Sun, 12 Mar 2017 10:03:45 +0000 (20:03 +1000)
commitee10fb9c5b0ae8706bcf7ab70d8d65604f2517a7
treeb2f5c3a314dafc12e986723fbcd5052f038fb30d
parentc8869af89e9b62fbfd066c01da1f502b0fd2ed3f
bpo-29798: Handle git worktree in `make patchcheck` (#629) (#635)

In git worktree directories, `.git` is a configuration
file rather than a subdirectory
(cherry picked from commit 6a6d090612dd7deaac2bc0399fad743e5e2db606)
Tools/scripts/patchcheck.py