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:
parent
003cfa3e08
commit
92d9580df3
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ with lib;
|
|||
github.user = "glittershark";
|
||||
merge.conflictstyle = "diff3";
|
||||
rerere.enabled = "true";
|
||||
advice.skippedCherryPicks = "false";
|
||||
};
|
||||
|
||||
delta = {
|
||||
|
|
Loading…
Reference in a new issue