summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2011-10-23 21:49:14 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2011-10-23 21:49:14 -0700
commit10b2a48113b8ab6b8f48229eb40fc3637ce025ae (patch)
tree1ea8b46e0d7f16f91215922645ac7e4afe5557c7 /Documentation/RelNotes
parentUpdate draft release notes to 1.7.8 (diff)
parentGit 1.7.7.1 (diff)
downloadtgif-10b2a48113b8ab6b8f48229eb40fc3637ce025ae.tar.xz
Merge branch 'maint'
* maint: Git 1.7.7.1 RelNotes/1.7.7.1: setgid bit patch is about fixing "git init" via Makefile setting Conflicts: GIT-VERSION-GEN
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/1.7.7.1.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/RelNotes/1.7.7.1.txt b/Documentation/RelNotes/1.7.7.1.txt
index fecfac8a16..ac9b838e25 100644
--- a/Documentation/RelNotes/1.7.7.1.txt
+++ b/Documentation/RelNotes/1.7.7.1.txt
@@ -5,8 +5,9 @@ Fixes since v1.7.7
------------------
* On some BSD systems, adding +s bit on directories is detrimental
- (it is not necessary on BSD to begin with). The installation
- procedure has been updated to take this into account.
+ (it is not necessary on BSD to begin with). "git init --shared"
+ has been updated to take this into account without extra makefile
+ settings on platforms the Makefile knows about.
* After incorrectly written third-party tools store a tag object in
HEAD, git diagnosed it as a repository corruption and refused to