blame.c: rename "repo" argument to "r"
commita470beea39b91a0604aed9b99184df45c1d962d1
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Fri, 21 Sep 2018 15:57:21 +0000 (21 17:57 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Sep 2018 16:48:10 +0000 (21 09:48 -0700)
tree1a6089aa977512bc6b17c2fb60cefc8f1c9f2cc4
parent0734f209a9a5ede0f160d82bf4069fe2421f9f5c
blame.c: rename "repo" argument to "r"

The current naming convention for 'struct repository *' is 'r' for
temporary variables or arguments. I did not notice this. Since we're
updating blame.c again in the next patch, let's fix this.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
blame.c