We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0ce04 commit 01efc2dCopy full SHA for 01efc2d
src/libvcs/cmd/git.py
@@ -2481,7 +2481,7 @@ def rename(
2481
local_flags.append("--no-progress")
2482
return self.run(
2483
"rename",
2484
- local_flags=local_flags + ["--"] + required_flags,
+ local_flags=local_flags + required_flags,
2485
check_returncode=check_returncode,
2486
log_in_real_time=log_in_real_time,
2487
)
@@ -2508,7 +2508,7 @@ def remove(
2508
2509
2510
"remove",
2511
2512
2513
2514
0 commit comments