Skip to content

Commit 289ca27

Browse files
committed
Merge branch 'gj/push-more-verbose-advice'
2 parents 2b4a888 + 11037ee commit 289ca27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/push.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ N_("push.default is unset; its implicit value has changed in\n"
216216
"When push.default is set to 'matching', git will push local branches\n"
217217
"to the remote branches that already exist with the same name.\n"
218218
"\n"
219-
"In Git 2.0, Git will default to the more conservative 'simple'\n"
219+
"Since Git 2.0, Git defaults to the more conservative 'simple'\n"
220220
"behavior, which only pushes the current branch to the corresponding\n"
221221
"remote branch that 'git pull' uses to update the current branch.\n"
222222
"\n"

0 commit comments

Comments
 (0)