i18n: rebase: mark placeholder for translation

Mark placeholder "<branch>" in git-rebase.sh for translation. The string
containing the named placeholder is passed to shell function
error_on_missing_default_upstream in git-parse-remote.sh which uses it
to display a command hint for the user.

Signed-off-by: Vasco Almeida <vascomalmeida@sapo.pt>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Vasco Almeida 2016-06-17 20:20:59 +00:00 committed by Junio C Hamano
parent 24a6df489a
commit c36d8eee49
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ then
then then
. git-parse-remote . git-parse-remote
error_on_missing_default_upstream "rebase" "rebase" \ error_on_missing_default_upstream "rebase" "rebase" \
"against" "git rebase <branch>" "against" "git rebase $(gettext '<branch>')"
fi fi


test "$fork_point" = auto && fork_point=t test "$fork_point" = auto && fork_point=t