X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=ident.c;h=a6fc7b5e11e3f232a7becd62223cc23c5eb68ccc;hb=e0d10e1c63bc52b37bbec99b07deee794058d9b4;hp=6de7eeae4d47834b0f680be38cde59071f380536;hpb=829a686f1b50ba96cac2d88494fa339efe0c0862;p=thirdparty%2Fgit.git diff --git a/ident.c b/ident.c index 6de7eeae4d..a6fc7b5e11 100644 --- a/ident.c +++ b/ident.c @@ -178,8 +178,8 @@ static const char *env_hint = "\n" "Run\n" "\n" -" git repo-config user.email \"you@email.com\"\n" -" git repo-config user.name \"Your Name\"\n" +" git config user.email \"you@email.com\"\n" +" git config user.name \"Your Name\"\n" "\n" "To set the identity in this repository.\n" "Add --global to set your account\'s default\n"