X Tutup
Skip to content

bpo-29798: Handle git worktree in make patchcheck#629

Merged
ncoghlan merged 1 commit intopython:masterfrom
ncoghlan:bpo-29798-git-worktree-patchcheck
Mar 12, 2017
Merged

bpo-29798: Handle git worktree in make patchcheck#629
ncoghlan merged 1 commit intopython:masterfrom
ncoghlan:bpo-29798-git-worktree-patchcheck

Conversation

@ncoghlan
Copy link
Copy Markdown
Contributor

In git worktree directories, .git is a configuration
file rather than a subdirectory

In git worktree directories, `.git` is a configuration
file rather than a subdirectory
@mention-bot
Copy link
Copy Markdown

@ncoghlan, thanks for your PR! By analyzing the history of the files in this pull request, we identified @tiran, @birkenfeld, @merwok, @florentx and @brettcannon to be potential reviewers.

@ncoghlan ncoghlan merged commit 6a6d090 into python:master Mar 12, 2017
ncoghlan added a commit to ncoghlan/cpython that referenced this pull request Mar 12, 2017
In git worktree directories, `.git` is a configuration
file rather than a subdirectory
(cherry picked from commit 6a6d090)
ncoghlan added a commit to ncoghlan/cpython that referenced this pull request Mar 12, 2017
In git worktree directories, `.git` is a configuration
file rather than a subdirectory
(cherry picked from commit 6a6d090)
@ncoghlan ncoghlan self-assigned this Mar 12, 2017
ncoghlan added a commit to ncoghlan/cpython that referenced this pull request Mar 12, 2017
In git worktree directories, `.git` is a configuration
file rather than a subdirectory
(cherry picked from commit 6a6d090)
@ncoghlan ncoghlan deleted the bpo-29798-git-worktree-patchcheck branch March 12, 2017 09:44
ncoghlan added a commit that referenced this pull request Mar 12, 2017
In git worktree directories, `.git` is a configuration
file rather than a subdirectory
(cherry picked from commit 6a6d090)
ncoghlan added a commit that referenced this pull request Mar 12, 2017
In git worktree directories, `.git` is a configuration
file rather than a subdirectory
(cherry picked from commit 6a6d090)
ncoghlan added a commit that referenced this pull request Mar 12, 2017
In git worktree directories, `.git` is a configuration
file rather than a subdirectory
(cherry picked from commit 6a6d090)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup