On 10/06/2019 05:06 AM, Daniel Gruno wrote:
> There is also, as you mention, the risk of force-pushing to rewrite history,
> but as I understand it, we can disable this
> by requiring PRs for each change to the canonical branch(es).
Maybe a git dummy question, but how do you adjust log messages for already
pushed commits without force-pushing?
In Subversion you can just do svn propedit svn:log --revlog -r<revision>, but
for git?
I have edited my own log message recently to improve it and I know that others
do it to indicate that a commit was
reverted by a future revision or to add CVE numbers after vulnerabilities are
public.
Would we loose this possibility with git?
Regards
RĂ¼diger