jj: branch -> bookmark

This commit is contained in:
Daniel Lundin 2024-10-06 22:08:36 +02:00
parent f1e29fd5f8
commit 6b386be43b
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
3 changed files with 24 additions and 24 deletions
home

View file

@ -90,7 +90,7 @@
),
"(no description set)"
),
branches.join(", "),
bookmarks.join(", "),
commit_id.shortest(),
if(conflict, "(conflict)"),
if(empty, "(empty)"),

View file

@ -56,7 +56,7 @@ in
};
git = {
push-branch-prefix = "dln/push-";
push-bookmark-prefix = "dln/push-";
};
ui = {