Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
git-rfc3161
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CSG
git-rfc3161
Commits
a2558fb8
Commit
a2558fb8
authored
9 years ago
by
Junio C Hamano
Browse files
Options
Downloads
Patches
Plain Diff
Git 2.4.10
Signed-off-by:
Junio C Hamano
<
gitster@pobox.com
>
parent
6343e2f6
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
Documentation/RelNotes/2.4.10.txt
+18
-0
18 additions, 0 deletions
Documentation/RelNotes/2.4.10.txt
Documentation/git.txt
+2
-1
2 additions, 1 deletion
Documentation/git.txt
GIT-VERSION-GEN
+1
-1
1 addition, 1 deletion
GIT-VERSION-GEN
RelNotes
+1
-1
1 addition, 1 deletion
RelNotes
with
22 additions
and
3 deletions
Documentation/RelNotes/2.4.10.txt
0 → 100644
+
18
−
0
View file @
a2558fb8
Git v2.4.10 Release Notes
=========================
Fixes since v2.4.9
------------------
* xdiff code we use to generate diffs is not prepared to handle
extremely large files. It uses "int" in many places, which can
overflow if we have a very large number of lines or even bytes in
our input files, for example. Cap the input size to soemwhere
around 1GB for now.
* Some protocols (like git-remote-ext) can execute arbitrary code
found in the URL. The URLs that submodules use may come from
arbitrary sources (e.g., .gitmodules files in a remote
repository), and can hurt those who blindly enable recursive
fetch. Restrict the allowed protocols to well known and safe
ones.
This diff is collapsed.
Click to expand it.
Documentation/git.txt
+
2
−
1
View file @
a2558fb8
...
...
@@ -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.4.
9
/git.html[documentation for release 2.4.
9
]
* link:v2.4.
10
/git.html[documentation for release 2.4.
10
]
* release notes for
link:RelNotes/2.4.10.txt[2.4.10],
link:RelNotes/2.4.9.txt[2.4.9],
link:RelNotes/2.4.8.txt[2.4.8],
link:RelNotes/2.4.7.txt[2.4.7],
...
...
This diff is collapsed.
Click to expand it.
GIT-VERSION-GEN
+
1
−
1
View file @
a2558fb8
#!/bin/sh
GVF
=
GIT-VERSION-FILE
DEF_VER
=
v2.4.
9
DEF_VER
=
v2.4.
10
LF
=
'
'
...
...
This diff is collapsed.
Click to expand it.
RelNotes
+
1
−
1
View file @
a2558fb8
Documentation/RelNotes/2.4.9.txt
\ No newline at end of file
Documentation/RelNotes/2.4.10.txt
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment