Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refspec: add back a refspec_item_init() function | Ævar Arnfjörð Bjarmason | 2018-06-11 | 1 | -0/+2 |
* | refspec: s/refspec_item_init/&_or_die/g | Ævar Arnfjörð Bjarmason | 2018-06-11 | 1 | -1/+2 |
* | fetch: do not pass ref-prefixes for fetch by exact SHA1 | Jonathan Nieder | 2018-06-01 | 1 | -0/+4 |
* | refspec: consolidate ref-prefix generation logic | Brandon Williams | 2018-05-18 | 1 | -0/+4 |
* | refspec: remove the deprecated functions | Brandon Williams | 2018-05-18 | 1 | -5/+0 |
* | refspec: convert valid_fetch_refspec to use parse_refspec | Brandon Williams | 2018-05-18 | 1 | -1/+2 |
* | refspec: introduce struct refspec | Brandon Williams | 2018-05-18 | 1 | -0/+25 |
* | refspec: rename struct refspec to struct refspec_item | Brandon Williams | 2018-05-18 | 1 | -5/+5 |
* | refspec: move refspec parsing logic into its own file | Brandon Williams | 2018-05-18 | 1 | -0/+23 |