summaryrefslogtreecommitdiff
path: root/refspec.h
AgeCommit message (Expand)Author
2018-06-11refspec: add back a refspec_item_init() functionÆvar Arnfjörð Bjarmason
2018-06-11refspec: s/refspec_item_init/&_or_die/gÆvar Arnfjörð Bjarmason
2018-06-01fetch: do not pass ref-prefixes for fetch by exact SHA1Jonathan Nieder
2018-05-17refspec: consolidate ref-prefix generation logicBrandon Williams
2018-05-17refspec: remove the deprecated functionsBrandon Williams
2018-05-17refspec: convert valid_fetch_refspec to use parse_refspecBrandon Williams
2018-05-17refspec: introduce struct refspecBrandon Williams
2018-05-17refspec: rename struct refspec to struct refspec_itemBrandon Williams
2018-05-17refspec: move refspec parsing logic into its own fileBrandon Williams