Re: [PATCH v2 3/7] i18n: git-parse-remote.sh: mark strings for translation

2016-04-12 Thread Junio C Hamano
Vasco Almeida writes: > diff --git a/git-parse-remote.sh b/git-parse-remote.sh > index 55fe8d5..c5e5840 100644 > --- a/git-parse-remote.sh > +++ b/git-parse-remote.sh > @@ -6,6 +6,9 @@ > # this would fail in that case and would issue an error message. > GIT_DIR=$(git rev-parse -q --git-dir) ||

[PATCH v2 3/7] i18n: git-parse-remote.sh: mark strings for translation

2016-04-09 Thread Vasco Almeida
Change Makefile to include git-parse-remote.sh in LOCALIZED_SH. TODO: remove 3rd argument of error_on_missing_default_upstream function that is no longer required. Signed-off-by: Vasco Almeida --- Makefile| 2 +- git-parse-remote.sh | 50 +---