xec $fullname]
+ } else {
+ tools_create_item $parent command \
+ -label [lindex $names end] \
+ -command [list tools_exec $fullname]
+ }
}
proc tools_exec {fullname} {
--
https://github.com/git/git/pull/220
--
On Fri, Apr 1, 2016 at 12:02 PM harish k wrote:
>
> Hi David,
>
> Actua
h will not handle any conflicting shortcuts. I
think custom shortcuts will overwrite the other.
On Thu, Mar 31, 2016 at 10:11 PM, David Aguilar wrote:
> Hello,
>
> On Tue, Mar 29, 2016 at 11:38:10AM +, Harish K wrote:
>> ---
>> git-gui/lib/tools.tcl | 16 +---
&g
---
git-gui/lib/tools.tcl | 16 +---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/git-gui/lib/tools.tcl b/git-gui/lib/tools.tcl
index 6ec9411..749bc67 100644
--- a/git-gui/lib/tools.tcl
+++ b/git-gui/lib/tools.tcl
@@ -38,7 +38,7 @@ proc tools_create_item {parent args}
---
git-gui/lib/tools.tcl | 16 +---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/git-gui/lib/tools.tcl b/git-gui/lib/tools.tcl
index 6ec9411..749bc67 100644
--- a/git-gui/lib/tools.tcl
+++ b/git-gui/lib/tools.tcl
@@ -38,7 +38,7 @@ proc tools_create_item {parent args}
4 matches
Mail list logo