feat(grfn/home): Set git.config.advice.skippedCherryPicks=false

Git recently started warning about this behavior, which it's always had
and I've always liked, and I don't want the warning.

Change-Id: I19ae397770b271924cc975e5f8c50d6351ed29ce
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4569
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
Autosubmit: grfn <grfn@gws.fyi>
This commit is contained in:
Griffin Smith 2021-12-22 16:21:22 -05:00 committed by clbot
parent 003cfa3e08
commit 92d9580df3

View file

@ -101,6 +101,7 @@ with lib;
github.user = "glittershark";
merge.conflictstyle = "diff3";
rerere.enabled = "true";
advice.skippedCherryPicks = "false";
};
delta = {