File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change
1
+ Git v1.8.2.2 Release Notes
2
+ ==========================
3
+
4
+ Fixes since v1.8.2.1
5
+ --------------------
6
+
7
+ * Perl scripts like "git-svn" closed (not redirecting to /dev/null)
8
+ the standard error stream, which is not a very smart thing to do.
9
+ Later open may return file descriptor #2 for unrelated purpose, and
10
+ error reporting code may write into them.
11
+
12
+ * "git apply --whitespace=fix" was not prepared to see a line getting
13
+ longer after fixing whitespaces (e.g. tab-in-indent aka Python).
14
+
15
+ * "git diff/log --cc" did not work well with options that ignore
16
+ whitespace changes.
17
+
18
+ * Documentation on setting up a http server that requires
19
+ authentication only on the push but not fetch has been clarified.
20
+
21
+ * A few bugfixes to "git rerere" working on corner case merge
22
+ conflicts have been applied.
23
+
24
+ * "git bundle" did not like a bundle created using a commit without
25
+ any message as its one of the prerequistes.
Original file line number Diff line number Diff line change 1
- Documentation/RelNotes/1.8.2.1 .txt
1
+ Documentation/RelNotes/1.8.2.2 .txt
You can’t perform that action at this time.
0 commit comments