add add_object_array_with_mode
commite5709a4a6809e45bf59b851debf24a813e1c6b58
authorMartin Koegler <mkoegler@auto.tuwien.ac.at>
Sun, 22 Apr 2007 16:43:58 +0000 (22 18:43 +0200)
committerJunio C Hamano <junkio@cox.net>
Tue, 24 Apr 2007 07:08:49 +0000 (24 00:08 -0700)
tree6a86e480804869637f7e176eca64c356840f5374
parenta0cd87a57044efa8aef39b476fd9240af57a1853
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>
object.c
object.h