fetch: convert get_ref_map to take a struct refspec
Brandon Williams committed over 8 years ago
fetch: convert do_fetch to take a struct refspec
Brandon Williams committed over 8 years ago
refspec: remove the deprecated functions
Brandon Williams committed over 8 years ago
fetch: convert refmap to use struct refspec
Brandon Williams committed over 8 years ago
fetch: convert fetch_one to use struct refspec
Brandon Williams committed over 8 years ago
transport-helper: convert to use struct refspec
Brandon Williams committed over 8 years ago
remote: remove add_prune_tags_to_fetch_refspec
Brandon Williams committed over 8 years ago
remote: convert fetch refspecs to struct refspec
Brandon Williams committed over 8 years ago
remote: convert push refspecs to struct refspec
Brandon Williams committed over 8 years ago
fast-export: convert to use struct refspec
Brandon Williams committed over 8 years ago
clone: convert cmd_clone to use refspec_item_init
Brandon Williams committed over 8 years ago
remote: convert match_push_refs to use struct refspec
Brandon Williams committed over 8 years ago
remote: convert check_push_refs to use struct refspec
Brandon Williams committed over 8 years ago
transport: convert transport_push to use struct refspec
Brandon Williams committed over 8 years ago
pull: convert get_tracking_branch to use refspec_item_init
Brandon Williams committed over 8 years ago
submodule--helper: convert push_check to use struct refspec
Brandon Williams committed over 8 years ago
refspec: convert valid_fetch_refspec to use parse_refspec
Brandon Williams committed over 8 years ago
refspec: introduce struct refspec
Brandon Williams committed over 8 years ago
refspec: factor out parsing a single refspec
Brandon Williams committed over 8 years ago
refspec: rename struct refspec to struct refspec_item
Brandon Williams committed over 8 years ago