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