cscorley / whatthepatch

What The Patch!? -- A Python patch parsing library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No way that a file has been created or deleted

calixteman opened this issue · comments

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)

Closing, no response