index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
transport-helper.c
Age
Commit message (
Expand
)
Author
2026-03-12
transport-helper, connect: use clean_on_exit to reap children on abnormal exit
Andrew Au
2025-09-24
packfile: split up responsibilities of `reprepare_packed_git()`
Patrick Steinhardt
2025-05-15
Avoid redundant conditions
Johannes Schindelin
2025-03-21
refspec: replace `refspec_init()` with fetch/push variants
Taylor Blau
2025-03-21
refspec: treat 'fetch' as a Boolean value
Taylor Blau
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-11-04
transport-helper: fix leaking import/export marks
Patrick Steinhardt
2024-09-25
transport-helper: fix leak of dummy refs_list
Jeff King
2024-09-25
transport-helper: fix strbuf leak in push_refs_with_push()
Jeff King
2024-09-23
Merge branch 'jk/diag-unexpected-remote-helper-death'
Junio C Hamano
2024-09-14
print an error when remote helpers die during capabilities
Jeff King
2024-09-12
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-05-27
transport-helper: fix leaking helper name
Patrick Steinhardt
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-04-03
Merge branch 'jk/remote-helper-object-format-option-fix'
Junio C Hamano
2024-03-20
transport-helper: send "true" value for object-format option
Jeff King
2024-03-20
transport-helper: use write helpers more consistently
Jeff King
2024-03-15
Merge branch 'as/option-names-in-messages'
Junio C Hamano
2024-03-05
transport-helper.c: trivial fix of error message
Alexander Shopov
2024-02-02
Merge branch 'jk/fetch-auto-tag-following-fix'
Junio C Hamano
2024-01-30
Merge branch 'jx/remote-archive-over-smart-http'
Junio C Hamano
2024-01-24
transport-helper: re-examine object dir after fetching
Jeff King
2024-01-22
transport-helper: call do_take_over() in process_connect
Jiang Xin
2024-01-22
transport-helper: call do_take_over() in connect_helper
Jiang Xin
2024-01-22
transport-helper: protocol v2 supports upload-archive
Jiang Xin
2024-01-22
transport-helper: no connection restriction in connect_helper
Jiang Xin
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-06-21
diff.h: remove unnecessary include of oidset.h
Elijah Newren
2023-04-11
treewide: remove cache.h inclusion due to object-name.h changes
Elijah Newren
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2022-12-25
clone: request the 'bundle-uri' command when available
Ævar Arnfjörð Bjarmason
2022-09-12
list-objects-filter: add and use initializers
Jeff King
2022-06-02
run-command API: rename "env_array" to "env"
Ævar Arnfjörð Bjarmason
2022-03-28
fetch: add --refetch option
Robert Coup
2021-10-29
Merge branch 'jk/http-push-status-fix'
Junio C Hamano
2021-10-18
transport-helper: recognize "expecting report" error from send-pack
Jeff King
2021-08-05
transport: use designated initializers
Ævar Arnfjörð Bjarmason
2021-08-05
transport: rename "fetch" in transport_vtable to "fetch_refs"
Ævar Arnfjörð Bjarmason
2021-05-05
fetch: teach independent negotiation (no packfile)
Jonathan Tan
2021-03-13
use CALLOC_ARRAY
René Scharfe
2021-02-05
connect, transport: encapsulate arg in struct
Jonathan Tan
[next]