mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 19:39:21 +00:00
This commit is contained in:
parent
0981834497
commit
42aabdf5a5
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
diff-formatter = ":git";
|
||||
};
|
||||
git = {
|
||||
private-commits = "description(glob:'wip:*') | description(glob:'private:*') | description(glob:'fixup*:*')";
|
||||
private-commits = "description(glob:'wip:*') | description(glob:'private:*') | description(glob:'fixup*')";
|
||||
};
|
||||
|
||||
"--scope" = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue