summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-11-25completion: complete '--tool-help' in 'git mergetool'Philippe Blain1-1/+1
2024-11-25fetch set_head: handle mirrored bare repositoriesBence Ferdinandy2-5/+21
2024-11-25fetch: set remote/HEAD if it does not existBence Ferdinandy12-17/+203
2024-11-25refs: add create_only option to refs_update_symref_extendedBence Ferdinandy3-11/+26
2024-11-25refs: add TRANSACTION_CREATE_EXISTS errorBence Ferdinandy3-11/+23
2024-11-25remote set-head: better output for --autoBence Ferdinandy2-13/+109
2024-11-25remote set-head: refactor for readabilityBence Ferdinandy1-11/+12
2024-11-25refs: atomically record overwritten ref in update_symrefBence Ferdinandy2-2/+24
2024-11-25refs: standardize output of refs_read_symbolic_refBence Ferdinandy4-6/+23
2024-11-25t/t5505-remote: test failure of set-headBence Ferdinandy2-1/+13
2024-11-25t/t5505-remote: set default branch to mainBence Ferdinandy1-0/+3
2024-11-24gitk: check main window visibility before waiting for it to showTobias Pietzsch1-1/+1
2024-11-24Makefile(s): avoid recipe prefix in conditional statementsTaylor Blau1-2/+2
2024-11-24doc: switch links to httpsJosh Soref1-1/+1
2024-11-24doc: update links to current pagesJosh Soref1-1/+1
2024-11-22The eleventh batchJunio C Hamano1-0/+14
2024-11-22Merge branch 'tb/multi-pack-reuse-dupfix'Junio C Hamano2-55/+62
2024-11-22Merge branch 'sm/difftool'Junio C Hamano2-4/+6
2024-11-22Merge branch 'jk/fetch-prefetch-double-free-fix'Junio C Hamano6-38/+30
2024-11-22Merge branch 'jk/test-malloc-debug-check'Junio C Hamano1-47/+50
2024-11-22t/perf: use 'test_file_size' in more placesTaylor Blau2-2/+2
2024-11-22pack-bitmap.c: typofix in `find_boundary_objects()`Taylor Blau1-1/+1
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt928-928/+0
2024-11-21test-lib: unconditionally enable leak checkingPatrick Steinhardt4-97/+1
2024-11-21t: remove unneeded !SANITIZE_LEAK prerequisitesPatrick Steinhardt3-11/+11
2024-11-21t: mark some tests as leak freePatrick Steinhardt2-0/+2
2024-11-21t5601: work around leak sanitizer issuePatrick Steinhardt1-11/+15
2024-11-21git-compat-util: drop now-unused `UNLEAK()` macroPatrick Steinhardt2-35/+0
2024-11-21global: drop `UNLEAK()` annotationPatrick Steinhardt2-2/+0
2024-11-21t/helper: fix leaking commit graph in "read-graph" subcommandPatrick Steinhardt1-2/+1
2024-11-21builtin/branch: fix leaking sorting optionsPatrick Steinhardt1-11/+22
2024-11-21builtin/init-db: fix leaking directory pathsPatrick Steinhardt1-15/+19
2024-11-21builtin/help: fix leaks in `check_git_cmd()`Patrick Steinhardt1-6/+7
2024-11-21help: fix leaking return value from `help_unknown_cmd()`Patrick Steinhardt3-6/+7
2024-11-21help: fix leaking `struct cmdnames`Patrick Steinhardt1-0/+4
2024-11-21help: refactor to not use globals for reading configPatrick Steinhardt1-23/+24
2024-11-21builtin/sparse-checkout: fix leaking sanitized patternsPatrick Steinhardt1-22/+39
2024-11-21split-index: fix memory leak in `move_cache_to_base_index()`Patrick Steinhardt2-1/+6
2024-11-21git: refactor builtin handling to use a `struct strvec`Patrick Steinhardt2-35/+31
2024-11-21git: refactor alias handling to use a `struct strvec`Patrick Steinhardt2-26/+33
2024-11-21strvec: introduce new `strvec_splice()` functionPatrick Steinhardt3-0/+93
2024-11-21line-log: fix leak when rewriting commit parentsPatrick Steinhardt2-0/+2
2024-11-21bisect: fix various cases where we leak commit list itemsPatrick Steinhardt2-8/+23
2024-11-21bisect: fix leaking commit list items in `check_merge_base()`Patrick Steinhardt1-2/+2
2024-11-21bisect: fix multiple leaks in `bisect_next_all()`Patrick Steinhardt1-2/+3
2024-11-21bisect: fix leaking `current_bad_oid`Patrick Steinhardt1-0/+1
2024-11-21bisect: fix leaking string in `handle_bad_merge_base()`Patrick Steinhardt1-0/+2
2024-11-21bisect: fix leaking good/bad terms when reading multipe timesPatrick Steinhardt3-8/+12
2024-11-21builtin/blame: fix leaking blame entries with `--incremental`Patrick Steinhardt4-7/+10
2024-11-21ref: add symlink ref content check for files backendshejialuo4-4/+182