summaryrefslogtreecommitdiff
path: root/builtin/ls-remote.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-091-0/+1
|\
| * pkt-line.h: move declarations for pkt-line.c functions from cache.hElijah Newren2023-04-241-0/+1
* | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+1
|\ \ | |/
| * treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | Merge branch 'sg/parse-options-h-users'Junio C Hamano2023-03-301-0/+1
|\ \ | |/ |/|
| * treewide: include parse-options.h in source filesSZEDER Gábor2023-03-201-0/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
|/
* doc/ls-remote: clarify pattern formatJeff King2023-02-101-1/+1
* doc txt & -h consistency: add missing options and labelsÆvar Arnfjörð Bjarmason2022-10-131-1/+1
* Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-201-1/+1
|\
| * Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-1/+1
| |\
| | * tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-1/+1
* | | ls-remote & transport API: release "struct transport_ls_refs_options"Ævar Arnfjörð Bjarmason2022-02-061-1/+2
|/ /
* | 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