mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 03:29:20 +00:00
add pager and private commits for jujutsu
This commit is contained in:
parent
19551022f0
commit
0981834497
1 changed files with 13 additions and 0 deletions
|
|
@ -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";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue