[pacman-dev] [PATCH] Fix perms on files NEWS and TRANSLATORS
Recently changed accidentally from 644 to 755. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> --- 0 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 NEWS mode change 100755 => 100644 TRANSLATORS diff --git a/NEWS b/NEWS old mode 100755 new mode 100644 diff --git a/TRANSLATORS b/TRANSLATORS old mode 100755 new mode 100644 -- 1.6.4
On Sat, Aug 1, 2009 at 4:18 PM, Gerardo Exequiel Pozzi<vmlinuz386@yahoo.com.ar> wrote:
Recently changed accidentally from 644 to 755.
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
I think someone did some of the work on Windows, whoops. :) -dan
On Sun, Aug 2, 2009 at 12:13 AM, Dan McGee<dpmcgee@gmail.com> wrote:
On Sat, Aug 1, 2009 at 4:18 PM, Gerardo Exequiel Pozzi<vmlinuz386@yahoo.com.ar> wrote:
Recently changed accidentally from 644 to 755.
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
I think someone did some of the work on Windows, whoops. :)
Indeed, I do half the work on cygwin. I was scared to mess things like file encoding, but instead I messed file permission, sorry for that. I hoped it would show up in git log --stat, but it doesn't. I have to use git log --summary instead.
participants (3)
-
Dan McGee
-
Gerardo Exequiel Pozzi
-
Xavier