Git typical patch when file is removed returns "/dev/null" as a new file and hunk size is set to [0,0].
Currently library adds the file path on top of base directory (/abc/dev/null).
Its quite an issue to use zutubi patch with diffs. Also patch does not recognize that diff as remove type.
Is it git specific? Any example showing to patch directory with diff --git ?
Git typical patch when file is removed returns "/dev/null" as a new file and hunk size is set to [0,0].
Currently library adds the file path on top of base directory (/abc/dev/null).
Its quite an issue to use zutubi patch with diffs. Also patch does not recognize that diff as remove type.
Is it git specific? Any example showing to patch directory with diff --git ?