Skip to content

Commit

Permalink
tweak: Adjust default git commit info for reflog
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Dec 10, 2024
1 parent 72e270e commit 461b833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/engines/git.rs
Original file line number Diff line number Diff line change
Expand Up @@ -270,12 +270,12 @@ impl GitEngine {
self.update_config(repo, |cfg| {
cfg.set_raw_value(
&gix::config::tree::gitoxide::Committer::NAME_FALLBACK,
"no name configured during clone",
"github-backup",
)
.expect("works - statically known");
cfg.set_raw_value(
&gix::config::tree::gitoxide::Committer::EMAIL_FALLBACK,
"noEmailAvailable@example.com",
"github-backup@sierrasoftworks.github.io",
)
.expect("works - statically known");

Expand Down

0 comments on commit 461b833

Please sign in to comment.