* gitk does not appreciate file names including spaces
@ 2006-10-12 14:45 Sergio Callegari
[not found] ` <11606654193083-git-send-email-rayl@mail.com>
0 siblings, 1 reply; 2+ messages in thread
From: Sergio Callegari @ 2006-10-12 14:45 UTC (permalink / raw)
To: git
Just a short notice about it. Not a big issue, really... just that in the
quadrant at the bottom right of the gitk screen, filenames including spaces
are not shown properly.
Sergio
--
----------------------------------------------------------------
Dr. Sergio Callegari Via Fontanelle 40
Researcher 47100 Forlì
II School of Engineering Tel. +39.0543.786927
University of Bologna Fax. +39.0543.786926
Affiliated with:
DEIS - Dept. of Electronics, Computer Sciences and Systems,
University of Bologna (www.deis.unibo.it)
ARCES - Advanced Research Center on Electronic Systems for
Information and Communication Technologies
Unversity of Bologna (www.arces.unibo.it)
================================================================
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] [PATCH] gitk: Handle spaces in filenames
[not found] ` <11606654193083-git-send-email-rayl@mail.com>
@ 2006-10-12 15:03 ` Ray Lehtiniemi
0 siblings, 0 replies; 2+ messages in thread
From: Ray Lehtiniemi @ 2006-10-12 15:03 UTC (permalink / raw)
To: git; +Cc: Ray Lehtiniemi
---
gitk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gitk b/gitk
index ebbeac6..3196719 100755
--- a/gitk
+++ b/gitk
@@ -4324,7 +4324,7 @@ proc gettreediffline {gdtf ids} {
}
return
}
- set file [lindex $line 5]
+ set file [lrange $line 5 end]
lappend treediff $file
}
--
1.4.3.rc2.ge19ff
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-10-12 15:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-12 14:45 gitk does not appreciate file names including spaces Sergio Callegari
[not found] ` <11606654193083-git-send-email-rayl@mail.com>
2006-10-12 15:03 ` [PATCH] [PATCH] gitk: Handle spaces in filenames Ray Lehtiniemi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.