this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

programs/git: add handy JJ aliases for branch root

+2
+2
modules/programs/git.nix
··· 98 98 "closest_bookmark(to)" = "heads(::to & bookmarks())"; 99 99 "p(n)" = "p(@, n)"; 100 100 "p(r, n)" = "roots(r | ancestors(r-, n))"; 101 + "tail()" = "tail(@)"; 102 + "tail(h)" = "roots(trunk()..h)"; 101 103 }; 102 104 103 105 aliases = {