index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
ls-remote.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
*
doc/ls-remote: clarify pattern format
Jeff King
2023-02-11
1
-1
/
+1
*
doc txt & -h consistency: add missing options and labels
Ævar Arnfjörð Bjarmason
2022-10-13
1
-1
/
+1
*
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
2022-05-21
1
-1
/
+1
|
\
|
*
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
2022-05-02
1
-1
/
+1
|
|
\
|
|
*
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-05-02
1
-1
/
+1
*
|
|
ls-remote & transport API: release "struct transport_ls_refs_options"
Ævar Arnfjörð Bjarmason
2022-02-07
1
-1
/
+2
|
/
/
*
/
for-each-ref: delay parsing of --sort=<atom> options
Junio C Hamano
2021-10-20
1
-5
/
+8
|
/
*
parse-options API users: align usage output in C-strings
Ævar Arnfjörð Bjarmason
2021-09-13
1
-2
/
+2
*
ls-remote: set packet_trace_identity(<name>)
Ævar Arnfjörð Bjarmason
2021-08-24
1
-0
/
+2
*
Merge branch 'ah/plugleaks'
Junio C Hamano
2021-04-08
1
-2
/
+2
|
\
|
*
transport: also free remote_refs in transport_disconnect()
Andrzej Hunt
2021-03-21
1
-2
/
+2
*
|
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-1
/
+1
|
/
*
connect, transport: encapsulate arg in struct
Jonathan Tan
2021-02-05
1
-4
/
+5
*
Merge branch 'jk/unleak-fixes'
Junio C Hamano
2020-08-24
1
-5
/
+3
|
\
|
*
ls-remote: simplify UNLEAK() usage
Jeff King
2020-08-13
1
-5
/
+3
*
|
strvec: convert builtin/ callers away from argv_array name
Jeff King
2020-07-29
1
-3
/
+3
|
/
*
builtin/ls-remote: initialize repository based on fetch
brian m. carlson
2020-05-27
1
-0
/
+4
*
parse_opt_ref_sorting: always use with NONEG flag
Jeff King
2019-03-21
1
-2
/
+1
*
Merge branch 'jk/proto-v2-ref-prefix-fix'
Junio C Hamano
2018-11-13
1
-8
/
+5
|
\
|
*
ls-remote: pass heads/tags prefixes to transport
Jeff King
2018-10-31
1
-0
/
+5
|
*
ls-remote: do not send ref prefixes for patterns
Jeff King
2018-10-31
1
-8
/
+0
*
|
ls-remote: release memory instead of UNLEAK
Olga Telezhnaya
2018-10-19
1
-1
/
+1
|
/
*
Merge branch 'bw/server-options'
Junio C Hamano
2018-05-23
1
-0
/
+4
|
\
|
*
ls-remote: send server options when using protocol v2
Brandon Williams
2018-04-24
1
-0
/
+4
|
*
Merge branch 'bw/protocol-v2' into HEAD
Junio C Hamano
2018-04-24
1
-2
/
+13
|
|
\
*
|
\
Merge branch 'hn/sort-ls-remote'
Junio C Hamano
2018-05-08
1
-3
/
+27
|
\
\
\
|
*
|
|
ls-remote: create '--sort' option
Harald Nordgren
2018-04-09
1
-3
/
+27
|
|
/
/
*
|
|
Merge branch 'bw/protocol-v2'
Junio C Hamano
2018-05-08
1
-2
/
+13
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
ls-remote: pass ref prefixes when requesting a remote's refs
Brandon Williams
2018-03-15
1
-2
/
+13
|
*
transport: convert transport_get_remote_refs to take a list of ref prefixes
Brandon Williams
2018-03-15
1
-1
/
+1
*
|
completion: use __gitcomp_builtin in _git_ls_remote
Nguyễn Thái Ngọc Duy
2018-02-09
1
-2
/
+3
|
/
*
wildmatch: remove unused wildopts parameter
Ævar Arnfjörð Bjarmason
2017-06-24
1
-1
/
+1
*
avoid using fixed PATH_MAX buffers for refs
Jeff King
2017-03-30
1
-4
/
+6
*
ls-remote: add support for showing symrefs
Thomas Gummerer
2016-01-19
1
-2
/
+8
*
ls-remote: use parse-options api
Thomas Gummerer
2016-01-19
1
-53
/
+29
*
ls-remote: document --refs option
Thomas Gummerer
2016-01-19
1
-1
/
+1
*
Convert struct ref to use object_id.
brian m. carlson
2015-11-20
1
-1
/
+1
*
Merge branch 'jk/war-on-sprintf'
Junio C Hamano
2015-10-21
1
-6
/
+2
|
\
|
*
replace trivial malloc + sprintf / strcpy calls with xstrfmt
Jeff King
2015-09-25
1
-6
/
+2
*
|
ls-remote.txt: delete unsupported option
Nguyễn Thái Ngọc Duy
2015-09-28
1
-1
/
+1
|
/
*
standardize usage info string format
Alex Henrie
2015-01-14
1
-1
/
+1
*
builtin/ls-remote.c: rearrange xcalloc arguments
Brian Gesiak
2014-05-27
1
-1
/
+1
*
use wildmatch() directly without fnmatch() wrapper
Nguyễn Thái Ngọc Duy
2014-02-20
1
-1
/
+1
*
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
2013-12-05
1
-2
/
+2
*
ls-remote: document the '--get-url' option
Stefan Naewe
2012-09-07
1
-1
/
+1
*
Merge branch 'jc/ls-remote-short-help'
Junio C Hamano
2011-10-05
1
-0
/
+3
|
\
|
*
ls-remote: a lone "-h" is asking for help
Junio C Hamano
2011-09-16
1
-0
/
+3
*
|
ls-remote: the --exit-code option reports "no matching refs"
Michael Schubert
2011-05-18
1
-2
/
+9
[next]