[PATCH] Fix t3700 on filesystems which do not support question marks in names

Previous thread: [JGIT PATCH] Paper bag fix 'jgit glog' handling of commit-ish arguments by Shawn O. Pearce on Thursday, August 14, 2008 - 7:26 pm. (1 message)

Next thread: Issues when changing submodule URLs by Gerard Lledó on Friday, August 15, 2008 - 8:37 am. (2 messages)
To: Git Mailing List <git@...>
Cc: Junio C Hamano <gitster@...>, Kevin Ballard <kevin@...>
Date: Friday, August 15, 2008 - 3:11 am

And the prominent example of the deficiency are, as usual, the filesystems
of Microsoft house.

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
---
t/t3700-add.sh | 19 ++++++++++++-------
1 files changed, 12 insertions(+), 7 deletions(-)

To: Alex Riesen <raa.lkml@...>
Cc: Junio C Hamano <gitster@...>, Kevin Ballard <kevin@...>, Git Mailing List <git@...>
Date: Friday, August 15, 2008 - 3:17 am

Can other glob specials such as '*' or '[' be used instead of skipping the
test?
--

To: Junio C Hamano <gitster@...>
Cc: Kevin Ballard <kevin@...>, Git Mailing List <git@...>
Date: Friday, August 15, 2008 - 3:23 am

Ah... The brackets are allowed.
--

To: Junio C Hamano <gitster@...>
Cc: Kevin Ballard <kevin@...>, Git Mailing List <git@...>
Date: Friday, August 15, 2008 - 3:32 am

Use square brackets instead.

And the prominent example of the deficiency are, as usual, the filesystems
of Microsoft house.

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
---

Sorry, should have thought of it.

t/t3700-add.sh | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)

To: Alex Riesen <raa.lkml@...>
Cc: Junio C Hamano <gitster@...>, Kevin Ballard <kevin@...>, Git Mailing List <git@...>
Date: Friday, August 15, 2008 - 5:01 am

Thanks. Applied.
--

To: Alex Riesen <raa.lkml@...>
Cc: Junio C Hamano <gitster@...>, Git Mailing List <git@...>
Date: Friday, August 15, 2008 - 4:23 am

Wow, trying to use git-am to apply this patch bus errors. This isn't
good. Specifically, git mailinfo bus errors when the email is piped to
it. Curiously, the attached "patch" is actually another MIME-formatted
message with an inline patch. And I can pipe this "patch" to git-am
and that works. How did you generate this message?

In any case, the patch looks good to me.

Signed-off-by: Kevin Ballard <kevin@sb.org>

-Kevin Ballard

--
Kevin Ballard
http://kevin.sb.org
kevin@sb.org
http://www.tildesoft.com

--

To: Git Mailing List <git@...>
Cc: Alex Riesen <raa.lkml@...>, Junio C Hamano <gitster@...>
Date: Friday, August 15, 2008 - 4:30 am

Ok, it turns out that Don Zickus's patch "Allow emails with boundaries
to work again [v2]" fixes the crash.

-Kevin Ballard

--
Kevin Ballard
http://kevin.sb.org
kevin@sb.org
http://www.tildesoft.com

--

Previous thread: [JGIT PATCH] Paper bag fix 'jgit glog' handling of commit-ish arguments by Shawn O. Pearce on Thursday, August 14, 2008 - 7:26 pm. (1 message)

Next thread: Issues when changing submodule URLs by Gerard Lledó on Friday, August 15, 2008 - 8:37 am. (2 messages)