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
/
send-pack.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
1
-0
/
+1
2025-07-07
Merge branch 'jk/fix-leak-send-pack'
Junio C Hamano
1
-3
/
+6
2025-07-01
send-pack: clean-up even when taking an early exit
Junio C Hamano
1
-3
/
+5
2025-06-27
send-pack: clean up extra_have oid array
Jacob Keller
1
-0
/
+1
2025-03-07
builtin/send-pack: stop using `the_repository`
Usman Akinyemi
1
-4
/
+3
2024-12-18
send-pack: stop using `the_repository`
Patrick Steinhardt
1
-1
/
+1
2024-09-30
builtin/send-pack: fix leaking list of push options
Patrick Steinhardt
1
-0
/
+1
2024-09-25
send-pack: free cas options before exit
Jeff King
1
-0
/
+1
2024-09-25
fetch-pack, send-pack: clean up shallow oid array
Jeff King
1
-0
/
+1
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-1
/
+5
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-22
builtin/send-pack: fix leaking refspecs
Patrick Steinhardt
1
-0
/
+1
2024-06-07
send-pack: always allocate receive status
Patrick Steinhardt
1
-0
/
+2
2024-01-26
Merge branch 'es/some-up-to-date-messages-must-stay'
Junio C Hamano
1
-0
/
+1
2024-01-12
messages: mark some strings with "up-to-date" not to touch
Junio C Hamano
1
-0
/
+1
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-5
/
+0
2024-01-02
Merge branch 'jc/retire-cas-opt-name-constant'
Junio C Hamano
1
-1
/
+1
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-4
/
+0
2023-12-19
remote.h: retire CAS_OPT_NAME
Junio C Hamano
1
-1
/
+1
2023-12-09
push: drop confusing configset/callback redundancy
Jeff King
1
-15
/
+12
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-2
/
+3
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-28
Merge branch 'jk/fix-proto-downgrade-to-v0'
Junio C Hamano
1
-1
/
+1
2023-03-21
write-or-die.h: move declarations for write-or-die.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-20
treewide: include parse-options.h in source files
SZEDER Gábor
1
-0
/
+1
2023-03-17
git_connect(): fix corner cases in downgrading v2 to v0
Jeff King
1
-1
/
+1
2023-03-17
Merge branch 'jc/gpg-lazy-init'
Junio C Hamano
1
-2
/
+0
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2023-02-09
gpg-interface: lazily initialize and read the configuration
Junio C Hamano
1
-2
/
+0
2022-10-13
doc txt & -h consistency: add missing options and labels
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-02-04
i18n: factorize "invalid value" messages
Jean-Noël Avila
1
-1
/
+1
2021-10-29
Merge branch 'jk/http-push-status-fix'
Junio C Hamano
1
-0
/
+4
2021-10-18
send-pack: complain about "expecting report" with --helper-status
Jeff King
1
-0
/
+4
2021-09-12
send-pack: properly use parse_options() API for usage string
Ævar Arnfjörð Bjarmason
1
-4
/
+4
2021-07-15
send-pack: fix push.negotiate with remote helper
Jonathan Tan
1
-0
/
+1
2020-10-03
push: parse and set flag for "--force-if-includes"
Srinidhi Kaushik
1
-0
/
+6
2020-10-03
push: add reflog check for "--force-if-includes"
Srinidhi Kaushik
1
-0
/
+5
2020-09-25
Merge branch 'jx/proc-receive-hook'
Junio C Hamano
1
-0
/
+19
2020-08-27
New capability "report-status-v2" for git-push
Jiang Xin
1
-0
/
+19
2020-04-28
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
1
-6
/
+4
2020-03-30
oid_array: rename source file from sha1-array
Jeff King
1
-1
/
+1
2019-01-02
pack-protocol.txt: accept error packets in any context
Masaya Suzuki
1
-1
/
+2
2018-08-27
Merge branch 'rs/opt-updates'
Junio C Hamano
1
-1
/
+1
2018-08-21
parseopt: group literal string alternatives in argument help
René Scharfe
1
-1
/
+1
2018-08-17
Merge branch 'rs/parse-opt-lithelp'
Junio C Hamano
1
-1
/
+1
2018-08-03
parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELP
René Scharfe
1
-2
/
+1
2018-08-03
send-pack: specify --force-with-lease argument help explicitly
René Scharfe
1
-2
/
+3
[next]