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
|`change_id_min_len`|`int`|`0`|`ChangeID` will be at least this many characters, even if a shorter one would be unique |
39
-
|`fetch_status`|`boolean`|`false`| fetch the local changes |
40
-
|`ignore_working_copy`|`boolean`|`true`| don't snapshot/update the working copy |
41
-
|`native_fallback`|`boolean`|`false`| when set to `true` and `jj.exe` is not available when inside a WSL2 shared Windows drive, we will fallback to the native `jj` executable to fetch data. Not all information can be displayed in this case |
42
-
|`status_formats`|`map[string]string`|| a key, value map allowing to override how individual status items are displayed. For example, `"status_formats": { "Added": "Added: %d" }` will display the added count as `Added: 1` instead of `+1`. See the [Status](#status) section for available overrides |
|`change_id_min_len`|`int`|`0`|`ChangeID` will be at least this many characters, even if a shorter one would be unique |
41
+
|`fetch_status`|`boolean`|`false`| fetch the local changes |
42
+
|`ignore_working_copy`|`boolean`|`true`| don't snapshot/update the working copy |
43
+
|`fetch_ahead_counter`|`boolean`|`false`| fetch a counter for number of changes between working copy and closest bookmark |
44
+
|`ahead_icon`|`string`|`\u21e1`| icon/character between bookmark and ahead counter |
45
+
|`native_fallback`|`boolean`|`false`| when set to `true` and `jj.exe` is not available when inside a WSL2 shared Windows drive, we will fallback to the native `jj` executable to fetch data. Not all information can be displayed in this case |
46
+
|`status_formats`|`map[string]string`|| a key, value map allowing to override how individual status items are displayed. For example, `"status_formats": { "Added": "Added: %d" }` will display the added count as `Added: 1` instead of `+1`. See the [Status](#status) section for available overrides |
0 commit comments