Skip to content

Commit 10b2a48

Browse files
committed
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
2 parents e454a83 + f7d958d commit 10b2a48

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Documentation/RelNotes/1.7.7.1.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ Fixes since v1.7.7
55
------------------
66

77
* On some BSD systems, adding +s bit on directories is detrimental
8-
(it is not necessary on BSD to begin with). The installation
9-
procedure has been updated to take this into account.
8+
(it is not necessary on BSD to begin with). "git init --shared"
9+
has been updated to take this into account without extra makefile
10+
settings on platforms the Makefile knows about.
1011

1112
* After incorrectly written third-party tools store a tag object in
1213
HEAD, git diagnosed it as a repository corruption and refused to

Documentation/git.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ unreleased) version of git, that is available from 'master'
4444
branch of the `git.git` repository.
4545
Documentation for older releases are available here:
4646

47-
* link:v1.7.7/git.html[documentation for release 1.7.7]
47+
* link:v1.7.7.1/git.html[documentation for release 1.7.7.1]
4848

4949
* release notes for
50+
link:RelNotes/1.7.7.1.txt[1.7.7.1],
5051
link:RelNotes/1.7.7.txt[1.7.7].
5152

5253
* link:v1.7.6.4/git.html[documentation for release 1.7.6.4]

0 commit comments

Comments
 (0)