You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Save `preference.json` to `${XDG_CONFIG_HOME}/SourceGit/`
- Read `external_editors.json` from `${XDG_CONFIG_HOME}/SourceGit/`
- Save avatars to `${XDG_CACHE_HOME}/SourceGit/avatars`
- Save crash logs to `${XDG_CACHE_HOME}/SourceGit/crashes`
- On Linux, `Open Data Storage Directory` menu has two sub-menu items: `Config` and `Cache`
- Auto migrate legacy data dir `~/.sourcegit` to XDG standard
Signed-off-by: leo <longshuang@msn.cn>
> * You can open this data storage directory from the main menu `Open Data Storage Directory`.
@@ -215,7 +215,7 @@ This app supports open repository in external tools listed in the table below.
215
215
216
216
> [!NOTE]
217
217
> This app will try to find those tools based on some pre-defined or expected locations automatically. If you are using one portable version of these tools, it will not be detected by this app.
218
-
> To solve this problem you can add a file named `external_editors.json` in app data storage directory and provide the path directly.
218
+
> To solve this problem you can add a file named `external_editors.json` in app data storage directory (config dir for Linux) and provide the path directly.
219
219
> User can also exclude some editors by using `external_editors.json`.
// Windows and Linux can have multiple instances of SourceGit running (portable-mode), so we need to generate a unique pipe name based on the data directory.
0 commit comments