Message ID | CAAY9aimx4X2jDaFz+jWtAj==g+J3QA8LKPQFePyGFhVvbwKNtQ@mail.gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Question: rerere preimage format | expand |
Mohamed Mohey <mmi9433@gmail.com> writes: > My question is: > > Is there a reason rerere's output is like this that I'm missing? Or is > it just there for convenience since it doesn't affect rerere's > intended functionality? > > > Thanks, > Mohamed Mohey Documentation/technical/rerere.txt would be a good place to start.
--- a/hello.rb +++ b/hello.rb @@ -1,11 +1,11 @@ #! /usr/bin/env ruby def hello -<<<<<<< - puts 'hello mundo' -======= +<<<<<<< HEAD puts 'hola world' ->>>>>>> +======= + puts 'hello mundo' +>>>>>>> i18n-world end If I understand correctly, this is the diff between rerere's preimage and the version in the current working directory, as explained in this