1
0
mirror of https://github.com/systemd/systemd synced 2025-09-25 14:54:45 +02:00

Compare commits

..

No commits in common. "60b45a80c1f98bad000bd902d97ecf6c4e3fc315" and "8ba6c15a8227a6fecbe5e97919ea502da90083d3" have entirely different histories.

View File

@ -6,13 +6,13 @@
# The easiest way to apply the formatting to your changes ONLY,
# is to use the git-clang-format script (usually installed with clang-format).
#
# - Fix up formatting before committing
# - Fixup formatting before committing
# 1. Edit and stage your files.
# 2. Run `git clang-format`.
# 3. Verify + correct + (un)stage changes.
# 4. Commit.
#
# - Fix up formatting after committing
# - Fixup formatting after committing
# 1. Commit your changes.
# 2. Run `git clang-format HEAD~` - Refer the commit *before* your changes here.
# 3. Verify + correct changes, `git difftool -d` can help here.