summaryrefslogtreecommitdiff
path: root/refspec.h
AgeCommit message (Expand)AuthorFilesLines
2020-10-27Merge branch 'sb/clone-origin'Libravatar Junio C Hamano1-0/+1
2020-10-05Merge branch 'jk/refspecs-negative'Libravatar Junio C Hamano1-6/+8
2020-09-30refs: consolidate remote name validationLibravatar Sean Barag1-0/+1
2020-09-30refspec: add support for negative refspecsLibravatar Jacob Keller1-6/+8
2020-09-06refspec: add and use refspec_appendf()Libravatar René Scharfe1-0/+2
2020-08-17refspec: fix documentation referring to refspec_itemLibravatar Jacob Keller1-13/+14
2020-07-28argv-array: rename to strvecLibravatar Jeff King1-2/+2
2019-11-18remote: move doc to remote.h and refspec.hLibravatar Heba Waly1-0/+16
2018-06-11refspec: add back a refspec_item_init() functionLibravatar Ævar Arnfjörð Bjarmason1-0/+2
2018-06-11refspec: s/refspec_item_init/&_or_die/gLibravatar Ævar Arnfjörð Bjarmason1-1/+2
2018-06-01fetch: do not pass ref-prefixes for fetch by exact SHA1Libravatar Jonathan Nieder1-0/+4
2018-05-18refspec: consolidate ref-prefix generation logicLibravatar Brandon Williams1-0/+4
2018-05-18refspec: remove the deprecated functionsLibravatar Brandon Williams1-5/+0
2018-05-18refspec: convert valid_fetch_refspec to use parse_refspecLibravatar Brandon Williams1-1/+2
2018-05-18refspec: introduce struct refspecLibravatar Brandon Williams1-0/+25
2018-05-18refspec: rename struct refspec to struct refspec_itemLibravatar Brandon Williams1-5/+5
2018-05-18refspec: move refspec parsing logic into its own fileLibravatar Brandon Williams1-0/+23