Results 1791 comments of Sebastian Thiel

I agree, it sounds like it would be useful to not show untracked files. As a side-effect, the `gix status` operation would be faster as it won't have to traverse...

Thanks for reporting, and thanks for doing a first analysis, @EliahKagan! My intuition here would be to see what Git does if it encounters an unknown encoding. My guess would...

> In my experiment ([#1798 (comment)](https://github.com/GitoxideLabs/gitoxide/issues/1798#issuecomment-2608702797)), `git clone` reported success and did not show any error messages. This was with Git 2.48.1 on Arch Linux. Right! My thought was to...

Thanks a lot for researching this! > This is not decisive--maybe `git` doesn't check if the encoding exists when the file is empty, or maybe it doesn't use it at...

> Would it be a bug not to fail to check out files for which an unrecognized encoding is specified, even if no line-ending normalization or other transformation would require...

Thanks a lot for reporting! Currently, the oplog creates a snapshot of the entire working tree, including all untracked files, so it's able to restore it later. I don't know,...

Thanks a lot for reporting! I believe this is a known issue in the underlying `tauri` framework, but unfortunately I wasn't able to find their tracking issue for this.

Thanks for the reminder, I absolutely agree that `gitoxide` will eventually have to learn it.

Thanks a lot for reporting! I think @mtsgrd has a lot of insights here.

Thanks a lot for the suggestion! I myself already tried to vibe-code it, and it turns out that implementing this so it's fast seems to be the major hurdle here....