add pager and private commits for jujutsu

This commit is contained in:
Callum Leslie 2025-09-17 08:17:40 +01:00
parent 19551022f0
commit 0981834497
Signed by: cleslie
GPG key ID: 5A944DF89B6F65AC

View file

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