summaryrefslogtreecommitdiffstats
path: root/.tsan-suppressions (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-01difftool: refactor dir-diff to write files using helper functionsDavid Aguilar1-22/+28
2021-10-01difftool: create a tmpdir path without repeated slashesDavid Aguilar2-26/+31
2021-09-23difftool: fix symlink-file writing in dir-diff modeDavid Aguilar2-2/+67
2021-09-15The sixth batchJunio C Hamano1-0/+30
2021-09-13parse-options API: remove OPTION_ARGUMENT featureÆvar Arnfjörð Bjarmason6-28/+3
2021-09-13difftool: use run_command() API in run_file_diff()Ævar Arnfjörð Bjarmason1-7/+6
2021-09-13difftool: prepare "diff" cmdline in cmd_difftool()Jeff King1-8/+7
2021-09-13difftool: prepare "struct child_process" in cmd_difftool()Ævar Arnfjörð Bjarmason1-14/+15
2021-09-10The fifth batchJunio C Hamano1-0/+61
2021-09-08The fourth batchJunio C Hamano1-0/+33
2021-09-08pack-write: skip *.rev work when not writing *.revÆvar Arnfjörð Bjarmason1-0/+3
2021-09-08hash-object: prefix_filename() returns allocated memory these daysJunio C Hamano1-1/+1
2021-09-07Documentation: fix default directory of git bugreport -oBagas Sanjaya1-2/+2
2021-09-07Makefile: remove the check_bindir scriptÆvar Arnfjörð Bjarmason2-15/+1
2021-09-07send-email: fix a "first config key wins" regression in v2.33.0Ævar Arnfjörð Bjarmason2-1/+16
2021-09-07range-diff: avoid segfault with -IRené Scharfe1-0/+3
2021-09-07diff-index: restore -c/--cc options handlingSergey Organov3-14/+8
2021-09-07test-lib-functions: keep user's debugger config files and TERM in 'debug'Philippe Blain2-16/+50
2021-09-07test-lib-functions: optionally keep HOME, TERM and SHELL in 'test_pause'Philippe Blain3-5/+53
2021-09-07test-lib-functions: use 'TEST_SHELL_PATH' in 'test_pause'Philippe Blain1-1/+1
2021-09-06make: add INSTALL_STRIP option variableBagas Sanjaya1-3/+12
2021-09-06apply: resolve trivial merge without hitting ll-merge with "--3way"Junio C Hamano2-0/+66
2021-09-03The third batchJunio C Hamano1-0/+25
2021-09-02remote: avoid -Wunused-but-set-variable in gcc with -DNDEBUGCarlo Marcelo Arenas Belón1-3/+3
2021-09-02gc: remove trailing dot from "gc.log" lineÆvar Arnfjörð Bjarmason1-1/+1
2021-09-01docs: clarify the interaction of transfer.hideRefs and namespacesKim Altintop1-5/+9
2021-09-01upload-pack.c: treat want-ref relative to namespaceKim Altintop2-7/+146
2021-09-01t5730: introduce fetch command helperKim Altintop1-36/+37
2021-08-31mailmap.c: fix a memory leak in free_mailap_{info,entry}()Ævar Arnfjörð Bjarmason1-0/+2
2021-08-31userdiff: support enum keyword in PHP hunk headerUSAMI Kenta2-1/+5
2021-08-31fast-export: fix anonymized tag using original lengthTal Kelrich2-4/+7
2021-08-31protocol-caps.c: fix memory leak in send_info()Ævar Arnfjörð Bjarmason1-2/+3
2021-08-31commit-graph: show "unexpected subcommand" errorÆvar Arnfjörð Bjarmason2-1/+16
2021-08-31commit-graph: show usage on "commit-graph [write|verify] garbage"Ævar Arnfjörð Bjarmason2-0/+9
2021-08-31commit-graph: early exit to "usage" on !argcÆvar Arnfjörð Bjarmason1-6/+7
2021-08-31multi-pack-index: refactor "goto usage" patternÆvar Arnfjörð Bjarmason1-6/+5
2021-08-31commit-graph: use parse_options_concat()Ævar Arnfjörð Bjarmason1-16/+21
2021-08-31commit-graph: remove redundant handling of -hÆvar Arnfjörð Bjarmason1-4/+0
2021-08-31commit-graph: define common usage with a macroÆvar Arnfjörð Bjarmason1-14/+17
2021-08-31sequencer: advise if skipping cherry-picked commitJosh Steadmon7-6/+38
2021-08-31The second batchJunio C Hamano1-0/+29
2021-08-30clone: set submodule.recurse=true if submodule.stickyRecursiveClone enabledMahi Kolla2-0/+17
2021-08-30send-email: avoid incorrect header propagationMarvin Häuser2-9/+62
2021-08-30fetch: skip formatting updated refs with `--quiet`Patrick Steinhardt1-5/+12
2021-08-30merge-recursive: use fspathcmp() in path_hashmap_cmp()René Scharfe1-4/+1
2021-08-30test-lib: set GIT_CEILING_DIRECTORIES to protect the surrounding repositorySZEDER Gábor1-1/+2
2021-08-30doc: fix syntax error and the format of printfZoker1-2/+2
2021-08-30sparse-index: copy dir_hash in ensure_full_index()Jeff Hostetler1-0/+1
2021-08-30builtin/pack-objects.c: remove duplicate hash lookupTaylor Blau2-11/+1
2021-08-30builtin/pack-objects.c: simplify add_objects_in_unpacked_packs()Taylor Blau1-68/+16