mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
jj: consider wip:* commits as private
This commit is contained in:
parent
ec4d3c6e89
commit
105ed99873
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ concat(
|
||||||
"format_timestamp(timestamp)" = "timestamp.ago()"
|
"format_timestamp(timestamp)" = "timestamp.ago()"
|
||||||
|
|
||||||
[revset-aliases]
|
[revset-aliases]
|
||||||
"private()" = "description(glob:'private:*')"
|
"private()" = "description(glob:'private:*') | description(glob:'wip:*')"
|
||||||
|
|
||||||
[fix.tools.stylua]
|
[fix.tools.stylua]
|
||||||
command = ["stylua", "-"]
|
command = ["stylua", "-"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue