On Mon, Dec 13, 2010 at 04:21, pelya <
x.pe...@gmail.com> wrote:
> I've created a simple shell script to apply patches created by "repo
> diff" command
...
> -n $CHUNKLEN | patch -p1 --no-backup-if-mismatch -d "$PROJDIR"
Instead of using patch, you probably should use git apply. That way
the specific metadata like mode changes or file renames can be honored
when the patch is applied to the directory.