git: configure git stash show to actually... SHOW the stash

OMFG
This commit is contained in:
Colin 2023-06-25 21:45:47 +00:00
parent 049ded2a0d
commit 71e0942cc2

View File

@ -25,5 +25,7 @@ in
# render dates as YYYY-MM-DD HH:MM:SS +TZ
log.date = "iso";
stash.showPatch = true;
};
}