diff options
author | intrigeri <intrigeri@boum.org> | 2016-12-20 10:26:22 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2016-12-20 10:26:22 +0000 |
commit | bec3047aff9bee37f4d56848212f051fcf91cb90 (patch) | |
tree | 207f83eab6d824779b8edc6c4d44d06b6cbb43da | |
parent | fd6b947889733dbe0cc254428a1d3ad0dfdc89b3 (diff) | |
download | ikiwiki-bec3047aff9bee37f4d56848212f051fcf91cb90.tar ikiwiki-bec3047aff9bee37f4d56848212f051fcf91cb90.tar.gz |
Replied.
-rw-r--r-- | doc/bugs/rcs_revert_can_bypass_authorization_if_affected_files_were_renamed.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/rcs_revert_can_bypass_authorization_if_affected_files_were_renamed.mdwn b/doc/bugs/rcs_revert_can_bypass_authorization_if_affected_files_were_renamed.mdwn index f8e3b59a3..f21decec6 100644 --- a/doc/bugs/rcs_revert_can_bypass_authorization_if_affected_files_were_renamed.mdwn +++ b/doc/bugs/rcs_revert_can_bypass_authorization_if_affected_files_were_renamed.mdwn @@ -17,9 +17,13 @@ when reverting. > maintainers, so that they are not visible to the general public > until we have had a chance to fix the bug. --[[smcv]] +>> Sorry about that, I should clearly know better :/ --[[intrigeri]] + > Fixed by using > `git revert --strategy=recursive --strategy-option=no-renames`. > I tried to do something more clever (doing the revert, and checking > whether it made changes that aren't allowed) but couldn't get it to > work in a reasonable time, so I'm going with the simpler fix. > [[Fix committed|done]], a release will follow later today. --[[smcv]] + +>> You rock, thanks a lot! --[[intrigeri]] |