summaryrefslogtreecommitdiff
path: root/builtin/ls-remote.c
AgeCommit message (Expand)Author
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-11-16ref-filter.c: really don't sort when using --no-sortVictoria Dye
2023-06-21git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-04-24pkt-line.h: move declarations for pkt-line.c functions from cache.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-03-30Merge branch 'sg/parse-options-h-users'Junio C Hamano
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-20treewide: include parse-options.h in source filesSZEDER Gábor
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-11doc/ls-remote: clarify pattern formatJeff King
2022-10-13doc txt & -h consistency: add missing options and labelsÆvar Arnfjörð Bjarmason
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-02-07ls-remote & transport API: release "struct transport_ls_refs_options"Ævar Arnfjörð Bjarmason
2021-10-20for-each-ref: delay parsing of --sort=<atom> optionsJunio C Hamano
2021-09-13parse-options API users: align usage output in C-stringsÆvar Arnfjörð Bjarmason
2021-08-24ls-remote: set packet_trace_identity(<name>)Ævar Arnfjörð Bjarmason
2021-04-07Merge branch 'ah/plugleaks'Junio C Hamano
2021-03-21transport: also free remote_refs in transport_disconnect()Andrzej Hunt
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-02-05connect, transport: encapsulate arg in structJonathan Tan
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