pravic

Results 263 comments of pravic

It looks like here, but now sure, why: https://github.com/sciter-sdk/go-sciter/blob/a04e052a28133d8a79c82b53fc861d1e473c0499/sciter.go#L1095-L1100

Guess, it's issue of Sciter. It is better to report on [sciter forums](https://sciter.com/forums/forum/bug-reports/).

Also beware the casing: > git config --global --add safe.directory d:/Repositories/MyRepo > git config --global --add safe.directory D:/Repositories/MyRepo The first path will not work. But GitExtensions shows the full path...

Also, it's possible to ignore all directories and forget about this problem whatsoever: ``` git config --global --add safe.directory * ```

@ghd796 It does work for me. git version 2.36.0.windows.1 .gitconfig: ```ini [safe] directory = * ```

Also experience from TC: when you enter an empty directory, you can go back simply by pressing _Enter_ (the same way as you've entered). Here, I have a "No file...

Of course. I was talking about "user experience" (i.e. observable behaviour which can be expectable in similar programs).

Yes, I confirm it: having to press one button (Enter) instead of two (Enter+Backspace) in order to go back from an empty directory is priceless. @mherrmann Is there a way...

> Or do you mean the Enter is to open the empty directory in the first place? This. How else would you enter a directory? :) As for instructions -...

Works like a charm. Thanks!