jj: branches -> bookmarks

This commit is contained in:
Daniel Lundin 2024-10-12 13:06:20 +02:00
parent 39dcb58a9b
commit c07fe99a2e
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
2 changed files with 11 additions and 11 deletions

View file

@ -29,11 +29,11 @@
"zig": "zig" "zig": "zig"
}, },
"locked": { "locked": {
"lastModified": 1728230852, "lastModified": 1728604055,
"narHash": "sha256-JEJ/9E6w4bTPtySEP1WASxemNP9bPALM0KIRyOlf9TA=", "narHash": "sha256-qFzvnwoWhGob+Huh3RlCxC+j16uF0LQKKV4dJxY4nDQ=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "50b52da63856d46ac79a2a115f13ca92a2063730", "rev": "c26d1cb28eb5491e05ccbcff075a0eedd09ebaaa",
"revCount": 7618, "revCount": 7679,
"type": "git", "type": "git",
"url": "ssh://git@github.com/ghostty-org/ghostty" "url": "ssh://git@github.com/ghostty-org/ghostty"
}, },
@ -64,11 +64,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1728041527, "lastModified": 1728726232,
"narHash": "sha256-03liqiJtk9UP7YQHW4r8MduKCK242FQzud8iWvvlK+o=", "narHash": "sha256-8ZWr1HpciQsrFjvPMvZl0W+b0dilZOqXPoKa2Ux36bc=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "509dbf8d45606b618e9ec3bbe4e936b7c5bc6c1e", "rev": "d57112db877f07387ce7104b5ac346ede556d2d7",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -79,11 +79,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1728018373, "lastModified": 1728492678,
"narHash": "sha256-NOiTvBbRLIOe5F6RbHaAh6++BNjsb149fGZd1T4+KBg=", "narHash": "sha256-9UTxR8eukdg+XZeHgxW5hQA9fIKHsKCdOIUycTryeVw=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "bc947f541ae55e999ffdb4013441347d83b00feb", "rev": "5633bcff0c6162b9e4b5f1264264611e950c8ec7",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -130,7 +130,7 @@ in
"revset-aliases" = { "revset-aliases" = {
# Prevent rewriting commits on main@origin and commits authored by other users; # Prevent rewriting commits on main@origin and commits authored by other users;
"user(x)" = "author(x) | committer(x)"; "user(x)" = "author(x) | committer(x)";
"trunk()" = "latest((present(main) | present(master)) & remote_branches())"; "trunk()" = "latest((present(main) | present(master)) & remote_bookmarks())";
"open" = "(mine() ~ ::trunk()) ~ heads(empty())"; "open" = "(mine() ~ ::trunk()) ~ heads(empty())";
"wip" = ''description("wip: ")''; "wip" = ''description("wip: ")'';
"ready" = "open() ~ (wip::)"; "ready" = "open() ~ (wip::)";