commit | 2abfdf5a81383d3b1ed6b7321903a9a168c373c5 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Sun Apr 09 18:33:03 2017 +1000 |
committer | GitHub <noreply@github.com> | Sun Apr 09 18:33:03 2017 +1000 |
tree | 884f55e2dfaf91314d5575442ccf51c8e3a63a72 | |
parent | 64c8f705c0121a4b45ca2c3bc7b47b282e9efcd8 [diff] |
Issue #29798: Handle git worktree in patchcheck (#1058) The original attempted fix missed an `isdir()` call in `get_base_branch()`.