summaryrefslogtreecommitdiff
path: root/builtin/ls-remote.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-13Merge branch 'jk/proto-v2-ref-prefix-fix'Libravatar Junio C Hamano1-8/+5
2018-10-31ls-remote: pass heads/tags prefixes to transportLibravatar Jeff King1-0/+5
2018-10-31ls-remote: do not send ref prefixes for patternsLibravatar Jeff King1-8/+0
2018-10-19ls-remote: release memory instead of UNLEAKLibravatar Olga Telezhnaya1-1/+1
2018-05-23Merge branch 'bw/server-options'Libravatar Junio C Hamano1-0/+4
2018-05-08Merge branch 'hn/sort-ls-remote'Libravatar Junio C Hamano1-3/+27
2018-05-08Merge branch 'bw/protocol-v2'Libravatar Junio C Hamano1-2/+13
2018-04-24ls-remote: send server options when using protocol v2Libravatar Brandon Williams1-0/+4
2018-04-24Merge branch 'bw/protocol-v2' into HEADLibravatar Junio C Hamano1-2/+13
2018-04-09ls-remote: create '--sort' optionLibravatar Harald Nordgren1-3/+27
2018-03-15ls-remote: pass ref prefixes when requesting a remote's refsLibravatar Brandon Williams1-2/+13
2018-03-15transport: convert transport_get_remote_refs to take a list of ref prefixesLibravatar Brandon Williams1-1/+1
2018-02-09completion: use __gitcomp_builtin in _git_ls_remoteLibravatar Nguyễn Thái Ngọc Duy1-2/+3
2017-06-23wildmatch: remove unused wildopts parameterLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2017-03-30avoid using fixed PATH_MAX buffers for refsLibravatar Jeff King1-4/+6
2016-01-19ls-remote: add support for showing symrefsLibravatar Thomas Gummerer1-2/+8
2016-01-19ls-remote: use parse-options apiLibravatar Thomas Gummerer1-53/+29
2016-01-19ls-remote: document --refs optionLibravatar Thomas Gummerer1-1/+1
2015-11-20Convert struct ref to use object_id.Libravatar brian m. carlson1-1/+1
2015-10-20Merge branch 'jk/war-on-sprintf'Libravatar Junio C Hamano1-6/+2
2015-09-28ls-remote.txt: delete unsupported optionLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2015-09-25replace trivial malloc + sprintf / strcpy calls with xstrfmtLibravatar Jeff King1-6/+2
2015-01-14standardize usage info string formatLibravatar Alex Henrie1-1/+1
2014-05-27builtin/ls-remote.c: rearrange xcalloc argumentsLibravatar Brian Gesiak1-1/+1
2014-02-20use wildmatch() directly without fnmatch() wrapperLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Libravatar Christian Couder1-2/+2
2012-09-07ls-remote: document the '--get-url' optionLibravatar Stefan Naewe1-1/+1
2011-10-05Merge branch 'jc/ls-remote-short-help'Libravatar Junio C Hamano1-0/+3
2011-09-16ls-remote: a lone "-h" is asking for helpLibravatar Junio C Hamano1-0/+3
2011-05-18ls-remote: the --exit-code option reports "no matching refs"Libravatar Michael Schubert1-2/+9
2011-03-02get_remote_url(): use the same data source as ls-remote to get remote urlsLibravatar Uwe Kleine-König1-0/+11
2010-08-15ls-remote: run setup_git_directory_gently() soonerLibravatar Nguyễn Thái Ngọc Duy1-3/+0
2010-05-11ls-remote: print URL when no repo is specifiedLibravatar Tay Ray Chuan1-1/+9
2010-04-08ls-remote: fall-back to default remotes when no remote specifiedLibravatar Tay Ray Chuan1-4/+7
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLibravatar Linus Torvalds1-0/+107