]> git.ipfire.org Git - thirdparty/git.git/history - refspec.h
fetch: do not pass ref-prefixes for fetch by exact SHA1
[thirdparty/git.git] / refspec.h
2018-06-01  Jonathan Niederfetch: do not pass ref-prefixes for fetch by exact...
2018-05-17  Brandon Williamsrefspec: consolidate ref-prefix generation logic
2018-05-17  Brandon Williamsrefspec: remove the deprecated functions
2018-05-17  Brandon Williamsrefspec: convert valid_fetch_refspec to use parse_refspec
2018-05-17  Brandon Williamsrefspec: introduce struct refspec
2018-05-17  Brandon Williamsrefspec: rename struct refspec to struct refspec_item
2018-05-17  Brandon Williamsrefspec: move refspec parsing logic into its own file