Merge branch 'rm/subtree-unwrap-tags'
[gitweb.git] / Documentation / RelNotes / 2.7.0.txt
index 215528b4b85eb2c49d1d1d08d8bf2eb2358b1fdc..563dadc57e84d17bc348975fce4e5102bcc03022 100644 (file)
@@ -171,6 +171,9 @@ Performance, Internal Implementation, Development Support etc.
    git/git (including build-status for pull requests that people
    open).
 
+ * The write(2) emulation for Windows learned to set errno to EPIPE
+   when necessary.
+
 
 Also contains various documentation updates and code clean-ups.
 
@@ -397,4 +400,15 @@ notes for details).
    in non-strict mode.
    (merge 92bcbb9 jk/ident-loosen-getpwuid later to maint).
 
+ * "git symbolic-ref" forgot to report a failure with its exit status.
+   (merge f91b273 jk/symbolic-ref-maint later to maint).
+
+ * History traversal with "git log --source" that starts with an
+   annotated tag failed to report the tag as "source", due to an
+   old regression in the command line parser back in v2.2 days.
+   (merge 728350b jk/pending-keep-tag-name later to maint).
+
+ * "git p4" when interacting with multiple depots at the same time
+   used to incorrectly drop changes.
+
  * Code clean-up, minor fixes etc.