summaryrefslogtreecommitdiffstats
path: root/notes-cache.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-10The fifth batchJunio C Hamano1-0/+61
2021-09-10pack-objects: rename .idx files into place after .bitmap filesÆvar Arnfjörð Bjarmason1-1/+2
2021-09-10pack-write: split up finish_tmp_packfile() functionÆvar Arnfjörð Bjarmason4-13/+39
2021-09-10builtin/index-pack.c: move `.idx` files into place lastTaylor Blau1-2/+2
2021-09-10index-pack: refactor renaming in final()Ævar Arnfjörð Bjarmason1-25/+23
2021-09-10builtin/repack.c: move `.idx` files into place lastTaylor Blau1-1/+1
2021-09-10pack-write.c: rename `.idx` files after `*.rev`Taylor Blau1-1/+1
2021-09-10pack-write: refactor renaming in finish_tmp_packfile()Ævar Arnfjörð Bjarmason3-24/+23
2021-09-10bulk-checkin.c: store checksum directlyTaylor Blau1-6/+6
2021-09-10pack-bitmap: drop bitmap_index argument from try_partial_reuse()Jeff King1-3/+2
2021-09-10pack-bitmap: drop repository argument from prepare_midx_bitmap_git()Jeff King3-5/+3
2021-09-09pack.h: line-wrap the definition of finish_tmp_packfile()Ævar Arnfjörð Bjarmason1-1/+6
2021-09-09entry: show finer-grained counter in "Filtering content" progress lineSZEDER Gábor1-7/+5
2021-09-09commit-graph: fix bogus counter in "Scanning merged commits" progress lineSZEDER Gábor1-1/+1
2021-09-08The fourth batchJunio C Hamano1-0/+33
2021-09-08t7814: show lack of alternate ODB-addingJonathan Tan1-0/+3
2021-09-08submodule-config: pass repo upon blob config readJonathan Tan3-9/+19
2021-09-08grep: add repository to OID grep sourcesJonathan Tan3-12/+27
2021-09-08grep: allocate subrepos on heapJonathan Tan1-9/+30
2021-09-08grep: read submodule entry with explicit repoJonathan Tan1-5/+5
2021-09-08grep: typesafe versions of grep_source_initJonathan Tan3-23/+34
2021-09-08grep: use submodule-ODB-as-alternate lazy-additionJonathan Tan3-1/+7
2021-09-08submodule: lazily add submodule ODBs as alternatesJonathan Tan4-1/+41
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-07tr2: log N parent process names on LinuxÆvar Arnfjörð Bjarmason1-17/+132
2021-09-07tr2: do compiler enum check in trace2_collect_process_info()Ævar Arnfjörð Bjarmason1-6/+7
2021-09-07tr2: leave the parent list empty upon failure & don't leak memoryÆvar Arnfjörð Bjarmason1-3/+5
2021-09-07tr2: stop leaking "thread_name" memoryÆvar Arnfjörð Bjarmason1-0/+1
2021-09-07tr2: clarify TRACE2_PROCESS_INFO_EXIT comment under LinuxÆvar Arnfjörð Bjarmason1-1/+5
2021-09-07tr2: remove NEEDSWORK comment for "non-procfs" implementationsÆvar Arnfjörð Bjarmason1-1/+0
2021-09-07bundle: show progress on "unbundle"Ævar Arnfjörð Bjarmason2-1/+8
2021-09-07index-pack: add --progress-title optionÆvar Arnfjörð Bjarmason2-0/+12
2021-09-07bundle API: change "flags" to be "extra_index_pack_args"Ævar Arnfjörð Bjarmason4-10/+19
2021-09-07maintenance: add support for systemd timers on LinuxLénaïc Huard3-11/+330
2021-09-07maintenance: `git maintenance run` learned `--scheduler=<scheduler>`Lénaïc Huard3-75/+354
2021-09-07cache.h: Introduce a generic "xdg_config_home_for(…)" functionLénaïc Huard2-3/+17
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-03developer: enable pedantic by defaultCarlo Marcelo Arenas Belón2-3/+5
2021-09-03win32: allow building with pedantic mode enabledCarlo Marcelo Arenas Belón3-7/+10