11
11
12
12
* The support to build with NO_PTHREADS has been resurrected.
13
13
14
+ * Compilation options has been updated a bit to support z/OS port
15
+ better.
16
+
14
17
15
18
UI, Workflows & Features
16
19
@@ -33,10 +36,16 @@ UI, Workflows & Features
33
36
to replace blob contents, names of people and paths and log
34
37
messages with bland and simple strings to help them.
35
38
39
+ * "git difftool" learned an option to stop feeding paths to the
40
+ diff backend when it exits with a non-zero status.
41
+
36
42
* "log --date=iso" uses a slight variant of ISO 8601 format that is
37
43
made more human readable. A new "--date=iso-strict" option gives
38
44
datetime output that is more strictly conformant.
39
45
46
+ * The logic "git prune" uses is more resilient against various corner
47
+ cases.
48
+
40
49
* A broken reimplementation of Git could write an invalid index that
41
50
records both stage #0 and higher stage entries for the same path.
42
51
We now notice and reject such an index, as there is no sensible
@@ -53,6 +62,10 @@ UI, Workflows & Features
53
62
creted temporary directory, instead of the current directory, by
54
63
setting the mergetool.writeToTemp configuration variable.
55
64
65
+ * "git mergetool" understands "--tool bc" now, as version 4 of
66
+ BeyondCompare can be driven the same way as its version 3 and it
67
+ feels awkward to say "--tool bc3".
68
+
56
69
* The "pre-receive" and "post-receive" hooks are no longer required
57
70
to consume their input fully (not following this requirement used
58
71
to result in intermittent errors in "git push").
@@ -150,6 +163,10 @@ Performance, Internal Implementation, etc.
150
163
array for child process, alleviating the need for the callers to
151
164
allocate and deallocate them.
152
165
166
+ * Some people use AsciiDoctor, instead of AsciiDoc, to format our
167
+ documentation set; the documentation has been adjusted, as
168
+ AsciiDoctor is pickier than AsciiDoc in its input mark-up.
169
+
153
170
154
171
Also contains various documentation updates and code clean-ups.
155
172
0 commit comments