[PATCH] [PATCH] gitk: Handle spaces in filenames

From: Ray Lehtiniemi <rayl@mail.com>
Date: 2006-10-13 01:03:39
---
 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

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Fri Oct 13 01:05:39 2006

This archive was generated by hypermail 2.1.8 : 2006-10-13 01:08:56 EST