jj: branches -> bookmarks
This commit is contained in:
parent
39dcb58a9b
commit
c07fe99a2e
2 changed files with 11 additions and 11 deletions
20
flake.lock
20
flake.lock
|
@ -29,11 +29,11 @@
|
|||
"zig": "zig"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1728230852,
|
||||
"narHash": "sha256-JEJ/9E6w4bTPtySEP1WASxemNP9bPALM0KIRyOlf9TA=",
|
||||
"lastModified": 1728604055,
|
||||
"narHash": "sha256-qFzvnwoWhGob+Huh3RlCxC+j16uF0LQKKV4dJxY4nDQ=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "50b52da63856d46ac79a2a115f13ca92a2063730",
|
||||
"revCount": 7618,
|
||||
"rev": "c26d1cb28eb5491e05ccbcff075a0eedd09ebaaa",
|
||||
"revCount": 7679,
|
||||
"type": "git",
|
||||
"url": "ssh://git@github.com/ghostty-org/ghostty"
|
||||
},
|
||||
|
@ -64,11 +64,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1728041527,
|
||||
"narHash": "sha256-03liqiJtk9UP7YQHW4r8MduKCK242FQzud8iWvvlK+o=",
|
||||
"lastModified": 1728726232,
|
||||
"narHash": "sha256-8ZWr1HpciQsrFjvPMvZl0W+b0dilZOqXPoKa2Ux36bc=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "509dbf8d45606b618e9ec3bbe4e936b7c5bc6c1e",
|
||||
"rev": "d57112db877f07387ce7104b5ac346ede556d2d7",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -79,11 +79,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1728018373,
|
||||
"narHash": "sha256-NOiTvBbRLIOe5F6RbHaAh6++BNjsb149fGZd1T4+KBg=",
|
||||
"lastModified": 1728492678,
|
||||
"narHash": "sha256-9UTxR8eukdg+XZeHgxW5hQA9fIKHsKCdOIUycTryeVw=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "bc947f541ae55e999ffdb4013441347d83b00feb",
|
||||
"rev": "5633bcff0c6162b9e4b5f1264264611e950c8ec7",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -130,7 +130,7 @@ in
|
|||
"revset-aliases" = {
|
||||
# Prevent rewriting commits on main@origin and commits authored by other users;
|
||||
"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())";
|
||||
"wip" = ''description("wip: ")'';
|
||||
"ready" = "open() ~ (wip::)";
|
||||
|
|
Loading…
Reference in a new issue