From: Ray Lehtiniemi <rayl@mail.com>
To: git@vger.kernel.org
Cc: Ray Lehtiniemi <rayl@mail.com>
Subject: [PATCH] [PATCH] gitk: Handle spaces in filenames
Date: Thu, 12 Oct 2006 09:03:39 -0600 [thread overview]
Message-ID: <11606654193188-git-send-email-rayl@mail.com> (raw)
In-Reply-To: <11606654193083-git-send-email-rayl@mail.com>
---
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
prev parent reply other threads:[~2006-10-12 15:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Ray Lehtiniemi [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=11606654193188-git-send-email-rayl@mail.com \
--to=rayl@mail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).