Merge branch 'bw/ref-prefix-for-configured-refspec'
[git] / refspec.c
2018-05-30  Junio C HamanoMerge branch 'bw/ref-prefix-for-configured-refspec'
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