Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
G
git
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Duy Nguyen
git
Commits
ecad27cf
Commit
ecad27cf
authored
Sep 04, 2015
by
Junio C Hamano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Git 2.3.9
Signed-off-by:
Junio C Hamano
<
gitster@pobox.com
>
parent
8267cd11
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
3 deletions
+13
-3
Documentation/RelNotes/2.3.9.txt
Documentation/RelNotes/2.3.9.txt
+9
-0
Documentation/git.txt
Documentation/git.txt
+2
-1
GIT-VERSION-GEN
GIT-VERSION-GEN
+1
-1
RelNotes
RelNotes
+1
-1
No files found.
Documentation/RelNotes/2.3.9.txt
0 → 100644
View file @
ecad27cf
Git v2.3.9 Release Notes
========================
Fixes since v2.3.8
------------------
* A handful of codepaths that used to use fixed-sized arrays to hold
pathnames have been corrected to use strbuf and other mechanisms to
allow longer pathnames without fearing overflows.
Documentation/git.txt
View file @
ecad27cf
...
...
@@ -43,9 +43,10 @@ unreleased) version of Git, that is available from the 'master'
branch of the `git.git` repository.
Documentation for older releases are available here:
* link:v2.3.
8/git.html[documentation for release 2.3.8
]
* link:v2.3.
9/git.html[documentation for release 2.3.9
]
* release notes for
link:RelNotes/2.3.9.txt[2.3.9],
link:RelNotes/2.3.8.txt[2.3.8],
link:RelNotes/2.3.7.txt[2.3.7],
link:RelNotes/2.3.6.txt[2.3.6],
...
...
GIT-VERSION-GEN
View file @
ecad27cf
#!/bin/sh
GVF
=
GIT-VERSION-FILE
DEF_VER
=
v2.3.
8
DEF_VER
=
v2.3.
9
LF
=
'
'
...
...
RelNotes
View file @
ecad27cf
Documentation/RelNotes/2.3.8.txt
\ No newline at end of file
Documentation/RelNotes/2.3.9.txt
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment