diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 0000000..5b87112 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,4 @@ +# Move code to src/ and tests/ out of src/ +d2af34d337ad5b9a2ced39847701ef5d040495fe +# Switch to ruff +458e0233aeea155ed4be0cb2c42b980dc8cbbc36 diff --git a/README.rst b/README.rst index 75ac48c..6723aff 100644 --- a/README.rst +++ b/README.rst @@ -492,8 +492,8 @@ The script now accepts basic options: -D, --debug Show all messages, including debug messages. -Run tests -========= +Development +=========== In one terminal, run a Kinto server: @@ -507,6 +507,13 @@ In another, run the tests against it: $ make tests +Optionally, configure `git` to use `.git-blame-ignore-revs` to remove noisy commits from `git blame` (e.g. running formatters or moving files): + +:: + + + git config blame.ignoreRevsFile .git-blame-ignore-revs + Releasing =========