summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-11refspec: initalize `refspec_item` in `valid_fetch_refspec()`Libravatar Martin Ågren1-1/+1
2018-06-11refspec: add back a refspec_item_init() functionLibravatar Ævar Arnfjörð Bjarmason2-3/+9
2018-06-11refspec: s/refspec_item_init/&_or_die/gLibravatar Ævar Arnfjörð Bjarmason4-5/+7
2018-06-01fetch: do not pass ref-prefixes for fetch by exact SHA1Libravatar Jonathan Nieder3-0/+25
2018-05-18fetch: generate ref-prefixes when using a configured refspecLibravatar Brandon Williams2-1/+23
2018-05-18refspec: consolidate ref-prefix generation logicLibravatar Brandon Williams4-32/+35
2018-05-18submodule: convert push_unpushed_submodules to take a struct refspecLibravatar Brandon Williams3-12/+12
2018-05-18remote: convert check_push_refs to take a struct refspecLibravatar Brandon Williams3-11/+7
2018-05-18remote: convert match_push_refs to take a struct refspecLibravatar Brandon Williams6-22/+13
2018-05-18http-push: store refspecs in a struct refspecLibravatar Brandon Williams1-9/+8
2018-05-18transport: remove transport_verify_remote_namesLibravatar Brandon Williams3-28/+0
2018-05-18send-pack: store refspecs in a struct refspecLibravatar Brandon Williams1-17/+7
2018-05-18transport: convert transport_push to take a struct refspecLibravatar Brandon Williams3-13/+9
2018-05-18push: convert to use struct refspecLibravatar Brandon Williams1-23/+15
2018-05-18push: check for errors earlierLibravatar Brandon Williams1-17/+14
2018-05-18remote: convert match_explicit_refs to take a struct refspecLibravatar Brandon Williams1-5/+4
2018-05-18remote: convert get_ref_match to take a struct refspecLibravatar Brandon Williams1-12/+14
2018-05-18remote: convert query_refspecs to take a struct refspecLibravatar Brandon Williams3-8/+7
2018-05-18remote: convert apply_refspecs to take a struct refspecLibravatar Brandon Williams4-15/+11
2018-05-18remote: convert get_stale_heads to take a struct refspecLibravatar Brandon Williams4-13/+12
2018-05-18fetch: convert prune_refs to take a struct refspecLibravatar Brandon Williams1-6/+5
2018-05-18fetch: convert get_ref_map to take a struct refspecLibravatar Brandon Williams1-23/+20
2018-05-18fetch: convert do_fetch to take a struct refspecLibravatar Brandon Williams1-5/+5
2018-05-18refspec: remove the deprecated functionsLibravatar Brandon Williams2-54/+0
2018-05-18fetch: convert refmap to use struct refspecLibravatar Brandon Williams1-10/+7
2018-05-18fetch: convert fetch_one to use struct refspecLibravatar Brandon Williams1-27/+19
2018-05-18transport-helper: convert to use struct refspecLibravatar Brandon Williams1-26/+12
2018-05-18remote: remove add_prune_tags_to_fetch_refspecLibravatar Brandon Williams3-8/+1
2018-05-18remote: convert fetch refspecs to struct refspecLibravatar Brandon Williams4-49/+32
2018-05-18remote: convert push refspecs to struct refspecLibravatar Brandon Williams4-37/+28
2018-05-18fast-export: convert to use struct refspecLibravatar Brandon Williams1-14/+7
2018-05-18clone: convert cmd_clone to use refspec_item_initLibravatar Brandon Williams1-6/+4
2018-05-18remote: convert match_push_refs to use struct refspecLibravatar Brandon Williams1-5/+8
2018-05-18remote: convert check_push_refs to use struct refspecLibravatar Brandon Williams1-4/+6
2018-05-18transport: convert transport_push to use struct refspecLibravatar Brandon Williams1-8/+9
2018-05-18pull: convert get_tracking_branch to use refspec_item_initLibravatar Brandon Williams1-4/+4
2018-05-18submodule--helper: convert push_check to use struct refspecLibravatar Brandon Williams1-6/+7
2018-05-18refspec: convert valid_fetch_refspec to use parse_refspecLibravatar Brandon Williams2-10/+10
2018-05-18refspec: introduce struct refspecLibravatar Brandon Williams2-0/+89
2018-05-18refspec: factor out parsing a single refspecLibravatar Brandon Williams1-91/+104
2018-05-18refspec: rename struct refspec to struct refspec_itemLibravatar Brandon Williams15-73/+73
2018-05-18refspec: move refspec parsing logic into its own fileLibravatar Brandon Williams17-184/+204
2018-05-08The fifth batch for 2.18Libravatar Junio C Hamano1-0/+112
2018-05-08Merge branch 'ma/http-walker-no-partial'Libravatar Junio C Hamano6-40/+24
2018-05-08Merge branch 'js/runtime-prefix'Libravatar Junio C Hamano4-9/+17
2018-05-08Merge branch 'js/colored-push-errors'Libravatar Junio C Hamano8-15/+211
2018-05-08Merge branch 'jc/parseopt-expiry-errors'Libravatar Junio C Hamano3-2/+20
2018-05-08Merge branch 'ma/fast-export-skip-merge-fix'Libravatar Junio C Hamano2-1/+22
2018-05-08Merge branch 'tz/doc-git-urls-reference'Libravatar Junio C Hamano1-1/+1
2018-05-08Merge branch 'tg/demote-stash-save-in-completion'Libravatar Junio C Hamano1-2/+10