[llvm-dev] git revert support?

Tom Stellard via llvm-dev llvm-dev at lists.llvm.org
Fri Nov 1 09:41:35 PDT 2019


On 11/01/2019 09:39 AM, Teresa Johnson wrote:
> I am trying to revert a commit, and the instructions here don't work
> as the revert support was removed from the git-llvm script last week
> when the migration happened. The instructions on the website still
> reference it however:
> https://llvm.org/docs/GettingStarted.html#reverting-a-change-when-using-git
> 
> I am going to do it manually, but a script would be helpful for
> automating the commit message etc. Am I missing where the support for
> this now lives?
> 

By manually, do you mean `git revert` ?  I think this is probably the best
solution.

-Tom

> Thanks,
> Teresa
> 



More information about the llvm-dev mailing list