-
Notifications
You must be signed in to change notification settings - Fork 165
t2402: test worktree path when called in .git directory #570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
t2402: test worktree path when called in .git directory #570
Conversation
|
Maybe insert a "test" verb between the "t2402:" prefix and the noun "worktree path"? Also, please reduce the cover letter so that it does not repeat the commit message :-) |
The bug which reports an extra `/.git/.` in worktree path when called in '.git' directory already has been fixed. But unfortunately, the regression test to ensure this behavior has been forgotten. Here is that test. Helped-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Hariom Verma <hariom18599@gmail.com>
a2d1756 to
8921df1
Compare
|
@dscho Do I need to submit this ? |
|
Yes 😀 |
|
/submit |
|
Submitted as pull.570.git.1583305200143.gitgitgadget@gmail.com |
|
On the Git mailing list, Eric Sunshine wrote (reply to this): |
|
On the Git mailing list, Junio C Hamano wrote (reply to this): |
|
This branch is now known as |
|
This patch series was integrated into pu via git@4a2e91d. |
|
This patch series was integrated into next via git@7d37222. |
|
This patch series was integrated into master via git@4a2e91d. |
|
Closed via 4a2e91d. |
Regression test to ensure that the bug (i.e. extra
/.git/.in worktree path when called in '.git' directory) has been fixed correctly.