Compare commits

...

2 commits

Author SHA1 Message Date
42aabdf5a5
change private commit glob
Some checks failed
/ ci (push) Has been cancelled
2025-09-17 10:05:43 +01:00
0981834497
add pager and private commits for jujutsu 2025-09-17 08:37:21 +01:00

View file

@ -10,6 +10,15 @@
behavior = "own";
backend = "gpg";
};
ui = {
pager = "delta";
diff-formatter = ":git";
};
git = {
private-commits = "description(glob:'wip:*') | description(glob:'private:*') | description(glob:'fixup*')";
};
"--scope" = [
{
"--when".repositories = ["~/repos/projects.cs.nott.ac.uk"];
@ -17,6 +26,10 @@
email = "psycl6@nottingham.ac.uk";
};
}
{
"--when".commands = ["status"];
ui.paginate = "never";
}
];
};
};