git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Make t3411 executable
@ 2009-01-15  0:33 Miklos Vajna
  2009-01-15  3:16 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Miklos Vajna @ 2009-01-15  0:33 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
---

I just wanted had an old script, which did:

for i in *merge*
do
        ./$i
        if [ $? != 0 ]; then
		...
        fi
done

which pointed out this permission problem.

 0 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100644 => 100755 t/t3411-rebase-preserve-around-merges.sh

diff --git a/t/t3411-rebase-preserve-around-merges.sh b/t/t3411-rebase-preserve-around-merges.sh
old mode 100644
new mode 100755
-- 
1.6.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Make t3411 executable
  2009-01-15  0:33 [PATCH] Make t3411 executable Miklos Vajna
@ 2009-01-15  3:16 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2009-01-15  3:16 UTC (permalink / raw)
  To: Miklos Vajna; +Cc: git

Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-01-15  3:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-15  0:33 [PATCH] Make t3411 executable Miklos Vajna
2009-01-15  3:16 ` Junio C Hamano

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).