We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8c416b + 936db18 commit c512b03Copy full SHA for c512b03
1 file changed
branch.c
@@ -198,7 +198,7 @@ void create_branch(const char *head,
198
log_all_ref_updates = 1;
199
200
if (forcing)
201
- snprintf(msg, sizeof msg, "branch: Reset from %s",
+ snprintf(msg, sizeof msg, "branch: Reset to %s",
202
start_name);
203
else if (!dont_change_ref)
204
snprintf(msg, sizeof msg, "branch: Created from %s",
0 commit comments