Re: [PATCH] remote-hg: fix handling of file perms when pushing

2013-01-15 Thread Junio C Hamano
Max Horn writes: > On 15.01.2013, at 14:02, Max Horn wrote: > >> Previously, when changing and committing an executable file, the file >> would loose its executable bit on the hg side. Likewise, symlinks ended >> up as "normal" files". This was not immediately apparent on the git side >> unless o

Re: [PATCH] remote-hg: fix handling of file perms when pushing

2013-01-15 Thread Max Horn
On 15.01.2013, at 14:02, Max Horn wrote: > Previously, when changing and committing an executable file, the file > would loose its executable bit on the hg side. Likewise, symlinks ended > up as "normal" files". This was not immediately apparent on the git side > unless one did a fresh clone. So

[PATCH] remote-hg: fix handling of file perms when pushing

2013-01-15 Thread Max Horn
Previously, when changing and committing an executable file, the file would loose its executable bit on the hg side. Likewise, symlinks ended up as "normal" files". This was not immediately apparent on the git side unless one did a fresh clone. --- contrib/remote-helpers/git-remote-hg | 2 +-