tangled
alpha
login
or
join now
wiro.world
/
dotfiles
2
fork
atom
yep, more dotfiles
2
fork
atom
overview
issues
1
pulls
1
pipelines
jujutsu: change private commit pattern to LOCAL:*
wiro.world
3 weeks ago
044cd08f
7037142c
verified
This commit was signed with the committer's
known signature
.
wiro.world
SSH Key Fingerprint:
SHA256:SmMcWpNAnL+VAgItSawvXgdPVn7f1rsyAuB/5VNclKY=
+1
-1
1 changed file
expand all
collapse all
unified
split
home-manager
fragments
jujutsu.nix
+1
-1
home-manager/fragments/jujutsu.nix
reviewed
···
102
102
};
103
103
104
104
git = {
105
105
-
private-commits = ''description(glob:"private:*")'';
105
105
+
private-commits = ''description(glob:"LOCAL:*")'';
106
106
};
107
107
};
108
108
};