index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
http-push.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
http-push: clean up local_refs at exit
Jeff King
2024-09-25
1
-1
/
+2
*
http-push: clean up loose request when falling back to packed
Jeff King
2024-09-25
1
-1
/
+2
*
http-push: clean up objects list
Jeff King
2024-09-25
1
-1
/
+5
*
http-push: free xml_ctx.cdata after use
Jeff King
2024-09-25
1
-0
/
+2
*
http-push: free remote_ls_ctx.dentry_name
Jeff King
2024-09-25
1
-0
/
+1
*
http-push: free transfer_request strbuf
Jeff King
2024-09-25
1
-1
/
+4
*
http-push: free transfer_request dest field
Jeff King
2024-09-25
1
-7
/
+3
*
http-push: free curl header lists
Jeff King
2024-09-25
1
-0
/
+5
*
http-push: free repo->url string
Jeff King
2024-09-25
1
-0
/
+1
*
http-push: clear refspecs before exiting
Jeff King
2024-09-25
1
-0
/
+2
*
http: fix leak of http_object_request struct
Jeff King
2024-09-25
1
-2
/
+2
*
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+2
*
global: ensure that object IDs are always padded
Patrick Steinhardt
2024-06-14
1
-0
/
+1
*
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
2024-06-14
1
-1
/
+1
*
Merge branch 'eb/hash-transition'
Junio C Hamano
2024-03-28
1
-1
/
+1
|
\
|
*
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
2023-10-02
1
-1
/
+1
*
|
commit-reach(repo_in_merge_bases_many): report missing commits
Johannes Schindelin
2024-02-28
1
-1
/
+4
*
|
Merge branch 'es/some-up-to-date-messages-must-stay'
Junio C Hamano
2024-01-26
1
-0
/
+2
|
\
\
|
*
|
messages: mark some strings with "up-to-date" not to touch
Junio C Hamano
2024-01-12
1
-0
/
+2
|
*
|
Sync with 2.36.5
Johannes Schindelin
2023-02-06
1
-3
/
+3
|
|
\
\
|
|
*
\
Sync with 2.35.7
Johannes Schindelin
2023-02-06
1
-3
/
+3
|
|
|
\
\
|
|
|
*
|
http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTION
Jeff King
2023-02-06
1
-2
/
+2
|
|
|
*
|
http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUT
Jeff King
2023-02-06
1
-1
/
+1
*
|
|
|
|
http.h: remove unnecessary include
Elijah Newren
2023-12-26
1
-0
/
+1
*
|
|
|
|
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-2
/
+0
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
http-push: mark unused parameter in xml callback
Jeff King
2023-07-14
1
-1
/
+1
*
|
|
|
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
*
|
|
|
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
2023-05-10
1
-0
/
+2
|
\
\
\
\
|
*
|
|
|
diff.h: reduce unnecessary includes
Elijah Newren
2023-04-24
1
-0
/
+1
|
*
|
|
|
commit.h: reduce unnecessary includes
Elijah Newren
2023-04-24
1
-0
/
+1
*
|
|
|
|
Merge branch 'en/header-split-cache-h'
Junio C Hamano
2023-04-25
1
-1
/
+1
|
\
|
|
|
|
|
*
|
|
|
treewide: remove cache.h inclusion due to object.h changes
Elijah Newren
2023-04-11
1
-1
/
+1
|
*
|
|
|
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-7
/
+9
|
|
\
\
\
\
*
|
|
|
|
|
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-04-06
1
-0
/
+2
|
\
|
|
|
|
|
|
*
|
|
|
|
setup.h: move declarations for setup.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
*
|
|
|
|
|
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
2023-04-06
1
-7
/
+9
|
\
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-5
/
+6
|
*
|
|
|
|
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+2
|
*
|
|
|
|
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
*
|
|
|
|
|
http: mark unused parameter in fill_active_slot() callbacks
Jeff King
2023-03-17
1
-1
/
+1
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
/
/
/
*
|
|
|
http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTION
Jeff King
2023-01-17
1
-2
/
+2
*
|
|
|
http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUT
Jeff King
2023-01-17
1
-1
/
+1
|
/
/
/
*
|
|
Merge branch 'ab/plug-leak-in-revisions'
Junio C Hamano
2022-06-07
1
-1
/
+2
|
\
\
\
|
*
|
|
revisions API users: use release_revisions() in http-push.c
Ævar Arnfjörð Bjarmason
2022-04-14
1
-1
/
+2
|
|
/
/
*
|
|
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
2022-05-21
1
-6
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-05-02
1
-6
/
+6
|
|
/
*
/
object-file API: add a format_object_header() function
Ævar Arnfjörð Bjarmason
2022-02-26
1
-1
/
+1
|
/
*
http: rename CURLOPT_FILE to CURLOPT_WRITEDATA
Ævar Arnfjörð Bjarmason
2021-07-31
1
-3
/
+3
[next]