summaryrefslogtreecommitdiffstats
path: root/refspec.c
AgeCommit message (Expand)AuthorLines
2018-06-04Merge branch 'bw/refspec-api'Junio C Hamano-0/+2
2018-06-01fetch: do not pass ref-prefixes for fetch by exact SHA1Jonathan Nieder-0/+2
2018-06-01refspec-api: avoid uninitialized field in refspec itemJunio C Hamano-0/+2
2018-05-18refspec: consolidate ref-prefix generation logicBrandon Williams-0/+29
2018-05-18refspec: remove the deprecated functionsBrandon Williams-49/+0
2018-05-18refspec: convert valid_fetch_refspec to use parse_refspecBrandon Williams-9/+8
2018-05-18refspec: introduce struct refspecBrandon Williams-0/+64
2018-05-18refspec: factor out parsing a single refspecBrandon Williams-91/+104
2018-05-18refspec: rename struct refspec to struct refspec_itemBrandon Williams-8/+8
2018-05-18refspec: move refspec parsing logic into its own fileBrandon Williams-0/+167