36 Commits (763b47bafab6f781dc52461985b3300d447d1332)

Author SHA1 Message Date
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 9 years ago
Jeff King 75faa45ae0 replace trivial malloc + sprintf / strcpy calls with xstrfmt 9 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 15 years ago
Daniel Barkalow c1d45cf7b0 Require a struct remote in transport_get() 15 years ago
Stefan Naewe 0a2bb55848 git ls-remote: make usage string match manpage 16 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 17 years ago
Daniel Barkalow 8951d7c1f1 Build in ls-remote 17 years ago
Daniel Barkalow 18f7c51cf9 Build-in peek-remote, using transport infrastructure. 17 years ago
Johannes Sixt 98158e9cfd Change git_connect() to return a struct child_process instead of a pid_t. 17 years ago
Michael S. Tsirkin 7841ce7985 connect: display connection progress 18 years ago
Junio C Hamano 599065a3bb prefixcmp(): fix-up mechanical conversion. 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Uwe Kleine-König 27dca07fb7 rename --exec to --upload-pack for fetch-pack and peek-remote 18 years ago
Franck Bui-Huu 8a5dbef8ac Test return value of finish_connect() 19 years ago
Johannes Schindelin 28f5c70b85 Remove uneeded #include 19 years ago
Linus Torvalds 2718ff098a Improve git-peek-remote 19 years ago