summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-16merge-recursive: i18n submodule merge output and respect verbosityLibravatar Stefan Beller1-18/+15
2018-05-16submodule.c: move submodule merging to merge-recursive.cLibravatar Stefan Beller3-170/+170
2018-05-16git-submodule.sh: try harder to fetch a submoduleLibravatar Stefan Beller1-1/+1
2018-05-16grep: handle corrupt index files earlyLibravatar Stefan Beller1-1/+2
2018-05-15t7005-editor: get rid of the SPACES_IN_FILENAMES prereqLibravatar SZEDER Gábor1-9/+3
2018-05-14t3103: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-1/+2
2018-05-14t2203: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-4/+4
2018-05-14t: skip pack tests if not using SHA-1Libravatar brian m. carlson2-0/+12
2018-05-14t4044: skip test if not using SHA-1Libravatar brian m. carlson1-0/+6
2018-05-14t1512: skip test if not using SHA-1Libravatar brian m. carlson1-0/+6
2018-05-14t1007: annotate with SHA1 prerequisiteLibravatar brian m. carlson1-8/+8
2018-05-14t0000: annotate with SHA1 prerequisiteLibravatar brian m. carlson1-12/+12
2018-05-14t: switch $_x40 to $OID_REGEXLibravatar brian m. carlson20-33/+33
2018-05-14t/test-lib: introduce OID_REGEXLibravatar brian m. carlson1-1/+2
2018-05-14t: switch $_z40 to $ZERO_OIDLibravatar brian m. carlson32-119/+119
2018-05-14t/test-lib: introduce ZERO_OIDLibravatar brian m. carlson1-1/+2
2018-05-14t/test-lib: add an SHA1 prerequisiteLibravatar brian m. carlson1-0/+7
2018-05-14git-credential-netrc: accept gpg optionLibravatar Luis Marsano6-24/+62
2018-05-14git-credential-netrc: adapt to test framework for gitLibravatar Luis Marsano3-30/+77
2018-05-14t5512: run git fetch inside testLibravatar René Scharfe1-1/+1
2018-05-13mark_parents_uninteresting(): avoid most allocationLibravatar Jeff King1-19/+25
2018-05-13mark_parents_uninteresting(): replace list with stackLibravatar Jeff King1-24/+43
2018-05-13mark_parents_uninteresting(): drop missing object checkLibravatar Jeff King1-12/+0