summaryrefslogtreecommitdiffstats
path: root/versioncmp.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-06The eleventh batchJunio C Hamano1-0/+4
2024-06-04imap-send: minimum leakfixJunio C Hamano1-0/+1
2024-06-03The tenth batchJunio C Hamano1-9/+11
2024-06-01run-command: show prepared commandIan Wienand2-0/+14
2024-06-01Documentation: alias: add notes on shell expansionIan Wienand1-0/+14
2024-05-31t1517: more coverage for commands that work without repositoryJunio C Hamano1-0/+52
2024-05-31Git 2.39.5v2.39.5Junio C Hamano3-2/+28
2024-05-30The ninth batchJunio C Hamano1-3/+25
2024-05-30pack-bitmap.c: reimplement `midx_bitmap_filename()` with helperTaylor Blau1-3/+2
2024-05-30midx: replace `get_midx_rev_filename()` with a generic helperTaylor Blau3-6/+13
2024-05-30midx-write.c: support reading an existing MIDX with `packs_to_include`Taylor Blau1-31/+11
2024-05-30midx-write.c: extract `fill_packs_from_midx()`Taylor Blau1-30/+38
2024-05-30midx-write.c: extract `should_include_pack()`Taylor Blau1-20/+28
2024-05-30midx-write.c: pass `start_pack` to `compute_sorted_entries()`Taylor Blau1-4/+6
2024-05-30midx-write.c: reduce argument count for `get_sorted_entries()`Taylor Blau1-26/+19
2024-05-30midx-write.c: tolerate `--preferred-pack` without bitmapsTaylor Blau2-1/+30
2024-05-30mv: replace src_dir with a strvecJeff King1-6/+4
2024-05-30mv: factor out empty src_dir removalJeff King1-19/+23
2024-05-30mv: move src_dir cleanup to end of cmd_mv()Jeff King1-1/+1
2024-05-30t-strvec: mark variable-arg helper with LAST_ARG_MUST_BE_NULLJeff King1-0/+1
2024-05-30t-strvec: use va_end() to match va_start()Jeff King1-0/+2
2024-05-30t: improve the test-case for parse_names()Chandra Pratap1-2/+4
2024-05-30t: add test for put_be16()Chandra Pratap1-0/+11
2024-05-30t: move tests from reftable/record_test.c to the new unit testChandra Pratap2-44/+33
2024-05-30t: move tests from reftable/stack_test.c to the new unit testChandra Pratap2-28/+22
2024-05-30t: move reftable/basics_test.c to the unit testing frameworkChandra Pratap3-24/+20
2024-05-29t/: migrate helper/test-{sha1, sha256} to unit-tests/t-hashGhanshyam Thakkar3-56/+85
2024-05-29strbuf: introduce strbuf_addstrings() to repeatedly add a stringGhanshyam Thakkar4-7/+16
2024-05-28The eighth batchJunio C Hamano1-0/+35
2024-05-27builtin/mv: fix leaks for submodule gitfile pathsPatrick Steinhardt5-19/+30
2024-05-27builtin/mv: refactor to use `struct strvec`Patrick Steinhardt8-67/+68
2024-05-27builtin/mv duplicate string list memoryPatrick Steinhardt1-6/+13
2024-05-27builtin/mv: refactor `add_slash()` to always return allocated stringsPatrick Steinhardt1-18/+20
2024-05-27strvec: add functions to replace and remove stringsPatrick Steinhardt6-0/+329
2024-05-27submodule: fix leaking memory for submodule entriesPatrick Steinhardt5-0/+6
2024-05-27commit-reach: fix memory leak in `ahead_behind()`Patrick Steinhardt2-0/+6
2024-05-27builtin/credential: clear credential before exitPatrick Steinhardt2-0/+4
2024-05-27config: plug various memory leaksPatrick Steinhardt13-12/+40
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt30-92/+96
2024-05-27builtin/log: stop using globals for format configPatrick Steinhardt1-202/+265
2024-05-27builtin/log: stop using globals for log configPatrick Steinhardt1-103/+156
2024-05-27convert: refactor code to clarify ownership of check_roundtrip_encodingPatrick Steinhardt4-15/+19
2024-05-27diff: refactor code to clarify memory ownership of prefixesPatrick Steinhardt1-8/+10
2024-05-27config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt18-39/+44
2024-05-27http: refactor code to clarify memory ownershipPatrick Steinhardt1-30/+32
2024-05-27checkout: clarify memory ownership in `unique_tracking_name()`Patrick Steinhardt14-20/+34
2024-05-27strbuf: fix leak when `appendwholeline()` fails with EOFPatrick Steinhardt2-1/+5
2024-05-27t: mark a bunch of tests as leak-freePatrick Steinhardt11-0/+13
2024-05-27transport-helper: fix leaking helper namePatrick Steinhardt278-3170/+6883
2024-05-27ci: add missing dependency for TTY prereqPatrick Steinhardt1-2/+2