On Mon, Mar 28, 2022 at 4:07 AM Jiang Xin <worldhello.net@xxxxxxxxx> wrote: > > On Sat, Mar 12, 2022 at 6:25 AM Neeraj Singh via GitGitGadget > <gitgitgadget@xxxxxxxxx> wrote: > > @@ -1613,6 +1687,8 @@ static int git_default_core_config(const char *var, const char *value, void *cb) > > } > > > > if (!strcmp(var, "core.fsyncobjectfiles")) { > > + if (fsync_object_files < 0) > > + warning(_("core.fsyncobjectfiles is deprecated; use core.fsync instead")); > > s/core.fsyncobjectfiles/core.fsyncObjectFiles/ to use bumpyCaps for > config variable in documentation. THanks for pointing this out. I'll fix it.