1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-11-05 08:47:56 +01:00

Merge branch 'maint'

* maint:
  git-gui: Don't delete send on Windows as it doesn't exist
This commit is contained in:
Shawn O. Pearce 2007-09-11 18:57:26 -04:00
commit c8dd7f62e8

View file

@ -42,7 +42,7 @@ if {[catch {package require Tcl 8.4} err]
exit 1
}
rename send {} ; # What an evil concept...
catch {rename send {}} ; # What an evil concept...
######################################################################
##