Browse Source

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
maint
Junio C Hamano 13 years ago
parent
commit
10b2a48113
  1. 5
      Documentation/RelNotes/1.7.7.1.txt
  2. 3
      Documentation/git.txt

5
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 * On some BSD systems, adding +s bit on directories is detrimental
(it is not necessary on BSD to begin with). The installation (it is not necessary on BSD to begin with). "git init --shared"
procedure has been updated to take this into account. 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 * After incorrectly written third-party tools store a tag object in
HEAD, git diagnosed it as a repository corruption and refused to HEAD, git diagnosed it as a repository corruption and refused to

3
Documentation/git.txt

@ -44,9 +44,10 @@ unreleased) version of git, that is available from 'master'
branch of the `git.git` repository. branch of the `git.git` repository.
Documentation for older releases are available here: Documentation for older releases are available here:


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


* release notes for * release notes for
link:RelNotes/1.7.7.1.txt[1.7.7.1],
link:RelNotes/1.7.7.txt[1.7.7]. link:RelNotes/1.7.7.txt[1.7.7].


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

Loading…
Cancel
Save