summaryrefslogtreecommitdiff
path: root/builtin/ls-remote.c
Commit message (Expand)AuthorAgeFilesLines
* for-each-ref: delay parsing of --sort=<atom> optionsJunio C Hamano2021-10-201-5/+8
* parse-options API users: align usage output in C-stringsÆvar Arnfjörð Bjarmason2021-09-121-2/+2
* ls-remote: set packet_trace_identity(<name>)Ævar Arnfjörð Bjarmason2021-08-241-0/+2
* Merge branch 'ah/plugleaks'Junio C Hamano2021-04-071-2/+2
|\
| * transport: also free remote_refs in transport_disconnect()Andrzej Hunt2021-03-211-2/+2
* | use CALLOC_ARRAYRené Scharfe2021-03-131-1/+1
|/
* connect, transport: encapsulate arg in structJonathan Tan2021-02-051-4/+5
* Merge branch 'jk/unleak-fixes'Junio C Hamano2020-08-241-5/+3
|\
| * ls-remote: simplify UNLEAK() usageJeff King2020-08-131-5/+3
* | strvec: convert builtin/ callers away from argv_array nameJeff King2020-07-281-3/+3
|/
* builtin/ls-remote: initialize repository based on fetchbrian m. carlson2020-05-271-0/+4
* parse_opt_ref_sorting: always use with NONEG flagJeff King2019-03-211-2/+1
* Merge branch 'jk/proto-v2-ref-prefix-fix'Junio C Hamano2018-11-131-8/+5
|\
| * ls-remote: pass heads/tags prefixes to transportJeff King2018-10-311-0/+5
| * ls-remote: do not send ref prefixes for patternsJeff King2018-10-311-8/+0
* | ls-remote: release memory instead of UNLEAKOlga Telezhnaya2018-10-191-1/+1
|/
* Merge branch 'bw/server-options'Junio C Hamano2018-05-231-0/+4
|\
| * ls-remote: send server options when using protocol v2Brandon Williams2018-04-241-0/+4
| * Merge branch 'bw/protocol-v2' into HEADJunio C Hamano2018-04-241-2/+13
| |\
* | \ Merge branch 'hn/sort-ls-remote'Junio C Hamano2018-05-081-3/+27
|\ \ \
| * | | ls-remote: create '--sort' optionHarald Nordgren2018-04-091-3/+27
| |/ /
* | | Merge branch 'bw/protocol-v2'Junio C Hamano2018-05-081-2/+13
|\ \ \ | |/ / |/| / | |/
| * ls-remote: pass ref prefixes when requesting a remote's refsBrandon Williams2018-03-151-2/+13
| * transport: convert transport_get_remote_refs to take a list of ref prefixesBrandon Williams2018-03-151-1/+1
* | completion: use __gitcomp_builtin in _git_ls_remoteNguyễn Thái Ngọc Duy2018-02-091-2/+3
|/
* wildmatch: remove unused wildopts parameterab/wildmatchÆvar Arnfjörð Bjarmason2017-06-231-1/+1
* avoid using fixed PATH_MAX buffers for refsJeff King2017-03-301-4/+6
* ls-remote: add support for showing symrefstg/ls-remote-symrefThomas Gummerer2016-01-191-2/+8
* ls-remote: use parse-options apiThomas Gummerer2016-01-191-53/+29
* ls-remote: document --refs optionThomas Gummerer2016-01-191-1/+1
* Convert struct ref to use object_id.brian m. carlson2015-11-201-1/+1
* Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-201-6/+2
|\
| * replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King2015-09-251-6/+2
* | ls-remote.txt: delete unsupported optionnd/ls-remote-does-not-have-u-optionNguyễn Thái Ngọc Duy2015-09-281-1/+1
|/
* standardize usage info string formatAlex Henrie2015-01-141-1/+1
* builtin/ls-remote.c: rearrange xcalloc argumentsBrian Gesiak2014-05-271-1/+1
* use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy2014-02-201-1/+1
* replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-2/+2
* ls-remote: document the '--get-url' optionStefan Naewe2012-09-071-1/+1
* Merge branch 'jc/ls-remote-short-help'Junio C Hamano2011-10-051-0/+3
|\
| * ls-remote: a lone "-h" is asking for helpjc/ls-remote-short-helpJunio C Hamano2011-09-161-0/+3
* | ls-remote: the --exit-code option reports "no matching refs"Michael Schubert2011-05-181-2/+9
* | get_remote_url(): use the same data source as ls-remote to get remote urlsUwe Kleine-König2011-03-021-0/+11
|/
* ls-remote: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-151-3/+0
* ls-remote: print URL when no repo is specifiedTay Ray Chuan2010-05-111-1/+9
* ls-remote: fall-back to default remotes when no remote specifiedTay Ray Chuan2010-04-081-4/+7
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+107