Skip to content

Commit 304b7d9

Browse files
committed
Git 1.7.12.1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 39e2e02 commit 304b7d9

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

Documentation/RelNotes/1.7.12.1.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,22 @@ Fixes since v1.7.12
8585
rely on being able to parse "ls-files -s | while read a b c..."
8686
started to fail. Protect them from such a misconfiguration.
8787

88+
* The attribute system may be asked for a path that itself or its
89+
leading directories no longer exists in the working tree, and it is
90+
fine if we cannot open .gitattribute file in such a case. Failure
91+
to open per-directory .gitattributes with error status other than
92+
ENOENT and ENOTDIR should be diagnosed, but it wasn't.
93+
8894
* After "gitk" showed the contents of a tag, neither "Reread
8995
references" nor "Reload" did not update what is shown as the
9096
contents of it, when the user overwrote the tag with "git tag -f".
9197

9298
* "ciabot" script (in contrib/) has been updated with extensive
9399
documentation.
94100

101+
* "git-jump" script (in contrib/) did not work well when
102+
diff.noprefix or diff.mnemonicprefix is in effect.
103+
95104
* Older parts of the documentation described as if having a regular
96105
file in .git/refs/ hierarchy were the only way to have branches and
97106
tags, which is not true for quite some time.
@@ -121,3 +130,5 @@ Fixes since v1.7.12
121130
branch name is a parameter to the option, but the heading for the
122131
option description was "-B::", not "-B branch::", making the
123132
documentation misleading.
133+
134+
Also contains numerous documentation updates.

Documentation/git.txt

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

46-
* link:v1.7.12/git.html[documentation for release 1.7.12]
46+
* link:v1.7.12.1/git.html[documentation for release 1.7.12.1]
4747

4848
* release notes for
49+
link:RelNotes/1.7.12.1.txt[1.7.12.1],
4950
link:RelNotes/1.7.12.txt[1.7.12].
5051

5152
* link:v1.7.11.7/git.html[documentation for release 1.7.11.7]

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.7.12
4+
DEF_VER=v1.7.12.1
55

66
LF='
77
'

0 commit comments

Comments
 (0)