1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# gitpane configuration
# gitpane checks (in order): $GITPANE_CONFIG, $XDG_CONFIG_HOME/gitpane/config.toml,
# ~/.config/gitpane/config.toml, then the OS-native location. See README "Configuration".
# Directories to scan for git repositories
= ["~/Code"]
# Maximum depth to walk when discovering repos (default: 2)
= 2
# Repos to always show at the top of the list
= []
# Patterns to exclude from repo discovery
# Matches against repo directory name or any path component
= ["node_modules", ".cargo"]
[]
# Filesystem change debounce interval in milliseconds (default: 500)
= 500
# Minimum time between watcher-triggered status refreshes for the same repo
# in milliseconds (default: 5000)
= 5000
# Watch every gitignore-aware worktree directory for nested file changes.
# Disabled by default to keep Linux inotify quiet in busy generated workspaces.
# Local status polling still catches nested changes (default: false).
= false
# Local status poll interval in seconds — catches missed watcher events (default: 5)
= 5
# Remote fetch poll interval in seconds — updates ahead/behind from origin (default: 30)
= 30
# Minimum seconds between two auto-rescans triggered by root-dir filesystem
# changes (new clones, deleted repos). Higher values reduce wasted scans
# during long operations; lower values shorten the delay before a freshly
# cloned repo appears in the list (default: 5).
= 5
[]
# Terminal refresh rate in frames per second (default: 10)
= 10
# Check GitHub for newer releases on startup (default: true)
= true
# Where to show the update notification: "top-right" or "top-left" (default: "top-right")
= "top-right"
[]
# Branch filter for commit graph: "all", "local", "remote", or "none" (default: "all")
= "all"
# Max length for branch/tag labels in the graph (default: 24)
= 24
# Show +N/-M diff stats per commit (default: true)
= true