mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
jj: private commits; remove aliases unused aliases
This commit is contained in:
parent
2ba451b1ab
commit
7c668215b2
1 changed files with 5 additions and 4 deletions
|
|
@ -18,13 +18,11 @@ 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()"
|
||||||
|
# push-bookmark-prefix = "olexsmir/"
|
||||||
|
|
||||||
[aliases]
|
[aliases]
|
||||||
d = ["diff"]
|
|
||||||
l = ["log", "-r", "ancestors(reachable(@, mutable()), 3)"]
|
l = ["log", "-r", "ancestors(reachable(@, mutable()), 3)"]
|
||||||
llog = ["log", "-T", "builtin_log_detailed"]
|
|
||||||
n = ["new"]
|
|
||||||
push = ["git", "push"]
|
|
||||||
tug = ["bookmark", "move", "--from", "heads(::@- & bookmarks())", "--to", "@-"]
|
tug = ["bookmark", "move", "--from", "heads(::@- & bookmarks())", "--to", "@-"]
|
||||||
|
|
||||||
[templates]
|
[templates]
|
||||||
|
|
@ -38,3 +36,6 @@ concat(
|
||||||
|
|
||||||
[template-aliases]
|
[template-aliases]
|
||||||
"format_timestamp(timestamp)" = "timestamp.ago()"
|
"format_timestamp(timestamp)" = "timestamp.ago()"
|
||||||
|
|
||||||
|
[revset-aliases]
|
||||||
|
"private()" = "description(glob:'private:*')"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue