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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CSG
git-rfc3161
Commits
4a9a4f0e
Commit
4a9a4f0e
authored
12 years ago
by
Junio C Hamano
Browse files
Options
Downloads
Patches
Plain Diff
Git 1.8.2.2
Signed-off-by:
Junio C Hamano
<
gitster@pobox.com
>
parent
7a011aac
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Documentation/RelNotes/1.8.2.2.txt
+18
-0
18 additions, 0 deletions
Documentation/RelNotes/1.8.2.2.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
with
21 additions
and
2 deletions
Documentation/RelNotes/1.8.2.2.txt
+
18
−
0
View file @
4a9a4f0e
...
@@ -4,6 +4,24 @@ Git v1.8.2.2 Release Notes
...
@@ -4,6 +4,24 @@ Git v1.8.2.2 Release Notes
Fixes since v1.8.2.1
Fixes since v1.8.2.1
--------------------
--------------------
* Zsh completion forgot that '%' character used to signal untracked
files needs to be escaped with another '%'.
* A commit object whose author or committer ident are malformed
crashed some code that trusted that a name, an email and an
timestamp can always be found in it.
* The new core.commentchar configuration was not applied to a few
places.
* "git pull --rebase" did not pass "-v/-q" options to underlying
"git rebase".
* When receive-pack detects error in the pack header it received in
order to decide which of unpack-objects or index-pack to run, it
returned without closing the error stream, which led to a hang
sideband thread.
* "git diff --diff-algorithm=algo" was understood by the command line
* "git diff --diff-algorithm=algo" was understood by the command line
parser, but "git diff --diff-algorithm algo" was not.
parser, but "git diff --diff-algorithm algo" was not.
...
...
This diff is collapsed.
Click to expand it.
Documentation/git.txt
+
2
−
1
View file @
4a9a4f0e
...
@@ -43,9 +43,10 @@ unreleased) version of Git, that is available from 'master'
...
@@ -43,9 +43,10 @@ unreleased) version of Git, that is available from '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:v1.8.2.
1
/git.html[documentation for release 1.8.2.
1
]
* link:v1.8.2.
2
/git.html[documentation for release 1.8.2.
2
]
* release notes for
* release notes for
link:RelNotes/1.8.2.2.txt[1.8.2.2].
link:RelNotes/1.8.2.1.txt[1.8.2.1].
link:RelNotes/1.8.2.1.txt[1.8.2.1].
link:RelNotes/1.8.2.txt[1.8.2].
link:RelNotes/1.8.2.txt[1.8.2].
...
...
This diff is collapsed.
Click to expand it.
GIT-VERSION-GEN
+
1
−
1
View file @
4a9a4f0e
#!/bin/sh
#!/bin/sh
GVF
=
GIT-VERSION-FILE
GVF
=
GIT-VERSION-FILE
DEF_VER
=
v1.8.2.
1
DEF_VER
=
v1.8.2.
2
LF
=
'
LF
=
'
'
'
...
...
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