make update-index --chmod work with multiple files and --stdin
authorAlex Riesen <raa.lkml@gmail.com>
Sun, 23 Apr 2006 07:01:29 +0000 (09:01 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 23 Apr 2006 07:47:03 +0000 (00:47 -0700)
The patch makes "--chmod=-x" and "--chmod=+x" act like "--add"
and "--remove" to affect the behaviour of the command for the
rest of the path parameters, not just the following one.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found