mirror of
https://github.com/softinio/nix-config.git
synced 2025-10-18 19:16:41 -07:00
jj update and corrections for github copilot lsp
This commit is contained in:
parent
6b37f9ec83
commit
82aa68744f
4 changed files with 33 additions and 9 deletions
|
@ -4,7 +4,16 @@ let
|
|||
l = [
|
||||
"log"
|
||||
"-r"
|
||||
"(main@origin..@):: | (main@origin..@)-"
|
||||
"ancestors(reachable(@, mutable()), 2)"
|
||||
];
|
||||
n = [ "new" ];
|
||||
tug = [
|
||||
"bookmark"
|
||||
"move"
|
||||
"--from"
|
||||
"closest_bookmark(@-)"
|
||||
"--to"
|
||||
"@-"
|
||||
];
|
||||
};
|
||||
in
|
||||
|
@ -13,11 +22,18 @@ in
|
|||
enable = true;
|
||||
settings = {
|
||||
aliases = MyAliases;
|
||||
gerrit.enabled = false;
|
||||
git = {
|
||||
subprocess = true;
|
||||
};
|
||||
signing = {
|
||||
key = "~/.ssh/id_ed25519.pub";
|
||||
};
|
||||
templates = {
|
||||
git_push_bookmark = "'\"softinio/push-\" ++ change_id.short()'";
|
||||
};
|
||||
ui = {
|
||||
default-command = "log";
|
||||
default-command = "l";
|
||||
diff-formatter = [
|
||||
"difft"
|
||||
"--color=always"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue