summaryrefslogtreecommitdiffstats
path: root/t
AgeCommit message (Expand)AuthorLines
2024-12-02fetch: add configuration for set_head behaviourBence Ferdinandy-0/+102
2024-12-02worktree: refactor `repair_worktree_after_gitdir_move()`Caleb White-4/+18
2024-12-02worktree: add relative cli/config options to `repair` commandCaleb White-0/+39
2024-12-02worktree: add relative cli/config options to `move` commandCaleb White-0/+25
2024-12-02worktree: add relative cli/config options to `add` commandCaleb White-40/+70
2024-12-02setup: correctly reinitialize repository versionCaleb White-3/+3
2024-11-28transport: propagate fsck configuration during bundle fetchJustin Tobler-0/+7
2024-11-27Merge branch 'bf/set-head-symref' into bf/fetch-set-head-configJunio C Hamano-17/+221
2024-11-27Merge branch 'kn/ref-transaction-hook-with-reflog'Junio C Hamano-2/+0
2024-11-27Merge branch 'jt/index-pack-allow-promisor-only-while-fetching'Junio C Hamano-3/+1
2024-11-27Merge branch 'en/fast-import-avoid-self-replace'Junio C Hamano-0/+28
2024-11-27Merge branch 'ps/clar-build-improvement'Junio C Hamano-50/+63
2024-11-26Sync with 2.46.3Johannes Schindelin-19/+68
2024-11-26Sync with 2.45.3Johannes Schindelin-19/+68
2024-11-26Sync with 2.44.3Johannes Schindelin-19/+68
2024-11-26Sync with 2.43.6Johannes Schindelin-19/+68
2024-11-26Sync with 2.42.4Johannes Schindelin-19/+68
2024-11-26Sync with 2.41.3Johannes Schindelin-19/+68
2024-11-26Sync with 2.40.4Johannes Schindelin-19/+68
2024-11-26credential: disallow Carriage Returns in the protocol by defaultJohannes Schindelin-0/+16
2024-11-26credential: sanitize the user promptJohannes Schindelin-18/+38
2024-11-26credential_format(): also encode <host>[:<port>]Johannes Schindelin-0/+13
2024-11-26reftable/merged: drain priority queue on reseekPatrick Steinhardt-0/+73
2024-11-26builtin: pass repository to sub commandsKarthik Nayak-3/+5
2024-11-26fast-import: disallow "." and ".." path componentsElijah Newren-0/+20
2024-11-26bisect: address Coverity warning about potential double freePatrick Steinhardt-0/+5
2024-11-26Merge branch 'ps/leakfixes-part-10' into ps/bisect-double-free-fixJunio C Hamano-1041/+94
2024-11-26sequencer: comment commit messages properlyKristoffer Haugsbakk-0/+15
2024-11-26sequencer: comment `--reference` subject line properlyKristoffer Haugsbakk-0/+14
2024-11-26sequencer: comment checked-out branch properlyKristoffer Haugsbakk-0/+19
2024-11-25t7900: fix host-dependent behaviour when testing git-maintenance(1)Patrick Steinhardt-2/+7
2024-11-25Merge branch 'ak/typofixes' into maint-2.47Junio C Hamano-10/+10
2024-11-25git-mergetool--lib.sh: add error message if 'setup_user_tool' failsPhilippe Blain-0/+8
2024-11-25fetch set_head: handle mirrored bare repositoriesBence Ferdinandy-0/+10
2024-11-25fetch: set remote/HEAD if it does not existBence Ferdinandy-17/+135
2024-11-25remote set-head: better output for --autoBence Ferdinandy-1/+62
2024-11-25t/t5505-remote: test failure of set-headBence Ferdinandy-0/+12
2024-11-25t/t5505-remote: set default branch to mainBence Ferdinandy-0/+3
2024-11-22Merge branch 'tb/multi-pack-reuse-dupfix'Junio C Hamano-0/+22
2024-11-22Merge branch 'sm/difftool'Junio C Hamano-0/+4
2024-11-22Merge branch 'jk/fetch-prefetch-double-free-fix'Junio C Hamano-0/+4
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-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt-928/+0
2024-11-21test-lib: unconditionally enable leak checkingPatrick Steinhardt-96/+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-21t/helper: fix leaking commit graph in "read-graph" subcommandPatrick Steinhardt-2/+1
2024-11-21split-index: fix memory leak in `move_cache_to_base_index()`Patrick Steinhardt-0/+1