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
441c4a40
Commit
441c4a40
authored
Sep 04, 2015
by
Junio C Hamano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Git 2.2.3
Signed-off-by:
Junio C Hamano
<
gitster@pobox.com
>
parent
f54cb059
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
3 deletions
+13
-3
Documentation/RelNotes/2.2.3.txt
Documentation/RelNotes/2.2.3.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.2.3.txt
0 → 100644
View file @
441c4a40
Git v2.2.3 Release Notes
========================
Fixes since v2.2.2
------------------
* 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 @
441c4a40
...
...
@@ -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.2.
2/git.html[documentation for release 2.2.2
]
* link:v2.2.
3/git.html[documentation for release 2.2.3
]
* release notes for
link:RelNotes/2.2.3.txt[2.2.3],
link:RelNotes/2.2.2.txt[2.2.2],
link:RelNotes/2.2.1.txt[2.2.1],
link:RelNotes/2.2.0.txt[2.2].
...
...
GIT-VERSION-GEN
View file @
441c4a40
#!/bin/sh
GVF
=
GIT-VERSION-FILE
DEF_VER
=
v2.2.
2
DEF_VER
=
v2.2.
3
LF
=
'
'
...
...
RelNotes
View file @
441c4a40
Documentation/RelNotes/2.2.2.txt
\ No newline at end of file
Documentation/RelNotes/2.2.3.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