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::
1772
1772
1773
1773
rerere.enabled::
1774
1774
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`.
1779
1779
1780
1780
sendemail.identity::
1781
1781
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'
44
44
branch of the `git.git` repository.
45
45
Documentation for older releases are available here:
46
46
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 ]
48
48
49
49
* 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],
50
53
link:RelNotes/1.7.8.txt[1.7.8].
51
54
52
55
* 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