Re: [PATCH 3/3] am: rename "struct tree_desc t" to "desc" for readability

2015-08-21 Thread Junio C Hamano
David Aguilar writes: > Signed-off-by: David Aguilar > --- > builtin/am.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) Naming the tree_desc parameter given to unpack_trees() as "t" is (unfortunately) an established convention, just like we often use "i" and "j" in for() loop

[PATCH 3/3] am: rename "struct tree_desc t" to "desc" for readability

2015-08-21 Thread David Aguilar
Signed-off-by: David Aguilar --- builtin/am.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/builtin/am.c b/builtin/am.c index 9db1b34..7e6860d 100644 --- a/builtin/am.c +++ b/builtin/am.c @@ -1907,7 +1907,7 @@ static int fast_forward_to(struct tree *head, struct tree