@@ -11,17 +11,6 @@ UI, Workflows & Features
11
11
to be the localization coordinator. An initial set of translated
12
12
messages for simplified chinese is available.
13
13
14
- * Improved handling of views, labels and branches in git-p4 (in contrib).
15
-
16
- * "git-p4" (in contrib) suffered from unnecessary merge conflicts when
17
- p4 expanded the embedded $RCS$-like keywords; it can be now told to
18
- unexpand them.
19
-
20
- * Some "git-svn" updates.
21
-
22
- * "vcs-svn"/"svn-fe" learned to read dumps with svn-deltas and
23
- support incremental imports.
24
-
25
14
* The configuration mechanism learned an "include" facility; an
26
15
assignment to the include.path pseudo-variable causes the named
27
16
file to be included in-place when Git looks up configuration
@@ -31,6 +20,10 @@ UI, Workflows & Features
31
20
recorded contents "more useful", and allowed to fail; a filter can
32
21
new optionally be marked as "required".
33
22
23
+ * Options whose names begin with "--no-" (e.g. the "--no-verify"
24
+ option of the "git commit" command) can be negated by omitting
25
+ "no-" from its name, e.g. "git commit --verify".
26
+
34
27
* "git am" learned to pass "-b" option to underlying "git mailinfo", so
35
28
that bracketed string other than "PATCH" at the beginning can be kept.
36
29
@@ -47,6 +40,9 @@ UI, Workflows & Features
47
40
* "diff-highlight" filter (in contrib/) was updated to produce more
48
41
aesthetically pleasing output.
49
42
43
+ * "fsck" learned "--no-dangling" option to omit dangling object
44
+ information.
45
+
50
46
* "git merge" in an interactive session learned to spawn the editor
51
47
by default to let the user edit the auto-generated merge message,
52
48
to encourage people to explain their merges better. Legacy scripts
@@ -68,6 +64,19 @@ UI, Workflows & Features
68
64
needed (including the ones that are not necessary for a specific
69
65
task).
70
66
67
+ Foreign Interface
68
+
69
+ * Improved handling of views, labels and branches in git-p4 (in contrib).
70
+
71
+ * "git-p4" (in contrib) suffered from unnecessary merge conflicts when
72
+ p4 expanded the embedded $RCS$-like keywords; it can be now told to
73
+ unexpand them.
74
+
75
+ * Some "git-svn" updates.
76
+
77
+ * "vcs-svn"/"svn-fe" learned to read dumps with svn-deltas and
78
+ support incremental imports.
79
+
71
80
Performance
72
81
73
82
* During "git upload-pack" in response to "git fetch", unnecessary calls
@@ -143,7 +152,7 @@ details).
143
152
144
153
---
145
154
exec >/var/tmp/1
146
- O=v1.7.9.2-347-gbfabdfe
155
+ O=v1.7.9.2-358-g64d1544
147
156
echo O=$(git describe)
148
157
git log --first-parent --oneline ^maint $O..
149
158
echo
0 commit comments