Re: [PATCH 3/4] add a test case for git-merge-one-file

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Johannes Schindelin
Date: Thursday, January 25, 2007 - 1:34 am

Hi,

On Wed, 24 Jan 2007, Junio C Hamano wrote:


Actually, since !S_ISLNK(010644), it uses ce_permissions(010644), which 
basically only checks if (010644 & 0100) is set (i.e. if it is executable 
by the user), and depending on this returns 0755 or 0644.

That's why it works.

Ciao,
Dscho

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 3/4] add a test case for git-merge-one-file, Johannes Schindelin, (Tue Jan 23, 6:14 pm)
Re: [PATCH 3/4] add a test case for git-merge-one-file, Junio C Hamano, (Wed Jan 24, 5:10 pm)
Re: [PATCH 3/4] add a test case for git-merge-one-file, Johannes Schindelin, (Thu Jan 25, 1:34 am)