summaryrefslogtreecommitdiff
path: root/refspec.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-01refspec: make hash size independentLibravatar brian m. carlson1-1/+1
2018-07-23refspec.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-07-23Update messages in preparation for i18nLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-06-28Merge branch 'ab/refspec-init-fix'Libravatar Junio C Hamano1-4/+9
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ð Bjarmason1-3/+7
2018-06-11refspec: s/refspec_item_init/&_or_die/gLibravatar Ævar Arnfjörð Bjarmason1-2/+3
2018-06-04Merge branch 'bw/refspec-api'Libravatar Junio C Hamano1-0/+2
2018-06-01fetch: do not pass ref-prefixes for fetch by exact SHA1Libravatar Jonathan Nieder1-0/+2
2018-06-01refspec-api: avoid uninitialized field in refspec itemLibravatar Junio C Hamano1-0/+2
2018-05-18refspec: consolidate ref-prefix generation logicLibravatar Brandon Williams1-0/+29
2018-05-18refspec: remove the deprecated functionsLibravatar Brandon Williams1-49/+0
2018-05-18refspec: convert valid_fetch_refspec to use parse_refspecLibravatar Brandon Williams1-9/+8
2018-05-18refspec: introduce struct refspecLibravatar Brandon Williams1-0/+64
2018-05-18refspec: factor out parsing a single refspecLibravatar Brandon Williams1-91/+104
2018-05-18refspec: rename struct refspec to struct refspec_itemLibravatar Brandon Williams1-8/+8
2018-05-18refspec: move refspec parsing logic into its own fileLibravatar Brandon Williams1-0/+167