]> granicus.if.org Git - python/commit
Issue #29798: Handle git worktree in patchcheck (#1058)
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 9 Apr 2017 08:33:03 +0000 (18:33 +1000)
committerGitHub <noreply@github.com>
Sun, 9 Apr 2017 08:33:03 +0000 (18:33 +1000)
commit2abfdf5a81383d3b1ed6b7321903a9a168c373c5
tree884f55e2dfaf91314d5575442ccf51c8e3a63a72
parent64c8f705c0121a4b45ca2c3bc7b47b282e9efcd8
Issue #29798: Handle git worktree in patchcheck (#1058)

The original attempted fix missed an `isdir()` call in
`get_base_branch()`.
Tools/scripts/patchcheck.py