mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 00:40:44 +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]
|
||||
sign-on-push = true
|
||||
auto-local-bookmark = true
|
||||
private-commits = "private()"
|
||||
# push-bookmark-prefix = "olexsmir/"
|
||||
|
||||
[aliases]
|
||||
d = ["diff"]
|
||||
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", "@-"]
|
||||
|
||||
[templates]
|
||||
|
|
@ -38,3 +36,6 @@ concat(
|
|||
|
||||
[template-aliases]
|
||||
"format_timestamp(timestamp)" = "timestamp.ago()"
|
||||
|
||||
[revset-aliases]
|
||||
"private()" = "description(glob:'private:*')"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue