git identity: shorten to 'c0re' across all helpers
lifecycle::GIT_{NAME,EMAIL}, meta::GIT_{NAME,EMAIL}, and the
inline strings migrate.rs uses for its bootstrap commits all
move from 'hive-c0re' / 'hive-c0re@hyperhive' to 'c0re' /
'c0re@hyperhive'. shows up shorter in git log everywhere
(applied + meta repos).
This commit is contained in:
parent
8336017eda
commit
7276e6d5d9
3 changed files with 8 additions and 8 deletions
|
|
@ -148,9 +148,9 @@ async fn migrate_applied_repo(name: &str) -> Result<()> {
|
|||
&dir,
|
||||
&[
|
||||
"-c",
|
||||
"user.name=hive-c0re",
|
||||
"user.name=c0re",
|
||||
"-c",
|
||||
"user.email=hive-c0re@hyperhive",
|
||||
"user.email=c0re@hyperhive",
|
||||
"add",
|
||||
"flake.nix",
|
||||
],
|
||||
|
|
@ -160,9 +160,9 @@ async fn migrate_applied_repo(name: &str) -> Result<()> {
|
|||
&dir,
|
||||
&[
|
||||
"-c",
|
||||
"user.name=hive-c0re",
|
||||
"user.name=c0re",
|
||||
"-c",
|
||||
"user.email=hive-c0re@hyperhive",
|
||||
"user.email=c0re@hyperhive",
|
||||
"commit",
|
||||
"-m",
|
||||
"migration: module-only flake",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue