Re: [PATCH] gitk: chmod +x po2msg

2014-01-21 Thread Paul Mackerras
On Mon, Dec 02, 2013 at 11:12:43AM -0800, Junio C Hamano wrote:
 From: Jonathan Nieder jrnie...@gmail.com
 Date: Mon, 25 Nov 2013 13:00:10 -0800
 
 The Makefile only runs it using tclsh, but because the fallback po2msg
 script has the usual tcl preamble starting with #!/bin/sh it can also
 be run directly.
 
 Signed-off-by: Jonathan Nieder jrnie...@gmail.com
 Signed-off-by: Junio C Hamano gits...@pobox.com

Thanks, applied.

Paul.
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] gitk: chmod +x po2msg

2013-12-03 Thread Thomas Rast
Junio C Hamano gits...@pobox.com writes:

  * Paul, I forgot to forward this to you.  Could you apply it to
your tree?  I see you have updates up to ce2c58cd (gitk:
Recognize -L option, 2013-11-16), which I'll be pulling into my
tree shortly.

When you pull, can you pick up the other half of the series that led
up to ce2c58cd?

  http://thread.gmane.org/gmane.comp.version-control.git/227151/focus=237937

-- 
Thomas Rast
t...@thomasrast.ch
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] gitk: chmod +x po2msg

2013-12-02 Thread Junio C Hamano
From: Jonathan Nieder jrnie...@gmail.com
Date: Mon, 25 Nov 2013 13:00:10 -0800

The Makefile only runs it using tclsh, but because the fallback po2msg
script has the usual tcl preamble starting with #!/bin/sh it can also
be run directly.

Signed-off-by: Jonathan Nieder jrnie...@gmail.com
Signed-off-by: Junio C Hamano gits...@pobox.com
---

 * Paul, I forgot to forward this to you.  Could you apply it to
   your tree?  I see you have updates up to ce2c58cd (gitk:
   Recognize -L option, 2013-11-16), which I'll be pulling into my
   tree shortly.

   Thanks.

 po/po2msg.sh | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 mode change 100644 = 100755 po/po2msg.sh

diff --git a/po/po2msg.sh b/po/po2msg.sh
old mode 100644
new mode 100755
-- 
1.8.5-386-gb78cb96

--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html