revng / revng-orchestra

rev.ng's package manager
4 stars 6 forks source link

Fix case where HEAD is deatached #55

Closed mrjackv closed 2 years ago

aleclearmind commented 2 years ago

Commits such as "Fix X" are sad. Do something like "Context: what I did", so for the last commit something like "gitutils: fix handling of detached HEAD". "Fix formatting" instead is pretty OK.

To check formatting, should I just run black in the root of the repo?

mrjackv commented 2 years ago

To check formatting, should I just run black in the root of the repo?

black . will format the entire repo