author | Jonathan Nieder <jrnieder@gmail.com> | |
Sat, 22 Oct 2011 11:11:07 +0000 (06:11 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 24 Oct 2011 04:16:31 +0000 (21:16 -0700) | ||
commit | 7fe74f52f95f6265e2e00320d886846b969509e6 | |
tree | dd0c8b4e9b6e924ff5ab32d60743a6976f2f97e8 | tree | snapshot |
parent | 8742218f21e1e87cf9fceb11b9c14927af5ff33f | commit | diff |
RelNotes/1.7.7.1: setgid bit patch is about fixing "git init" via Makefile setting
The change was actually about "git init -s" which sets the setgid bit on
SysV-style systems to allow shared access to a repository, and can provoke
errors on BSD-style systems, depending on how permissive the filesystem in
use wants to be.
More to the point, the patch was just taking a fix that arrived for
FreeBSD in v1.5.5 days and making it also apply to machines using an
(obscure) GNU userland/FreeBSD kernel mixture.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The change was actually about "git init -s" which sets the setgid bit on
SysV-style systems to allow shared access to a repository, and can provoke
errors on BSD-style systems, depending on how permissive the filesystem in
use wants to be.
More to the point, the patch was just taking a fix that arrived for
FreeBSD in v1.5.5 days and making it also apply to machines using an
(obscure) GNU userland/FreeBSD kernel mixture.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.7.7.1.txt | diff | blob | history |