diff options
author | Jay Soffian <jaysoffian@gmail.com> | 2009-02-25 03:32:21 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-02-27 15:19:08 -0800 |
commit | e0cc81e63c7bb603545c90e47d4c6398f6347dfb (patch) | |
tree | 741727dccd231c6462186d55f4ebcc73ceff89df /builtin-bundle.c | |
parent | builtin-remote: remove unused code in get_ref_states (diff) | |
download | tgif-e0cc81e63c7bb603545c90e47d4c6398f6347dfb.tar.xz |
builtin-remote: rename variables and eliminate redundant function call
- The variable name "remote" is used as both a "char *" and as a "struct
remote *"; this is confusing, so rename the former to remote_name.
- Consistently refer to the refs returned by transport_get_remote_refs()
as remote_refs.
- There is no need to call "sort_string_list(&branch_list)" as
branch_list is populated via string_list_insert(), which maintains its
order.
Signed-off-by: Jay Soffian <jaysoffian@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-bundle.c')
0 files changed, 0 insertions, 0 deletions