summaryrefslogtreecommitdiff
path: root/refspec.c
AgeCommit message (Expand)Author
2022-02-24refspec.c: use designated initializers for "struct refspec_item"Ævar Arnfjörð Bjarmason
2020-12-14Merge branch 'fc/atmark-in-refspec'Junio C Hamano
2020-12-01refspec: trivial cleanupFelipe Contreras
2020-11-30refspec: make @ a synonym of HEADFelipe Contreras
2020-10-27Merge branch 'sb/clone-origin'Junio C Hamano
2020-10-05Merge branch 'jk/refspecs-negative'Junio C Hamano
2020-10-01refs: consolidate remote name validationSean Barag
2020-09-30refspec: add support for negative refspecsJacob Keller
2020-09-06refspec: add and use refspec_appendf()René Scharfe
2020-07-28strvec: fix indentation in renamed callsJeff King
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King
2019-04-01refspec: make hash size independentbrian m. carlson
2018-07-23refspec.c: mark more strings for translationNguyễn Thái Ngọc Duy
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy
2018-06-28Merge branch 'ab/refspec-init-fix'Junio C Hamano
2018-06-11refspec: initalize `refspec_item` in `valid_fetch_refspec()`Martin Ågren
2018-06-11refspec: add back a refspec_item_init() functionÆvar Arnfjörð Bjarmason
2018-06-11refspec: s/refspec_item_init/&_or_die/gÆvar Arnfjörð Bjarmason
2018-06-04Merge branch 'bw/refspec-api'Junio C Hamano
2018-06-01fetch: do not pass ref-prefixes for fetch by exact SHA1Jonathan Nieder
2018-06-01refspec-api: avoid uninitialized field in refspec itemJunio C Hamano
2018-05-17refspec: consolidate ref-prefix generation logicBrandon Williams
2018-05-17refspec: remove the deprecated functionsBrandon Williams
2018-05-17refspec: convert valid_fetch_refspec to use parse_refspecBrandon Williams
2018-05-17refspec: introduce struct refspecBrandon Williams
2018-05-17refspec: factor out parsing a single refspecBrandon Williams
2018-05-17refspec: rename struct refspec to struct refspec_itemBrandon Williams
2018-05-17refspec: move refspec parsing logic into its own fileBrandon Williams