Sign in
googlers
/
jrn
/
git
/
acbfae32a31180d781357028af9aff8928672d4b
/
builtin
/
ls-remote.c
95be717
parse_opt_ref_sorting: always use with NONEG flag
by Jeff King
· 6 years ago
81c365b
Merge branch 'jk/proto-v2-ref-prefix-fix'
by Junio C Hamano
· 6 years ago
6a139cd
ls-remote: pass heads/tags prefixes to transport
by Jeff King
· 6 years ago
631f0f8
ls-remote: do not send ref prefixes for patterns
by Jeff King
· 6 years ago
deec6b8
ls-remote: release memory instead of UNLEAK
by Olga Telezhnaya
· 6 years ago
41267e9
Merge branch 'bw/server-options'
by Junio C Hamano
· 7 years ago
6c0110f
Merge branch 'hn/sort-ls-remote'
by Junio C Hamano
· 7 years ago
9bfa0f9
Merge branch 'bw/protocol-v2'
by Junio C Hamano
· 7 years ago
ff47322
ls-remote: send server options when using protocol v2
by Brandon Williams
· 7 years ago
bbc39d4
Merge branch 'bw/protocol-v2' into HEAD
by Junio C Hamano
· 7 years ago
1fb20df
ls-remote: create '--sort' option
by Harald Nordgren
· 7 years ago
b4be741
ls-remote: pass ref prefixes when requesting a remote's refs
by Brandon Williams
· 7 years ago
1af8ae1
transport: convert transport_get_remote_refs to take a list of ref prefixes
by Brandon Williams
· 7 years ago
cdc71c1
completion: use __gitcomp_builtin in _git_ls_remote
by Nguyễn Thái Ngọc Duy
· 7 years ago
55d3426
wildmatch: remove unused wildopts parameter
by Ævar Arnfjörð Bjarmason
· 8 years ago
7f897b6
avoid using fixed PATH_MAX buffers for refs
by Jeff King
· 8 years ago
99c08d4
ls-remote: add support for showing symrefs
by Thomas Gummerer
· 9 years ago
ba5f28b
ls-remote: use parse-options api
by Thomas Gummerer
· 9 years ago
40a8852
ls-remote: document --refs option
by Thomas Gummerer
· 9 years ago
f4e54d0
Convert struct ref to use object_id.
by brian m. carlson
· 9 years ago
7889179
Merge branch 'jk/war-on-sprintf'
by Junio C Hamano
· 9 years ago
29bc480
ls-remote.txt: delete unsupported option
by Nguyễn Thái Ngọc Duy
· 9 years ago
75faa45
replace trivial malloc + sprintf / strcpy calls with xstrfmt
by Jeff King
· 9 years ago
9c9b4f2
standardize usage info string format
by Alex Henrie
· 10 years ago
edd2d84
builtin/ls-remote.c: rearrange xcalloc arguments
by Brian Gesiak
· 11 years ago
eb07894
use wildmatch() directly without fnmatch() wrapper
by Nguyễn Thái Ngọc Duy
· 11 years ago
5955654
replace {pre,suf}fixcmp() with {starts,ends}_with()
by Christian Couder
· 11 years ago
2303cad
ls-remote: document the '--get-url' option
by Stefan Naewe
· 13 years ago
f522375
Merge branch 'jc/ls-remote-short-help'
by Junio C Hamano
· 13 years ago
91a640f
ls-remote: a lone "-h" is asking for help
by Junio C Hamano
· 13 years ago
a872477
ls-remote: the --exit-code option reports "no matching refs"
by Michael Schubert
· 14 years ago
45781ad
get_remote_url(): use the same data source as ls-remote to get remote urls
by Uwe Kleine-König
· 14 years ago
f0ef6a6
ls-remote: run setup_git_directory_gently() sooner
by Nguyễn Thái Ngọc Duy
· 15 years ago
cefb2a5
ls-remote: print URL when no repo is specified
by Tay Ray Chuan
· 15 years ago
9c00de5
ls-remote: fall-back to default remotes when no remote specified
by Tay Ray Chuan
· 15 years ago
81b50f3
Move 'builtin-*' into a 'builtin/' subdirectory
by Linus Torvalds
· 15 years ago
[Renamed from builtin-ls-remote.c]
e74f43f
Merge branch 'sr/vcs-helper'
by Junio C Hamano
· 15 years ago
fb0cc87
Allow programs to not depend on remotes having urls
by Daniel Barkalow
· 15 years ago
c1d45cf
Require a struct remote in transport_get()
by Daniel Barkalow
· 15 years ago
0a2bb55
git ls-remote: make usage string match manpage
by Stefan Naewe
· 16 years ago
1b1dd23
Make usage strings dash-less
by Stephan Beyer
· 17 years ago
af05d67
Always set *nongit_ok in setup_git_directory_gently()
by SZEDER Gábor
· 17 years ago
27b4070
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
52dce39
Fix 'git remote show' regression on empty repository in 1.5.4
by Shawn O. Pearce
· 17 years ago
ba22785
Reduce the number of connects when fetching
by Daniel Barkalow
· 17 years ago
3e34526
ls-remote: add -t and -h options.
by Miklos Vajna
· 17 years ago
3d3c4f5
Re-fix ls-remote
by Junio C Hamano
· 17 years ago
2ea7fe0
ls-remote: resurrect pattern limit support
by Junio C Hamano
· 17 years ago
7c2c6ee
Reteach builtin-ls-remote to understand remotes
by Shawn O. Pearce
· 17 years ago
8951d7c
Build in ls-remote
by Daniel Barkalow
· 17 years ago
[Renamed (82%) from builtin-peek-remote.c]
18f7c51
Build-in peek-remote, using transport infrastructure.
by Daniel Barkalow
· 17 years ago