git: Enable fsmonitor and rerere
For fsmonitor, see https://git-scm.com/docs/git-config#Documentation/git-config.txt-corefsmonitor For rerere, see https://git-scm.com/book/en/v2/Git-Tools-Rerere
This commit is contained in:
parent
8f8fec9e94
commit
d04de6b674
1 changed files with 2 additions and 0 deletions
|
@ -109,6 +109,7 @@ in
|
||||||
core = {
|
core = {
|
||||||
editor = "${config.eboskma.programs.emacs.package}/bin/emacsclient";
|
editor = "${config.eboskma.programs.emacs.package}/bin/emacsclient";
|
||||||
pager = "${pkgs.bat}/bin/bat";
|
pager = "${pkgs.bat}/bin/bat";
|
||||||
|
fsmonitor = true;
|
||||||
};
|
};
|
||||||
merge = {
|
merge = {
|
||||||
ff = "only";
|
ff = "only";
|
||||||
|
@ -124,6 +125,7 @@ in
|
||||||
rebase = {
|
rebase = {
|
||||||
autoStash = true;
|
autoStash = true;
|
||||||
};
|
};
|
||||||
|
rerere.enabled = true;
|
||||||
color = {
|
color = {
|
||||||
ui = "auto";
|
ui = "auto";
|
||||||
status = {
|
status = {
|
||||||
|
|
Loading…
Reference in a new issue