Skip to content

Commit b06d364

Browse files
committed
Git 2.13
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 951ea76 commit b06d364

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

Documentation/RelNotes/2.13.0.txt

+7
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,13 @@ notes for details).
579579
* Many stale HTTP(s) links have been updated in our documentation.
580580
(merge 613416f0be jk/update-links-in-docs later to maint).
581581

582+
* "git-shell" rejects a request to serve a repository whose name
583+
begins with a dash, which makes it no longer possible to get it
584+
confused into spawning service programs like "git-upload-pack" with
585+
an option like "--help", which in turn would spawn an interactive
586+
pager, instead of working with the repository user asked to access
587+
(i.e. the one whose name is "--help").
588+
582589
* Other minor doc, test and build updates and code cleanups.
583590
(merge df2a6e38b7 jk/pager-in-use later to maint).
584591
(merge 75ec4a6cb0 ab/branch-list-doc later to maint).

Documentation/git.txt

+6
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ unreleased) version of Git, that is available from the 'master'
4444
branch of the `git.git` repository.
4545
Documentation for older releases are available here:
4646

47+
* link:v2.13.0/git.html[documentation for release 2.13]
48+
49+
* release notes for
50+
link:RelNotes/2.13.0.txt[2.13].
51+
52+
4753
* link:v2.12.3/git.html[documentation for release 2.12.3]
4854

4955
* release notes for

GIT-VERSION-GEN

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.13.0-rc2
4+
DEF_VER=v2.13.0
55

66
LF='
77
'

0 commit comments

Comments
 (0)