dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit db8273b0f3e888b69561784e44fa8c8b42278338
parent 9f49fa47b493280783257d03e98cfeeeca30ad96
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue,  8 Sep 2026 09:44:42 +0900

git: use files format instead of newer reftable

The reftable format breaks neovim's Lazy plugin manager. Revert this
once Lazy has fixed it.

Diffstat:

M.config/git/config | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.config/git/config b/.config/git/config @@ -26,6 +26,9 @@ process = git-lfs filter-process [grep] lineNumber = true +[init] + # Eliminate this override once Lazy can handle git reftable format. + defaultRefFormat = files [merge] conflictStyle = zdiff3 stat = true