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
16018ae5
Commit
16018ae5
authored
10 years ago
by
Junio C Hamano
Browse files
Options
Downloads
Patches
Plain Diff
Git 2.3.7
Signed-off-by:
Junio C Hamano
<
gitster@pobox.com
>
parent
ad34ad61
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.3.7.txt
+21
-0
21 additions, 0 deletions
Documentation/RelNotes/2.3.7.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
25 additions
and
3 deletions
Documentation/RelNotes/2.3.7.txt
0 → 100644
+
21
−
0
View file @
16018ae5
Git v2.3.7 Release Notes
========================
Fixes since v2.3.6
------------------
* An earlier update to the parser that disects a URL broke an
address, followed by a colon, followed by an empty string (instead
of the port number), e.g. ssh://example.com:/path/to/repo.
* The completion script (in contrib/) contaminated global namespace
and clobbered on a shell variable $x.
* The "git push --signed" protocol extension did not limit what the
"nonce" that is a server-chosen string can contain or how long it
can be, which was unnecessarily lax. Limit both the length and the
alphabet to a reasonably small space that can still have enough
entropy.
Also contains typofixes, documentation updates and trivial code
clean-ups.
This diff is collapsed.
Click to expand it.
Documentation/git.txt
+
2
−
1
View file @
16018ae5
...
@@ -43,9 +43,10 @@ unreleased) version of Git, that is available from the 'master'
...
@@ -43,9 +43,10 @@ unreleased) version of Git, that is available from the 'master'
branch of the `git.git` repository.
branch of the `git.git` repository.
Documentation for older releases are available here:
Documentation for older releases are available here:
* link:v2.3.
6
/git.html[documentation for release 2.3.
6
]
* link:v2.3.
7
/git.html[documentation for release 2.3.
7
]
* release notes for
* release notes for
link:RelNotes/2.3.7.txt[2.3.7],
link:RelNotes/2.3.6.txt[2.3.6],
link:RelNotes/2.3.6.txt[2.3.6],
link:RelNotes/2.3.5.txt[2.3.5],
link:RelNotes/2.3.5.txt[2.3.5],
link:RelNotes/2.3.4.txt[2.3.4],
link:RelNotes/2.3.4.txt[2.3.4],
...
...
This diff is collapsed.
Click to expand it.
GIT-VERSION-GEN
+
1
−
1
View file @
16018ae5
#!/bin/sh
#!/bin/sh
GVF
=
GIT-VERSION-FILE
GVF
=
GIT-VERSION-FILE
DEF_VER
=
v2.3.
6
DEF_VER
=
v2.3.
7
LF
=
'
LF
=
'
'
'
...
...
This diff is collapsed.
Click to expand it.
RelNotes
+
1
−
1
View file @
16018ae5
Documentation/RelNotes/2.3.6.txt
Documentation/RelNotes/2.3.7.txt
\ No newline at end of file
\ 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