Skip to content

Commit 21c6a18

Browse files
committed
Sync with 1.7.8.3
2 parents 247f9d2 + 5f4d133 commit 21c6a18

File tree

3 files changed

+24
-5
lines changed

3 files changed

+24
-5
lines changed

Documentation/RelNotes/1.7.8.3.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Git v1.7.8.3 Release Notes
2+
==========================
3+
4+
Fixes since v1.7.8.2
5+
--------------------
6+
7+
* Attempt to fetch from an empty file pretending it to be a bundle did
8+
not error out correctly.
9+
10+
* gitweb did not correctly fall back to configured $fallback_encoding
11+
that is not 'latin1'.
12+
13+
* "git clone --depth $n" did not catch a non-number given as $n as an
14+
error.
15+
16+
Also contains minor fixes and documentation updates.

Documentation/config.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1772,10 +1772,10 @@ rerere.autoupdate::
17721772

17731773
rerere.enabled::
17741774
Activate recording of resolved conflicts, so that identical
1775-
conflict hunks can be resolved automatically, should they
1776-
be encountered again. linkgit:git-rerere[1] command is by
1777-
default enabled if you create `rr-cache` directory under
1778-
`$GIT_DIR`, but can be disabled by setting this option to false.
1775+
conflict hunks can be resolved automatically, should they be
1776+
encountered again. By default, linkgit:git-rerere[1] is
1777+
enabled if there is an `rr-cache` directory under the
1778+
`$GIT_DIR`.
17791779

17801780
sendemail.identity::
17811781
A configuration identity. When given, causes values in the

Documentation/git.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,12 @@ unreleased) version of git, that is available from 'master'
4444
branch of the `git.git` repository.
4545
Documentation for older releases are available here:
4646

47-
* link:v1.7.8/git.html[documentation for release 1.7.8]
47+
* link:v1.7.8.3/git.html[documentation for release 1.7.8.3]
4848

4949
* release notes for
50+
link:RelNotes/1.7.8.3.txt[1.7.8.3],
51+
link:RelNotes/1.7.8.2.txt[1.7.8.2],
52+
link:RelNotes/1.7.8.1.txt[1.7.8.1],
5053
link:RelNotes/1.7.8.txt[1.7.8].
5154

5255
* link:v1.7.7.5/git.html[documentation for release 1.7.7.5]

0 commit comments

Comments
 (0)