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

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