Skip to content
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

No way that a file has been created or deleted #17

Closed
calixteman opened this issue Apr 14, 2017 · 2 comments
Closed

No way that a file has been created or deleted #17

calixteman opened this issue Apr 14, 2017 · 2 comments

Comments

@calixteman
Copy link

With the following patch:
diff --git a/titi.txt b/titi.txt
new file mode 100644
--- /dev/null
+++ b/titi.txt
@@ -0,0 +1,1 @@
+hello world

the parse_patch output doesn't give any information about the newly created file (the same for a deleted file)

@cscorley
Copy link
Owner

Is this still an issue? We have a test case that passes for this:

def test_git_oneline_add(self):

https://github.com/cscorley/whatthepatch/blob/39c8edd34ef30d409d367ffc548d0f0fc5545a18/tests/casefiles/git-oneline-add.diff

@cscorley
Copy link
Owner

Closing, no response

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

No branches or pull requests

2 participants