Closed aqrln closed 7 years ago
Aside from that, all metadata, both built into Git (like Signed-off-by
) and custom (like PR-URL
) should be at the end of commit description.
Log fixed and landed
links changed after rewrite
Great, thanks for that. I didn't mean to rewrite the history, it was more of a warning to make it right in the next commits, but having a clean and neat history from the very beginning is awesome.
@nechaido make sure to git pull --force
your master
branch and rebase your local branches if you have any.
@tshemsedinov an empty line after the short commit message is required by Git. Without it, the whole commit description is a short message with newlines treated as spaces.