Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
interpret_branch_name: rename "cp" variable to "at"
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>
- Loading branch information