File tree Expand file tree Collapse file tree 3 files changed +24
-5
lines changed
Expand file tree Collapse file tree 3 files changed +24
-5
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -1772,10 +1772,10 @@ rerere.autoupdate::
17721772
17731773rerere.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
17801780sendemail.identity::
17811781 A configuration identity. When given, causes values in the
Original file line number Diff line number Diff line change @@ -44,9 +44,12 @@ unreleased) version of git, that is available from 'master'
4444branch of the `git.git` repository.
4545Documentation 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]
You can’t perform that action at this time.
0 commit comments