All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Remove execute permissions from source files
@ 2012-01-07  5:56 Thomas Weber
  2012-01-08  5:01 ` Mike Frysinger
  0 siblings, 1 reply; 10+ messages in thread
From: Thomas Weber @ 2012-01-07  5:56 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Thomas Weber <weber@corscience.de>
---
 0 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100755 => 100644 arch/arm/cpu/armv7/imx-common/timer.c
 mode change 100755 => 100644 drivers/fpga/ivm_core.c
 mode change 100755 => 100644 include/lattice.h

diff --git a/arch/arm/cpu/armv7/imx-common/timer.c b/arch/arm/cpu/armv7/imx-common/timer.c
old mode 100755
new mode 100644
diff --git a/drivers/fpga/ivm_core.c b/drivers/fpga/ivm_core.c
old mode 100755
new mode 100644
diff --git a/include/lattice.h b/include/lattice.h
old mode 100755
new mode 100644
-- 
1.7.8.1

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

* [U-Boot] [PATCH] Remove execute permissions from source files
  2012-01-07  5:56 [U-Boot] [PATCH] Remove execute permissions from source files Thomas Weber
@ 2012-01-08  5:01 ` Mike Frysinger
  0 siblings, 0 replies; 10+ messages in thread
From: Mike Frysinger @ 2012-01-08  5:01 UTC (permalink / raw)
  To: u-boot

On Saturday 07 January 2012 00:56:32 Thomas Weber wrote:
>  0 files changed, 0 insertions(+), 0 deletions(-)
>  mode change 100755 => 100644 arch/arm/cpu/armv7/imx-common/timer.c
>  mode change 100755 => 100644 drivers/fpga/ivm_core.c
>  mode change 100755 => 100644 include/lattice.h

obvious: Acked-by: Mike Frysinger <vapier@gentoo.org>
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120108/dca0905d/attachment.pgp>

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

* [U-Boot] [PATCH] Remove execute permissions from source files
  2012-02-13 18:21 Thomas Weber
  2012-02-14  5:44 ` Mike Frysinger
  2012-02-14 13:15 ` Stefano Babic
@ 2012-03-04 20:56 ` Wolfgang Denk
  2 siblings, 0 replies; 10+ messages in thread
From: Wolfgang Denk @ 2012-03-04 20:56 UTC (permalink / raw)
  To: u-boot

Dear Thomas Weber,

In message <1329157314-3427-1-git-send-email-weber@corscience.de> you wrote:
> Signed-off-by: Thomas Weber <weber@corscience.de>
> ---
>  0 files changed, 0 insertions(+), 0 deletions(-)
>  mode change 100755 => 100644 arch/arm/cpu/armv7/imx-common/timer.c
>  mode change 100755 => 100644 drivers/fpga/ivm_core.c
>  mode change 100755 => 100644 include/lattice.h

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
I think there's a world market for about five computers.
         -- attr. Thomas J. Watson (Chairman of the Board, IBM), 1943

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

* [U-Boot] [PATCH] Remove execute permissions from source files
  2012-02-14 15:16       ` Marek Vasut
@ 2012-02-14 16:16         ` Wolfgang Denk
  0 siblings, 0 replies; 10+ messages in thread
From: Wolfgang Denk @ 2012-02-14 16:16 UTC (permalink / raw)
  To: u-boot

Dear Marek Vasut,

In message <201202141616.46286.marek.vasut@gmail.com> you wrote:
> > On Tuesday 14 February 2012 07:35:56 Marek Vasut wrote:
> > > > be nice if we could define git hooks to reject this stuff outright ...
> > > 
> > > Patch is welcome Mike :)
> > 
> > we'd have to push the hooks in the remote git repos on the denx servers and
> > i don't think devs can access that ... we'd need an admin to help
> > -mike
> 
> Which is not a problem I believe.

If someone explains me (in simple words :-) exactly what to do ...

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Brontosaurus Principle: Organizations  can  grow  faster  than  their
brains  can manage them in relation to their environment and to their
own physiology: when this occurs, they are an endangered species.
                                                - Thomas K. Connellan

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

* [U-Boot] [PATCH] Remove execute permissions from source files
  2012-02-14 15:11     ` Mike Frysinger
@ 2012-02-14 15:16       ` Marek Vasut
  2012-02-14 16:16         ` Wolfgang Denk
  0 siblings, 1 reply; 10+ messages in thread
From: Marek Vasut @ 2012-02-14 15:16 UTC (permalink / raw)
  To: u-boot

> On Tuesday 14 February 2012 07:35:56 Marek Vasut wrote:
> > > be nice if we could define git hooks to reject this stuff outright ...
> > 
> > Patch is welcome Mike :)
> 
> we'd have to push the hooks in the remote git repos on the denx servers and
> i don't think devs can access that ... we'd need an admin to help
> -mike

