[PATCH] Fix git-update-index to work with relative pathnames

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Git Mailing List <git@...>
Cc: Junio C Hamano <junkio@...>
Date: Wednesday, January 31, 2007 - 9:48 am

In particular, it fixes the following (typical for cygwin) problem:

    $ git-update-index --chmod=-x ../wrapper/Jamfile
    fatal: git-update-index: cannot chmod -x '../wrapper/Jamfile'

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
---
 builtin-update-index.c |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Fix git-update-index to work with relative pathnames, Alex Riesen, (Wed Jan 31, 9:48 am)