summaryrefslogtreecommitdiff
path: root/refspec.c
AgeCommit message (Expand)AuthorFilesLines
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