diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index e69de29b..f5aef396 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -0,0 +1 @@ +# You can use this file with 'git config blame.ignoreRevsFile .git-blame-ignore-revs' diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index da0de791..8b0630bb 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -153,6 +153,11 @@ To update the snapshot, do the following: hatch run tests:snapshot-models ``` +## Working with Git + +To filter out most of the generated commits for infrastructure, use ``--invert-grep`` in conjunction with ``--grep`` +to filter out all commits with regex `"[generated]"` + ## Releasing a New Version To release a new version, use `./tools/run-release-action`. It requires `gh`, diff --git a/README.md b/README.md index 5b784cc0..a4d99649 100644 --- a/README.md +++ b/README.md @@ -254,12 +254,18 @@ pip install openllm LlamaForCausalLM -