We wrote these initially before metaedit existed. Now that metaedit does
exist, the jj describe --reset-author --no-edit command is deprecated
and posts some warnings about it...
+4
-4
packetmix/homes/minion/jujutsu.nix
+4
-4
packetmix/homes/minion/jujutsu.nix
···
11
"--"
12
"sh"
13
"-c"
14
-
"jj config set --repo user.email skyler.grey@collabora.com 2>/dev/null && jj describe --reset-author --no-edit"
15
];
16
clicks = [
17
"util"
···
19
"--"
20
"sh"
21
"-c"
22
-
"jj config set --repo user.email minion@clicks.codes 2>/dev/null && jj describe --reset-author --no-edit"
23
];
24
personal = [
25
"util"
···
27
"--"
28
"sh"
29
"-c"
30
-
"jj config set --repo user.email sky@a.starrysky.fyi 2>/dev/null && jj describe --reset-author --no-edit"
31
];
32
freshly = [
33
"util"
···
35
"--"
36
"sh"
37
"-c"
38
-
"jj config set --repo user.email minion@freshlybakedca.ke 2>/dev/null && jj describe --reset-author --no-edit"
39
];
40
};
41
git.sign-on-push = true;
···
11
"--"
12
"sh"
13
"-c"
14
+
"jj config set --repo user.email skyler.grey@collabora.com 2>/dev/null && jj metaedit --update-author"
15
];
16
clicks = [
17
"util"
···
19
"--"
20
"sh"
21
"-c"
22
+
"jj config set --repo user.email minion@clicks.codes 2>/dev/null && jj metaedit --update-author"
23
];
24
personal = [
25
"util"
···
27
"--"
28
"sh"
29
"-c"
30
+
"jj config set --repo user.email sky@a.starrysky.fyi 2>/dev/null && jj metaedit --update-author"
31
];
32
freshly = [
33
"util"
···
35
"--"
36
"sh"
37
"-c"
38
+
"jj config set --repo user.email minion@freshlybakedca.ke 2>/dev/null && jj metaedit --update-author"
39
];
40
};
41
git.sign-on-push = true;