author | Jiang Xin <worldhello.net@gmail.com> | |
Thu, 2 Feb 2012 02:02:23 +0000 (10:02 +0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 2 Feb 2012 02:09:17 +0000 (18:09 -0800) | ||
commit | 8a5b749428d39a0e85fb0f76306b88945cb5c6e0 | |
tree | be7a7abfb859bf915f650f92f73e5192dc33a802 | tree | snapshot |
parent | be39de2b262bfcd440ed81b4de33711eb8a37cf4 | commit | diff |
i18n: format_tracking_info "Your branch is behind" message
Function format_tracking_info in remote.c is called by
wt_status_print_tracking in wt-status.c, which will print
branch tracking message in git-status. git-checkout also
show these messages through it's report_tracking function.
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Function format_tracking_info in remote.c is called by
wt_status_print_tracking in wt-status.c, which will print
branch tracking message in git-status. git-checkout also
show these messages through it's report_tracking function.
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
remote.c | diff | blob | history |