summaryrefslogtreecommitdiffstats
path: root/refspec.c
Commit message (Expand)AuthorAgeFilesLines
* refspec.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-07-231-1/+1
* Update messages in preparation for i18nNguyễn Thái Ngọc Duy2018-07-231-1/+1
* Merge branch 'ab/refspec-init-fix'Junio C Hamano2018-06-281-4/+9
|\
| * refspec: initalize `refspec_item` in `valid_fetch_refspec()`Martin Ågren2018-06-111-1/+1
| * refspec: add back a refspec_item_init() functionÆvar Arnfjörð Bjarmason2018-06-111-3/+7
| * refspec: s/refspec_item_init/&_or_die/gÆvar Arnfjörð Bjarmason2018-06-111-2/+3
* | Merge branch 'bw/refspec-api'Junio C Hamano2018-06-041-0/+2
|\ \ | |/ |/|
| * refspec-api: avoid uninitialized field in refspec itemJunio C Hamano2018-06-011-0/+2
* | fetch: do not pass ref-prefixes for fetch by exact SHA1Jonathan Nieder2018-06-011-0/+2
* | refspec: consolidate ref-prefix generation logicBrandon Williams2018-05-181-0/+29
|/
* refspec: remove the deprecated functionsBrandon Williams2018-05-181-49/+0
* refspec: convert valid_fetch_refspec to use parse_refspecBrandon Williams2018-05-181-9/+8
* refspec: introduce struct refspecBrandon Williams2018-05-181-0/+64
* refspec: factor out parsing a single refspecBrandon Williams2018-05-181-91/+104
* refspec: rename struct refspec to struct refspec_itemBrandon Williams2018-05-181-8/+8
* refspec: move refspec parsing logic into its own fileBrandon Williams2018-05-181-0/+167