]> granicus.if.org Git - python/commit
bpo-29798: Handle git worktree in `make patchcheck` (#629) (#634)
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 12 Mar 2017 10:03:35 +0000 (20:03 +1000)
committerGitHub <noreply@github.com>
Sun, 12 Mar 2017 10:03:35 +0000 (20:03 +1000)
commita6aac8c87036c3180916b893d66b1e257b5e2ec2
tree4d7c7de499d03c1de91db0579a652d3cccd68ce0
parentf12f820ef887b009ce70e67e71b8690f30c605ee
bpo-29798: Handle git worktree in `make patchcheck` (#629) (#634)

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