mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 00:40:44 +02:00
jj: disable private commits
This commit is contained in:
parent
5ad112e5a6
commit
c5d1cbdccf
1 changed files with 0 additions and 4 deletions
|
|
@ -18,7 +18,6 @@ key = "~/.ssh/id_ed25519.pub"
|
||||||
[git]
|
[git]
|
||||||
sign-on-push = true
|
sign-on-push = true
|
||||||
auto-local-bookmark = true
|
auto-local-bookmark = true
|
||||||
private-commits = "private()"
|
|
||||||
|
|
||||||
[aliases]
|
[aliases]
|
||||||
l = ["log", "-r", "ancestors(reachable(@, mutable()), 2)"]
|
l = ["log", "-r", "ancestors(reachable(@, mutable()), 2)"]
|
||||||
|
|
@ -36,9 +35,6 @@ concat(
|
||||||
[template-aliases]
|
[template-aliases]
|
||||||
"format_timestamp(timestamp)" = "timestamp.ago()"
|
"format_timestamp(timestamp)" = "timestamp.ago()"
|
||||||
|
|
||||||
[revset-aliases]
|
|
||||||
"private()" = "description(glob:'private:*') | description(glob:'wip:*')"
|
|
||||||
|
|
||||||
[fix.tools.stylua]
|
[fix.tools.stylua]
|
||||||
command = ["stylua", "-"]
|
command = ["stylua", "-"]
|
||||||
patterns = ["glob:'**/*.lua'"]
|
patterns = ["glob:'**/*.lua'"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue