summaryrefslogtreecommitdiff
path: root/refspec.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-18refspec: remove the deprecated functionsBrandon Williams1-49/+0
2018-05-18refspec: convert valid_fetch_refspec to use parse_refspecBrandon Williams1-9/+8
2018-05-18refspec: introduce struct refspecBrandon Williams1-0/+64
2018-05-18refspec: factor out parsing a single refspecBrandon Williams1-90/+103
2018-05-18refspec: rename struct refspec to struct refspec_itemBrandon Williams1-8/+8
2018-05-18refspec: move refspec parsing logic into its own fileBrandon Williams1-0/+167