mirror of
https://github.com/clearml/clearml-agent
synced 2025-02-07 05:19:17 +00:00
Allow zero context diffs (useful when blind patching repository)
This commit is contained in:
parent
d2c5fb6512
commit
b0c0f41f62
@ -534,7 +534,7 @@ class Git(VCS):
|
||||
root=Argv(executable_name, "rev-parse", "--show-toplevel"),
|
||||
)
|
||||
|
||||
patch_base = ("apply",)
|
||||
patch_base = ("apply", "--unidiff-zero", )
|
||||
|
||||
|
||||
class Hg(VCS):
|
||||
|
Loading…
Reference in New Issue
Block a user