| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-07-23 | refspec.c: mark more strings for translation | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-07-23 | Update messages in preparation for i18n | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-06-28 | Merge branch 'ab/refspec-init-fix' | Junio C Hamano | 1 | -4/+9 |
| 2018-06-11 | refspec: initalize `refspec_item` in `valid_fetch_refspec()` | Martin Ågren | 1 | -1/+1 |
| 2018-06-11 | refspec: add back a refspec_item_init() function | Ævar Arnfjörð Bjarmason | 1 | -3/+7 |
| 2018-06-11 | refspec: s/refspec_item_init/&_or_die/g | Ævar Arnfjörð Bjarmason | 1 | -2/+3 |
| 2018-06-04 | Merge branch 'bw/refspec-api' | Junio C Hamano | 1 | -0/+2 |
| 2018-06-01 | fetch: do not pass ref-prefixes for fetch by exact SHA1 | Jonathan Nieder | 1 | -0/+2 |
| 2018-06-01 | refspec-api: avoid uninitialized field in refspec item | Junio C Hamano | 1 | -0/+2 |
| 2018-05-18 | refspec: consolidate ref-prefix generation logic | Brandon Williams | 1 | -0/+29 |
| 2018-05-18 | refspec: remove the deprecated functions | Brandon Williams | 1 | -49/+0 |
| 2018-05-18 | refspec: convert valid_fetch_refspec to use parse_refspec | Brandon Williams | 1 | -9/+8 |
| 2018-05-18 | refspec: introduce struct refspec | Brandon Williams | 1 | -0/+64 |
| 2018-05-18 | refspec: factor out parsing a single refspec | Brandon Williams | 1 | -91/+104 |
| 2018-05-18 | refspec: rename struct refspec to struct refspec_item | Brandon Williams | 1 | -8/+8 |
| 2018-05-18 | refspec: move refspec parsing logic into its own file | Brandon Williams | 1 | -0/+167 |