mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 11:39:19 +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";
|
diff-formatter = ":git";
|
||||||
};
|
};
|
||||||
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" = [
|
"--scope" = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue