-
-
Notifications
You must be signed in to change notification settings - Fork 135
Expand file tree
/
Copy pathContext.sublime-menu
More file actions
38 lines (38 loc) · 973 Bytes
/
Context.sublime-menu
File metadata and controls
38 lines (38 loc) · 973 Bytes
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
[
{
"caption": "GitSavvy: Line History",
"command": "gs_ctx_line_history"
},
{
"caption": "GitSavvy: Pick-axe",
"command": "gs_ctx_pick_axe"
},
{
"caption": "GitSavvy: Stage selected hunk",
"command": "gs_ctx_stage_hunk"
},
{
"caption": "...",
"children": [
{
"caption": "Repo History",
"command": "gs_graph",
"args": { "all": true }
},
{
"caption": " Path History",
"command": "gs_graph_current_path"
},
{
"caption": " File History",
"command": "gs_graph_current_file",
"args": { "all": false }
},
{ "caption": "-" },
{
"caption": "Show file at HEAD",
"command": "gs_show_file_at_commit"
}
]
}
]