Which is not a problem I believe.

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

* [U-Boot] [PATCH] Remove execute permissions from source files
  2012-02-14 12:35   ` Marek Vasut
@ 2012-02-14 15:11     ` Mike Frysinger
  2012-02-14 15:16       ` Marek Vasut
  0 siblings, 1 reply; 10+ messages in thread
From: Mike Frysinger @ 2012-02-14 15:11 UTC (permalink / raw)
  To: u-boot

On Tuesday 14 February 2012 07:35:56 Marek Vasut wrote:
> > be nice if we could define git hooks to reject this stuff outright ...
> 
> Patch is welcome Mike :)

we'd have to push the hooks in the remote git repos on the denx servers and i 
don't think devs can access that ... we'd need an admin to help
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120214/ced3b56b/attachment.pgp>

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

* [U-Boot] [PATCH] Remove execute permissions from source files
  2012-02-13 18:21 Thomas Weber
  2012-02-14  5:44 ` Mike Frysinger
@ 2012-02-14 13:15 ` Stefano Babic
  2012-03-04 20:56 ` Wolfgang Denk
  2 siblings, 0 replies; 10+ messages in thread
From: Stefano Babic @ 2012-02-14 13:15 UTC (permalink / raw)
  To: u-boot

On 13/02/2012 19:21, Thomas Weber wrote:
> Signed-off-by: Thomas Weber <weber@corscience.de>
> ---
>  0 files changed, 0 insertions(+), 0 deletions(-)
>  mode change 100755 => 100644 arch/arm/cpu/armv7/imx-common/timer.c
>  mode change 100755 => 100644 drivers/fpga/ivm_core.c
>  mode change 100755 => 100644 include/lattice.h
> 

Thanks for fixing - it seems I must make more attention, I pushed
originally all three files..

Acked-by: Stefano Babic <sbabic@denx.de>

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

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

* [U-Boot] [PATCH] Remove execute permissions from source files
  2012-02-14  5:44 ` Mike Frysinger
@ 2012-02-14 12:35   ` Marek Vasut
  2012-02-14 15:11     ` Mike Frysinger
  0 siblings, 1 reply; 10+ messages in thread
From: Marek Vasut @ 2012-02-14 12:35 UTC (permalink / raw)
  To: u-boot

> be nice if we could define git hooks to reject this stuff outright ...

Patch is welcome Mike :)

> 
> Acked-by: Mike Frysinger <vapier@gentoo.org>
> -mike

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

* [U-Boot] [PATCH] Remove execute permissions from source files
  2012-02-13 18:21 Thomas Weber
@ 2012-02-14  5:44 ` Mike Frysinger
  2012-02-14 12:35   ` Marek Vasut
  2012-02-14 13:15 ` Stefano Babic
  2012-03-04 20:56 ` Wolfgang Denk
  2 siblings, 1 reply; 10+ messages in thread
From: Mike Frysinger @ 2012-02-14  5:44 UTC (permalink / raw)
  To: u-boot

be nice if we could define git hooks to reject this stuff outright ...

Acked-by: Mike Frysinger <vapier@gentoo.org>
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120214/dfa75d1a/attachment.pgp>

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

* [U-Boot] [PATCH] Remove execute permissions from source files
@ 2012-02-13 18:21 Thomas Weber
  2012-02-14  5:44 ` Mike Frysinger
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Thomas Weber @ 2012-02-13 18:21 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Thomas Weber <weber@corscience.de>
---
 0 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100755 => 100644 arch/arm/cpu/armv7/imx-common/timer.c
 mode change 100755 => 100644 drivers/fpga/ivm_core.c
 mode change 100755 => 100644 include/lattice.h

diff --git a/arch/arm/cpu/armv7/imx-common/timer.c b/arch/arm/cpu/armv7/imx-common/timer.c
old mode 100755
new mode 100644
diff --git a/drivers/fpga/ivm_core.c b/drivers/fpga/ivm_core.c
old mode 100755
new mode 100644
diff --git a/include/lattice.h b/include/lattice.h
old mode 100755
new mode 100644
-- 
1.7.9

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

end of thread, other threads:[~2012-03-04 20:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-07  5:56 [U-Boot] [PATCH] Remove execute permissions from source files Thomas Weber
2012-01-08  5:01 ` Mike Frysinger
2012-02-13 18:21 Thomas Weber
2012-02-14  5:44 ` Mike Frysinger
2012-02-14 12:35   ` Marek Vasut
2012-02-14 15:11     ` Mike Frysinger
2012-02-14 15:16       ` Marek Vasut
2012-02-14 16:16         ` Wolfgang Denk
2012-02-14 13:15 ` Stefano Babic
2012-03-04 20:56 ` Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.