This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".
The branch, master has been updated
via 6e8e837864d4e24c2fdb4d90e8eb262ded78c3a8 (commit)
via eeeb27ee14064dff84c833b4359d43d9869a9342 (commit)
from 5512308e4176303b25d52350c3c48dc37c3c665d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6e8e837864d4e24c2fdb4d90e8eb262ded78c3a8
Author: Samuel Thibault <[email protected]>
Date: Sun Feb 28 01:52:11 2016 +0100
Fix mustbedir mechanism for symlinks
* libdiskfs/dir-lookup.c (diskfs_S_dir_lookup): When following a symlink,
if mustbedir is true, always append a slash to the symlink target, not only
when the target is absolute. Reset mustbedir to 0 before continuing the
lookup loop.
* libnetfs/dir-lookup.c (netfs_S_dir_lookup): When following a symlink,
if mustbedir is true, append a slash to the symlink target. Reset mustbedir
to 0 before continuing the lookup loop.
* libtreefs/dir-lookup.c (_treefs_s_dir_lookup): Likewise.
commit eeeb27ee14064dff84c833b4359d43d9869a9342
Author: Samuel Thibault <[email protected]>
Date: Sat Feb 27 15:34:17 2016 +0100
Fix parallel install
* sutils/Makefile (install): Do not depend on $(prefix)/dev.
($(prefix)/dev/MAKEDEV): Depend on $(prefix)/dev²
-----------------------------------------------------------------------
Summary of changes:
libdiskfs/dir-lookup.c | 17 +++++++++--------
libnetfs/dir-lookup.c | 11 +++++++++--
libtreefs/dir-lookup.c | 11 +++++++++--
sutils/Makefile | 4 ++--
4 files changed, 29 insertions(+), 14 deletions(-)
hooks/post-receive
--
Hurd