git reflog
This commit is contained in:
parent
400b41aa1e
commit
9d8ba896f0
|
@ -137,6 +137,15 @@ namespace eval Git {
|
|||
proc Merge {} {
|
||||
global cfgVariables activeProject
|
||||
}
|
||||
|
||||
proc Reflog {} {
|
||||
global cfgVariables activeProject
|
||||
set cmd exec
|
||||
lappend cmd "$cfgVariables(gitCommand)"
|
||||
lappend cmd "reflog"
|
||||
lappend cmd "--"
|
||||
lappend cmd "$activeProject"
|
||||
}
|
||||
|
||||
proc ListBoxPress {w} {
|
||||
set fileName [$w.body.lBox get [$w.body.lBox curselection]]
|
||||
|
|
Loading…
Reference in New Issue
Block a user