summaryrefslogtreecommitdiff
path: root/builtin/ls-remote.c
AgeCommit message (Expand)Author
2020-08-24Merge branch 'jk/unleak-fixes'Junio C Hamano
2020-08-13ls-remote: simplify UNLEAK() usageJeff King
2020-07-28strvec: convert builtin/ callers away from argv_array nameJeff King
2020-05-27builtin/ls-remote: initialize repository based on fetchbrian m. carlson
2019-03-21parse_opt_ref_sorting: always use with NONEG flagJeff King
2018-11-13Merge branch 'jk/proto-v2-ref-prefix-fix'Junio C Hamano
2018-10-31ls-remote: pass heads/tags prefixes to transportJeff King
2018-10-31ls-remote: do not send ref prefixes for patternsJeff King
2018-10-19ls-remote: release memory instead of UNLEAKOlga Telezhnaya
2018-05-23Merge branch 'bw/server-options'Junio C Hamano
2018-05-08Merge branch 'hn/sort-ls-remote'Junio C Hamano
2018-05-08Merge branch 'bw/protocol-v2'Junio C Hamano
2018-04-24ls-remote: send server options when using protocol v2Brandon Williams
2018-04-24Merge branch 'bw/protocol-v2' into HEADJunio C Hamano
2018-04-09ls-remote: create '--sort' optionHarald Nordgren
2018-03-15ls-remote: pass ref prefixes when requesting a remote's refsBrandon Williams
2018-03-15transport: convert transport_get_remote_refs to take a list of ref prefixesBrandon Williams
2018-02-09completion: use __gitcomp_builtin in _git_ls_remoteNguyễn Thái Ngọc Duy
2017-06-24wildmatch: remove unused wildopts parameterÆvar Arnfjörð Bjarmason
2017-03-30avoid using fixed PATH_MAX buffers for refsJeff King
2016-01-19ls-remote: add support for showing symrefsThomas Gummerer
2016-01-19ls-remote: use parse-options apiThomas Gummerer
2016-01-19ls-remote: document --refs optionThomas Gummerer
2015-11-20Convert struct ref to use object_id.brian m. carlson
2015-10-20Merge branch 'jk/war-on-sprintf'Junio C Hamano
2015-09-28ls-remote.txt: delete unsupported optionNguyễn Thái Ngọc Duy
2015-09-25replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King
2015-01-14standardize usage info string formatAlex Henrie
2014-05-27builtin/ls-remote.c: rearrange xcalloc argumentsBrian Gesiak
2014-02-20use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2012-09-07ls-remote: document the '--get-url' optionStefan Naewe
2011-10-05Merge branch 'jc/ls-remote-short-help'Junio C Hamano
2011-09-16ls-remote: a lone "-h" is asking for helpJunio C Hamano
2011-05-18ls-remote: the --exit-code option reports "no matching refs"Michael Schubert
2011-03-02get_remote_url(): use the same data source as ls-remote to get remote urlsUwe Kleine-König
2010-08-16ls-remote: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy
2010-05-12ls-remote: print URL when no repo is specifiedTay Ray Chuan
2010-04-09ls-remote: fall-back to default remotes when no remote specifiedTay Ray Chuan
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds