-
Notifications
You must be signed in to change notification settings - Fork 0
/
Git.sublime-settings
45 lines (34 loc) · 1.64 KB
/
Git.sublime-settings
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
{
// // save before running commands
// "save_first": true
// if present, use this command instead of plain "git"
// e.g. "/Users/kemayo/bin/git" or "C:\bin\git.exe"
"git_command": false
// point this the installation location of git-flow
,"git_flow_command": "C:\\Program Files (x86)\\Git\\bin\\git.exe"
// // use the panel for diff output, rather than a new scratch window (new tab)
// ,"diff_panel": false
// // affects blame command when no selection is made
// // true: blame whole file
// // false: blame only current line
// ,"blame_whole_file": true
// // If you'd rather have your status command open files instead of show you a
// // diff, set this to true. You can still do `Git: Status` followed by
// // 'Git: Diff Current File' to get a file diff
// ,"status_opens_file": false
// // Use --verbose flag for commit messages
// ,"verbose_commits": true
// // How many commit messages to store in the history. Set to 0 to disable.
// ,"history_size": 5
// // Show git flow commands
// ,"flow": false
// // Annotations default to being on for all files. Can be slow in some cases.
// ,"annotations": true
// // statusbar
// ,"statusbar_branch": true
// // Symbols for quick git status in status bar
// ,"statusbar_status": true
// ,"statusbar_status_symbols" : {"modified": "≠", "added": "+", "deleted": "×", "untracked": "?", "conflicts": "‼", "renamed":"R", "copied":"C", "clean": "√", "separator": " "}
// // e.g. "Packages/Git/syntax/Git Commit Message.tmLanguage"
// ,"diff_syntax": "Packages/Diff/Diff.tmLanguage"
}