46 Commits (2acf4cf0010379f10b39eba1fb4e0868a5ba4114)

Author SHA1 Message Date
Ævar Arnfjörð Bjarmason 5d70198efe parse-options API users: align usage output in C-strings 4 years ago
Ævar Arnfjörð Bjarmason f58c7468cd ls-remote: set packet_trace_identity(<name>) 4 years ago
Andrzej Hunt 68ffe095a2 transport: also free remote_refs in transport_disconnect() 4 years ago
René Scharfe ca56dadb4b use CALLOC_ARRAY 4 years ago
Jonathan Tan 39835409d1 connect, transport: encapsulate arg in struct 4 years ago
Jeff King 3e19816dc0 ls-remote: simplify UNLEAK() usage 5 years ago
Jeff King 22f9b7f3f5 strvec: convert builtin/ callers away from argv_array name 5 years ago
brian m. carlson d96dab868e builtin/ls-remote: initialize repository based on fetch 5 years ago
Jeff King 95be717cd5 parse_opt_ref_sorting: always use with NONEG flag 6 years ago
Jeff King 6a139cdd74 ls-remote: pass heads/tags prefixes to transport 6 years ago
Jeff King 631f0f8c4b ls-remote: do not send ref prefixes for patterns 6 years ago
Olga Telezhnaya deec6b8e0f ls-remote: release memory instead of UNLEAK 6 years ago
Brandon Williams ff473221b4 ls-remote: send server options when using protocol v2 7 years ago
Harald Nordgren 1fb20dfd8e ls-remote: create '--sort' option 7 years ago
Brandon Williams b4be74105f ls-remote: pass ref prefixes when requesting a remote's refs 7 years ago
Brandon Williams 1af8ae1cfa transport: convert transport_get_remote_refs to take a list of ref prefixes 7 years ago
Nguyễn Thái Ngọc Duy cdc71c1c5d completion: use __gitcomp_builtin in _git_ls_remote 7 years ago
Ævar Arnfjörð Bjarmason 55d3426929 wildmatch: remove unused wildopts parameter 8 years ago
Jeff King 7f897b6f17 avoid using fixed PATH_MAX buffers for refs 8 years ago
Thomas Gummerer 99c08d4eb2 ls-remote: add support for showing symrefs 9 years ago
Thomas Gummerer ba5f28bf79 ls-remote: use parse-options api 9 years ago
Thomas Gummerer 40a8852908 ls-remote: document --refs option 9 years ago
brian m. carlson f4e54d02b8 Convert struct ref to use object_id. 9 years ago
Nguyễn Thái Ngọc Duy 29bc480aa1 ls-remote.txt: delete unsupported option 10 years ago
Jeff King 75faa45ae0 replace trivial malloc + sprintf / strcpy calls with xstrfmt 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Brian Gesiak edd2d84665 builtin/ls-remote.c: rearrange xcalloc arguments 11 years ago
Nguyễn Thái Ngọc Duy eb07894fe0 use wildmatch() directly without fnmatch() wrapper 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Stefan Naewe 2303cad242 ls-remote: document the '--get-url' option 13 years ago
Junio C Hamano 91a640ffb6 ls-remote: a lone "-h" is asking for help 14 years ago
Michael Schubert a87247731e ls-remote: the --exit-code option reports "no matching refs" 14 years ago
Uwe Kleine-König 45781adb9a get_remote_url(): use the same data source as ls-remote to get remote urls 14 years ago
Nguyễn Thái Ngọc Duy f0ef6a6eff ls-remote: run setup_git_directory_gently() sooner 15 years ago
Tay Ray Chuan cefb2a5e39 ls-remote: print URL when no repo is specified 15 years ago
Tay Ray Chuan 9c00de5a31 ls-remote: fall-back to default remotes when no remote specified 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Daniel Barkalow fb0cc87ec0 Allow programs to not depend on remotes having urls 16 years ago
Daniel Barkalow c1d45cf7b0 Require a struct remote in transport_get() 16 years ago
Stefan Naewe 0a2bb55848 git ls-remote: make usage string match manpage 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
SZEDER Gábor af05d67939 Always set *nongit_ok in setup_git_directory_gently() 17 years ago
Shawn O. Pearce 52dce39762 Fix 'git remote show' regression on empty repository in 1.5.4 17 years ago
Daniel Barkalow ba227857d2 Reduce the number of connects when fetching 17 years ago
Miklos Vajna 3e34526960 ls-remote: add -t and -h options. 17 years ago
Junio C Hamano 3d3c4f5d76 Re-fix ls-remote 17 years ago
Junio C Hamano 2ea7fe0d2c ls-remote: resurrect pattern limit support 17 years ago
Shawn O. Pearce 7c2c6ee7e0 Reteach builtin-ls-remote to understand remotes 18 years ago
Daniel Barkalow 8951d7c1f1 Build in ls-remote 18 years ago
Daniel Barkalow 18f7c51cf9 Build-in peek-remote, using transport infrastructure. 18 years ago