Skip to content

Commit

Permalink
doc: Add git commits guide
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Sobczyk <[email protected]>
  • Loading branch information
tinez committed Mar 14, 2024
1 parent 126bb0d commit f3156cc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion doc/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,4 +332,13 @@ vertically aligned.
# must have a special rule to queue I/O when all paths have failed, and
# accessing it in Vdsm commands may hang Vdsm.

```
```

### Git commits

We cultivate a discipline of clean, linear git history that dates back to
[gerrit](https://gerrit.ovirt.org/q/project:vdsm+is:merged) days. Commit messages
matter - we have a
[template](https://github.com/oVirt/vdsm/blob/master/commit-template.txt) for
them. Every commit should be atomic and releasable. We don't use merge commits -
we use rebasing.

0 comments on commit f3156cc

Please sign in to comment.