this repo has no description
1
fork

Configure Feed

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

Automatically simplify parents after sync

+2 -5
+2 -5
modules/jj.nix
··· 67 67 aliases = { 68 68 tug = [ 69 69 "bookmark" 70 - "move" 71 - "--from" 72 - "closest_bookmark(@-)" 73 - "--to" 74 - "@-" 70 + "advance" 75 71 ]; 76 72 pull = [ 77 73 "git" ··· 83 79 ]; 84 80 sync = [ 85 81 "rebase" 82 + "--simplify-parents" 86 83 "--source" 87 84 "roots(trunk()..mutable())" 88 85 "--destination"