refspec: add back a refspec_item_init() function
[gitweb.git] / refspec.c
2018-06-11 refspec: add back a refspec_item_init() function
2018-06-11 refspec: s/refspec_item_init/&_or_die/g
2018-06-01 fetch: do not pass ref-prefixes for fetch by exact...
2018-05-17 refspec: consolidate ref-prefix generation logic
2018-05-17 refspec: remove the deprecated functions
2018-05-17 refspec: convert valid_fetch_refspec to use parse_refspec
2018-05-17 refspec: introduce struct refspec
2018-05-17 refspec: factor out parsing a single refspec
2018-05-17 refspec: rename struct refspec to struct refspec_item
2018-05-17 refspec: move refspec parsing logic into its own file