author | Martin Koegler <mkoegler@auto.tuwien.ac.at> | |
Sun, 22 Apr 2007 16:43:58 +0000 (18:43 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 24 Apr 2007 07:08:49 +0000 (00:08 -0700) | ||
commit | e5709a4a6809e45bf59b851debf24a813e1c6b58 | |
tree | 6a86e480804869637f7e176eca64c356840f5374 | tree | snapshot |
parent | a0cd87a57044efa8aef39b476fd9240af57a1853 | commit | diff |
add add_object_array_with_mode
Each object in struct object_array is extended with the mode.
If not specified, S_IFINVALID is used. An object with an mode value
can be added with add_object_array_with_mode.
Signed-off-by: Martin Koegler <mkoegler@auto.tuwien.ac.at>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Each object in struct object_array is extended with the mode.
If not specified, S_IFINVALID is used. An object with an mode value
can be added with add_object_array_with_mode.
Signed-off-by: Martin Koegler <mkoegler@auto.tuwien.ac.at>
Signed-off-by: Junio C Hamano <junkio@cox.net>
object.c | diff | blob | history | |
object.h | diff | blob | history |