Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Fix stder -> stderr
author
Paul Mackerras
<paulus@samba.org>
Sun, 15 May 2005 21:49:26 +0000
(21:49 +0000)
committer
Paul Mackerras
<paulus@samba.org>
Sun, 15 May 2005 21:49:26 +0000
(21:49 +0000)
gitk
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
276819b
)
diff --git
a/gitk
b/gitk
index fbc6497a141142c724c598cebd5a9a64cc11493c..5ac69ed76c1639e37ffcccf8f05ec7a262dfaa0b 100755
(executable)
--- a/
gitk
+++ b/
gitk
@@
-7,7
+7,7
@@
exec wish "$0" -- "${1+$@}"
# and distributed under the terms of the GNU General Public Licence,
# either version 2, or (at your option) any later version.
# and distributed under the terms of the GNU General Public Licence,
# either version 2, or (at your option) any later version.
-# CVS $Revision: 1.1
0
$
+# CVS $Revision: 1.1
1
$
proc getcommits {rargs} {
global commits commfd phase canv mainfont
proc getcommits {rargs} {
global commits commfd phase canv mainfont
@@
-17,7
+17,7
@@
proc getcommits {rargs} {
set commits {}
set phase getcommits
if [catch {set commfd [open "|git-rev-tree $rargs" r]} err] {
set commits {}
set phase getcommits
if [catch {set commfd [open "|git-rev-tree $rargs" r]} err] {
- puts stder "Error executing git-rev-tree: $err"
+ puts stder
r
"Error executing git-rev-tree: $err"
exit 1
}
fconfigure $commfd -blocking 0
exit 1
}
fconfigure $commfd -blocking 0
@@
-261,7
+261,7
@@
Copyright
Use and redistribute under the terms of the GNU General Public License
Use and redistribute under the terms of the GNU General Public License
-(CVS $Revision: 1.1
0
$)} \
+(CVS $Revision: 1.1
1
$)} \
-justify center -aspect 400
pack $w.m -side top -fill x -padx 20 -pady 20
button $w.ok -text Close -command "destroy $w"
-justify center -aspect 400
pack $w.m -side top -fill x -padx 20 -pady 20
button $w.ok -text Close -command "destroy $w"