interpret_branch_name: rename "cp" variable to "at"
authorJeff King <peff@peff.net>
Wed, 15 Jan 2014 08:27:32 +0000 (03:27 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Jan 2014 20:38:47 +0000 (12:38 -0800)
In the original version of this function, "cp" acted as a
pointer to many different things. Since the refactoring in
the last patch, it only marks the at-sign in the string.
Let's use a more descriptive variable name.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found