aboutsummaryrefslogtreecommitdiffstats
path: root/refspec.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-21refspec: replace `refspec_item_init()` with fetch/push variantsTaylor Blau1-2/+2
2025-03-21refspec: remove refspec_item_init_or_die()Taylor Blau1-2/+0
2025-03-21refspec: replace `refspec_init()` with fetch/push variantsTaylor Blau1-1/+2
2025-03-21refspec: treat 'fetch' as a Boolean valueTaylor Blau1-6/+3
2025-02-18refspec: clarify function naming and documentationMeet Soni1-4/+5
2025-02-12Merge branch 'ms/remote-valid-remote-name'Junio C Hamano1-1/+0
2025-02-04remote: relocate valid_remote_nameMeet Soni1-1/+0
2025-02-04refspec: relocate apply_refspecs and related funtionsMeet Soni1-0/+12
2025-02-04refspec: relocate matching related functionsMeet Soni1-0/+16
2025-02-04refspec: relocate refname_matches_negative_refspec_itemMeet Soni1-0/+9
2024-11-12refspec: store raw refspecs inside refspec_itemJeff King1-3/+2
2024-11-12refspec: drop separate raw_nr countJeff King1-1/+0
2024-09-25fetch: free "raw" string when shrinking refspecJeff King1-1/+1
2024-06-07refspec: remove global tag refspec structurePatrick Steinhardt1-1/+0
2022-08-04docs: move protocol-related docs to man section 5Ævar Arnfjörð Bjarmason1-1/+1
2020-10-27Merge branch 'sb/clone-origin'Junio C Hamano1-0/+1
2020-10-05Merge branch 'jk/refspecs-negative'Junio C Hamano1-6/+8
2020-09-30refs: consolidate remote name validationSean Barag1-0/+1
2020-09-30refspec: add support for negative refspecsJacob Keller1-6/+8
2020-09-06refspec: add and use refspec_appendf()René Scharfe1-0/+2
2020-08-17refspec: fix documentation referring to refspec_itemJacob Keller1-13/+14
2020-07-28argv-array: rename to strvecJeff King1-2/+2
2019-11-18remote: move doc to remote.h and refspec.hHeba Waly1-0/+16
2018-06-11refspec: add back a refspec_item_init() functionÆvar Arnfjörð Bjarmason1-0/+2
2018-06-11refspec: s/refspec_item_init/&_or_die/gÆvar Arnfjörð Bjarmason1-1/+2
2018-06-01fetch: do not pass ref-prefixes for fetch by exact SHA1Jonathan Nieder1-0/+4
2018-05-18refspec: consolidate ref-prefix generation logicBrandon Williams1-0/+4
2018-05-18refspec: remove the deprecated functionsBrandon Williams1-5/+0
2018-05-18refspec: convert valid_fetch_refspec to use parse_refspecBrandon Williams1-1/+2
2018-05-18refspec: introduce struct refspecBrandon Williams1-0/+25
2018-05-18refspec: rename struct refspec to struct refspec_itemBrandon Williams1-5/+5
2018-05-18refspec: move refspec parsing logic into its own fileBrandon Williams1-0/+23