index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
ls-remote.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-01
builtin: use default hash when outside a repository
brian m. carlson
1
-1
/
+1
2025-04-17
global: use designated initializers for options
Patrick Steinhardt
1
-3
/
+8
2024-11-04
builtin/ls-remote: plug leaking server options
Patrick Steinhardt
1
-0
/
+1
2024-10-08
ls-remote: leakfix for not clearing server_options
Xing Xin
1
-0
/
+1
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-0
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-08-14
Merge branch 'ps/ls-remote-out-of-repo-fix'
Junio C Hamano
1
-0
/
+15
2024-08-02
builtin/ls-remote: fall back to SHA1 outside of a repo
Patrick Steinhardt
1
-0
/
+15
2024-08-01
builtin/ls-remote: fix leaking `pattern` strings
Patrick Steinhardt
1
-14
/
+10
2024-07-02
Merge branch 'jk/remote-wo-url'
Junio C Hamano
1
-4
/
+2
2024-06-14
remote: drop checks for zero-url case
Jeff King
1
-2
/
+0
2024-06-14
remote: use strvecs to store remote url/pushurl
Jeff King
1
-3
/
+3
2024-06-04
ls-remote: introduce --branches and deprecate --heads
Junio C Hamano
1
-2
/
+5
2024-06-04
refs: call branches branches
Junio C Hamano
1
-2
/
+2
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-1
/
+0
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-11-16
ref-filter.c: really don't sort when using --no-sort
Victoria Dye
1
-7
/
+4
2023-06-21
git-compat-util.h: remove unneccessary include of wildmatch.h
Elijah Newren
1
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-1
/
+0
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
1
-0
/
+1
2023-04-24
pkt-line.h: move declarations for pkt-line.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
1
-0
/
+1
2023-03-30
Merge branch 'sg/parse-options-h-users'
Junio C Hamano
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-03-20
treewide: include parse-options.h in source files
SZEDER Gábor
1
-0
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2023-02-10
doc/ls-remote: clarify pattern format
Jeff King
1
-1
/
+1
2022-10-13
doc txt & -h consistency: add missing options and labels
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-05-20
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
1
-1
/
+1
2022-05-02
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
1
-1
/
+1
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
1
-1
/
+1
2022-02-06
ls-remote & transport API: release "struct transport_ls_refs_options"
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2021-10-20
for-each-ref: delay parsing of --sort=<atom> options
Junio C Hamano
1
-5
/
+8
2021-09-12
parse-options API users: align usage output in C-strings
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2021-08-24
ls-remote: set packet_trace_identity(<name>)
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2021-04-07
Merge branch 'ah/plugleaks'
Junio C Hamano
1
-2
/
+2
2021-03-21
transport: also free remote_refs in transport_disconnect()
Andrzej Hunt
1
-2
/
+2
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-1
/
+1
2021-02-05
connect, transport: encapsulate arg in struct
Jonathan Tan
1
-4
/
+5
2020-08-24
Merge branch 'jk/unleak-fixes'
Junio C Hamano
1
-5
/
+3
2020-08-13
ls-remote: simplify UNLEAK() usage
Jeff King
1
-5
/
+3
2020-07-28
strvec: convert builtin/ callers away from argv_array name
Jeff King
1
-3
/
+3
2020-05-27
builtin/ls-remote: initialize repository based on fetch
brian m. carlson
1
-0
/
+4
2019-03-21
parse_opt_ref_sorting: always use with NONEG flag
Jeff King
1
-2
/
+1
2018-11-13
Merge branch 'jk/proto-v2-ref-prefix-fix'
Junio C Hamano
1
-8
/
+5
2018-10-31
ls-remote: pass heads/tags prefixes to transport
Jeff King
1
-0
/
+5
2018-10-31
ls-remote: do not send ref prefixes for patterns
Jeff King
1
-8
/
+0
2018-10-19
ls-remote: release memory instead of UNLEAK
Olga Telezhnaya
1
-1
/
+1
2018-05-23
Merge branch 'bw/server-options'
Junio C Hamano
1
-0
/
+4
2018-05-08
Merge branch 'hn/sort-ls-remote'
Junio C Hamano
1
-3
/
+27
[next]