index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
http-backend.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
environment: make `get_object_directory()` accept a repository
Patrick Steinhardt
2024-09-12
1
-1
/
+1
*
refs: add referent to each_ref_fn
John Cai
2024-08-09
1
-2
/
+2
*
Merge branch 'ps/use-the-repository'
Junio C Hamano
2024-07-02
1
-0
/
+2
|
\
|
*
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+2
*
|
global: improve const correctness when assigning string constants
Patrick Steinhardt
2024-06-07
1
-1
/
+1
|
/
*
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-05-07
1
-5
/
+8
*
http-backend: new rpc-service for git-upload-archive
Jiang Xin
2024-01-22
1
-3
/
+10
*
Merge branch 'tb/refs-exclusion-and-packed-refs'
Junio C Hamano
2023-07-21
1
-1
/
+1
|
\
|
*
refs.h: let `for_each_namespaced_ref()` take excluded patterns
Taylor Blau
2023-07-10
1
-1
/
+1
*
|
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
|
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
|
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
*
|
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
|
/
*
treewide: remove cache.h inclusion due to git-zlib changes
Elijah Newren
2023-04-11
1
-1
/
+1
*
git-zlib: move declarations for git-zlib functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
write-or-die.h: move declarations for write-or-die.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
2023-03-21
1
-1
/
+1
*
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
2023-03-17
1
-4
/
+4
|
\
|
*
http-backend: mark unused parameters in virtual functions
Jeff King
2023-02-24
1
-3
/
+3
|
*
http-backend: mark argc/argv unused
Jeff King
2023-02-24
1
-1
/
+1
*
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
*
|
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-1
/
+2
|
/
*
http-backend.c: fix cmd_main() memory leak, refactor reg{exec,free}()
Ævar Arnfjörð Bjarmason
2023-02-07
1
-2
/
+5
*
http-backend.c: fix "dir" and "cmd_arg" leaks in cmd_main()
Ævar Arnfjörð Bjarmason
2023-02-07
1
-0
/
+2
*
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-1
/
+1
*
refs: mark unused each_ref_fn parameters
Jeff King
2022-08-19
1
-1
/
+1
*
run-command API: rename "env_array" to "env"
Ævar Arnfjörð Bjarmason
2022-06-02
1
-2
/
+2
*
date API: create a date.h, split from cache.h
Ævar Arnfjörð Bjarmason
2022-02-16
1
-0
/
+1
*
Merge branch 'ab/usage-die-message'
Junio C Hamano
2022-01-10
1
-1
/
+2
|
\
|
*
usage.c API users: use die_message() for "fatal :" + exit 128
Ævar Arnfjörð Bjarmason
2021-12-07
1
-1
/
+2
*
|
run-command API users: use strvec_pushv(), not argv assignment
Ævar Arnfjörð Bjarmason
2021-11-26
1
-1
/
+1
|
/
*
http-backend: remove a duplicated code branch
Robin Dupret
2021-10-25
1
-3
/
+1
*
Merge branch 'jk/http-server-protocol-versions'
Junio C Hamano
2021-09-23
1
-0
/
+4
|
\
|
*
http-backend: handle HTTP_GIT_PROTOCOL CGI variable
Jeff King
2021-09-11
1
-0
/
+4
*
|
upload-pack: document and rename --advertise-refs
Ævar Arnfjörð Bjarmason
2021-08-05
1
-1
/
+1
*
|
serve.[ch]: remove "serve_options", split up --advertise-refs code
Ævar Arnfjörð Bjarmason
2021-08-05
1
-1
/
+1
|
/
*
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-1
/
+1
*
strvec: fix indentation in renamed calls
Jeff King
2020-07-29
1
-1
/
+1
*
strvec: convert more callers away from argv_array name
Jeff King
2020-07-29
1
-2
/
+2
*
strvec: rename files from argv-array to strvec
Jeff King
2020-07-29
1
-1
/
+1
*
http-backend: allow 64-character hex names
brian m. carlson
2019-04-01
1
-0
/
+3
*
Merge branch 'mk/http-backend-kill-children-before-exit'
Junio C Hamano
2019-01-04
1
-0
/
+2
|
\
|
*
http-backend: enable cleaning up forked upload/receive-pack on exit
Max Kirillov
2018-11-26
1
-0
/
+2
*
|
Merge branch 'ds/multi-pack-index'
Junio C Hamano
2018-09-17
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
treewide: use get_all_packs
Derrick Stolee
2018-08-21
1
-2
/
+2
*
|
Merge branch 'mk/http-backend-content-length'
Junio C Hamano
2018-09-10
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
http-backend: allow empty CONTENT_LENGTH
Max Kirillov
2018-09-07
1
-1
/
+1
*
|
Merge branch 'mk/http-backend-content-length'
Junio C Hamano
2018-08-17
1
-14
/
+86
|
\
|
[next]