Skip to content
This repository was archived by the owner on Jul 2, 2019. It is now read-only.

Commit 92758dd

Browse files
committed
Git 1.8.2.3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 07e03d4 commit 92758dd

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

Documentation/RelNotes/1.8.2.3.txt

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Git v1.8.2.3 Release Notes
2+
==========================
3+
4+
Fixes since v1.8.2.2
5+
--------------------
6+
7+
* "rev-list --stdin" and friends kept bogus pointers into the input
8+
buffer around as human readable object names. This was not a
9+
huge problem but was exposed by a new change that uses these
10+
names in error output.
11+
12+
* When "git difftool" drove "kdiff3", it mistakenly passed --auto
13+
option that was meant while resolving merge conflicts.
14+
15+
* "git remote add" command did not diagnose extra command line
16+
arguments as an error and silently ignored them.
17+
18+
Also contains a handful of trivial code clean-ups, documentation
19+
updates, updates to the test suite, etc.

Documentation/git.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ unreleased) version of Git, that is available from 'master'
4343
branch of the `git.git` repository.
4444
Documentation for older releases are available here:
4545

46-
* link:v1.8.2.2/git.html[documentation for release 1.8.2.2]
46+
* link:v1.8.2.3/git.html[documentation for release 1.8.2.3]
4747

4848
* release notes for
49+
link:RelNotes/1.8.2.3.txt[1.8.2.3].
4950
link:RelNotes/1.8.2.2.txt[1.8.2.2].
5051
link:RelNotes/1.8.2.1.txt[1.8.2.1].
5152
link:RelNotes/1.8.2.txt[1.8.2].

GIT-VERSION-GEN

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.8.2.2
4+
DEF_VER=v1.8.2.3
55

66
LF='
77
'

RelNotes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/1.8.2.2.txt
1+
Documentation/RelNotes/1.8.2.3.txt

0 commit comments

Comments
 (0)