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>

Vasco Almeida committed Jun 17, 2016 at 20:20 UTC c36d8eee49cdf9c12ef66cfc3a780d3a1de3edd2
1 file changed +1 -1
git-rebase.sh
+1 -1
@@ -449,7 +449,7 @@ then
449 then
450 . git-parse-remote
451 error_on_missing_default_upstream "rebase" "rebase" \
452 - "against" "git rebase <branch>"
452 + "against" "git rebase $(gettext '<branch>')"
453 fi
454
455 test "$fork_point" = auto && fork_point=t