]> git.ipfire.org Git - thirdparty/git.git/history - refspec.c
refspec: s/refspec_item_init/&_or_die/g
[thirdparty/git.git] / refspec.c
2018-06-11  Ævar Arnfjörð Bjar... refspec: s/refspec_item_init/&_or_die/g
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: factor out parsing a single 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