File: git.toml

package info (click to toggle)
jujutsu 0.30.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 9,756 kB
  • sloc: sh: 283; makefile: 31
file content (12 lines) | stat: -rw-r--r-- 319 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#:schema ../../../src/config-schema.json
[git]
auto-local-bookmark = true
abandon-unreachable-commits = false
push-bookmark-prefix = ""
push-new-bookmarks = true
fetch = ["origin", "fork"]
push = "fork"
sign-on-push = true
subprocess = false
write-change-id-header = true
executable-path = "/home/linus/.local/bin/git"