git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-gui: chmod +x po2msg, windows/git-gui.sh
@ 2013-12-02 19:27 Junio C Hamano
  0 siblings, 0 replies; only message in thread
From: Junio C Hamano @ 2013-12-02 19:27 UTC (permalink / raw)
  To: Pat Thoyts; +Cc: git, Jonathan Nieder

From: Jonathan Nieder <jrnieder@gmail.com>
Date: Mon, 25 Nov 2013 13:01:05 -0800

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

The Windows git-gui wrapper is usable in-place for the same reason.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
---

 * Pat, can you queue this to your tree?  I seem to be missing a
   handful of commits on your 'master' branch, up to 73fd416b
   (git-gui: correct spelling errors in comments, 2013-11-13), which
   I'll be pulling shortly.

   Thanks.

 po/po2msg.sh       | 0
 windows/git-gui.sh | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100644 => 100755 po/po2msg.sh
 mode change 100644 => 100755 windows/git-gui.sh

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-12-02 19:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-02 19:27 [PATCH] git-gui: chmod +x po2msg, windows/git-gui.sh 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).