Skip to content

Commit

Permalink
Add renovate bot to mailmap. (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
attilaolah authored Sep 27, 2024
1 parent 50907bd commit 082e549
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 13 deletions.
8 changes: 8 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Attila Oláh <[email protected]> <[email protected]>
Attila Oláh <[email protected]> <[email protected]>
Attila Oláh <[email protected]> <[email protected]>
Attila Oláh <[email protected]> <[email protected]>
Attila Oláh <[email protected]> <[email protected]>
Attila Oláh <[email protected]> <[email protected]>
Attila Oláh <[email protected]> <[email protected]>
Renovate Bot <[email protected]> <29139614+renovate[bot]@users.noreply.github.com>
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion home-manager/programs/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
co = "checkout";
l = lib.concatStringsSep " " [
"!git log"
"--pretty=format:\"%C(yellow)%h %Cred%ad %Cblue%al%Cgreen%d %Creset%s\""
"--pretty=format:\"%C(yellow)%h %Cred%ad %Cblue%aL%Cgreen%d %Creset%s\""
"--date=short"
"--decorate"
"--graph"
Expand All @@ -29,6 +29,7 @@
pull.rebase = true;
push.autoSetupRemote = true;
init.defaultBranch = "main";
log.mailmap = true;
advice.skippedCherryPicks = false;
credential.helper = "cache --timeout=3600";
};
Expand Down

0 comments on commit 082e549

Please sign in to comment.