summaryrefslogtreecommitdiffstats
path: root/refspec.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* refspec: convert valid_fetch_refspec to use parse_refspecBrandon Williams2018-05-171-9/+8
* refspec: introduce struct refspecBrandon Williams2018-05-171-0/+64
* refspec: factor out parsing a single refspecBrandon Williams2018-05-171-91/+104
* refspec: rename struct refspec to struct refspec_itemBrandon Williams2018-05-171-8/+8
* refspec: move refspec parsing logic into its own fileBrandon Williams2018-05-171-0/+167