summaryrefslogtreecommitdiffstats
path: root/http.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-25http: fix leak of http_object_request structJeff King5-11/+17
2024-09-25http: fix leak when redacting cookies from curl traceJeff King1-0/+1
2024-09-25transport-helper: fix leak of dummy refs_listJeff King1-2/+8
2024-09-25fetch-pack: clear pack lockfiles listJeff King1-0/+1
2024-09-25fetch: free "raw" string when shrinking refspecJeff King4-2/+4
2024-09-25transport-helper: fix strbuf leak in push_refs_with_push()Jeff King2-0/+2
2024-09-25send-pack: free cas options before exitJeff King4-1/+4
2024-09-25commit: avoid leaking already-saved bufferJeff King2-1/+3
2024-09-25fetch-pack, send-pack: clean up shallow oid arrayJeff King3-0/+3
2024-09-25fetch-pack: free object filter before exitingJeff King2-0/+2
2024-09-25connect: clear child process before freeing in diagnostic modeJeff King1-0/+1
2024-09-25fetch-pack: fix leaking sought refsPatrick Steinhardt3-2/+21
2024-09-25shallow: fix leak when unregistering last shallow rootPatrick Steinhardt1-3/+2
2024-09-25http-fetch: clear leaking git-index-pack(1) argumentsPatrick Steinhardt1-5/+11
2024-09-25send-email: document --mailmap and associated configurationJacob Keller2-0/+21
2024-09-24builtin: fix typosAndrew Kreimer4-4/+4
2024-09-23Documentation/technical: fix a typoAndrew Kreimer1-1/+1
2024-09-23The 20th batchJunio C Hamano1-0/+14
2024-09-23Git 2.46.2v2.46.2Junio C Hamano2-1/+13
2024-09-23diff: report modified binary files as changes in builtin_diff()René Scharfe2-0/+9
2024-09-20ci: update FreeBSD image to 13.4Carlo Marcelo Arenas Belón1-1/+1
2024-09-20The 19th batchJunio C Hamano1-4/+20
2024-09-19gitlab-ci: upgrade machine type of Linux runnersPatrick Steinhardt1-0/+2
2024-09-19ref-filter: fix a typoAndrew Kreimer1-1/+1
2024-09-19upload-pack: fix a typoAndrew Kreimer1-1/+1
2024-09-19sideband: fix a typoAndrew Kreimer1-1/+1
2024-09-19setup: fix a typoAndrew Kreimer1-1/+1
2024-09-19run-command: fix a typoAndrew Kreimer1-1/+1
2024-09-19revision: fix a typoAndrew Kreimer1-1/+1
2024-09-19refs: fix typosAndrew Kreimer1-3/+3
2024-09-19rebase: fix a typoAndrew Kreimer1-1/+1
2024-09-19read-cache-ll: fix a typoAndrew Kreimer1-1/+1
2024-09-19pretty: fix a typoAndrew Kreimer1-1/+1
2024-09-19object-file: fix a typoAndrew Kreimer1-1/+1
2024-09-19merge-ort: fix typosAndrew Kreimer1-2/+2
2024-09-19merge-ll: fix a typoAndrew Kreimer1-1/+1
2024-09-19http: fix a typoAndrew Kreimer1-1/+1
2024-09-19gpg-interface: fix a typoAndrew Kreimer1-1/+1
2024-09-19git-p4: fix typosAndrew Kreimer1-2/+2
2024-09-19git-instaweb: fix a typoAndrew Kreimer1-1/+1
2024-09-19fsmonitor-settings: fix a typoAndrew Kreimer1-1/+1
2024-09-19diffcore-rename: fix typosAndrew Kreimer1-2/+2
2024-09-19config.mak.dev: fix a typoAndrew Kreimer1-1/+1
2024-09-19cmake: generalize the handling of the `UNIT_TEST_OBJS` listJohannes Schindelin1-3/+4
2024-09-19cmake: stop looking for `REFTABLE_TEST_OBJS` in the MakefileJohannes Schindelin1-5/+1
2024-09-19cmake: rename clar-related variables to avoid confusionJohannes Schindelin1-6/+6
2024-09-19The eighteenth batchJunio C Hamano1-0/+5
2024-09-17apply: refactor `struct image` to use a `struct strbuf`Patrick Steinhardt6-123/+79
2024-09-17apply: rename members that track line count and allocation lengthPatrick Steinhardt1-46/+45
2024-09-17apply: refactor code to drop `line_allocated`Patrick Steinhardt1-19/+14