mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
shortened git log commit hashes
This commit is contained in:
parent
c64214cade
commit
5d8f0cc705
1 changed files with 2 additions and 3 deletions
|
|
@ -13,15 +13,14 @@ in
|
|||
extraConfig = {
|
||||
init = { defaultBranch = "master"; };
|
||||
format = { pretty = "oneline"; };
|
||||
log = { abbrevCommit = true; };
|
||||
mergetool = {
|
||||
vimdiff = {
|
||||
trustExitCode = true;
|
||||
};
|
||||
};
|
||||
merge = { tool = "vimdiff"; };
|
||||
safe = {
|
||||
directory = "/etc/nixos";
|
||||
};
|
||||
safe = { directory = "/etc/nixos"; };
|
||||
};
|
||||
ignores = [
|
||||
"node_modules"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue