diff options
Diffstat (limited to 'Documentation/RelNotes-1.5.3.5.txt')
-rw-r--r-- | Documentation/RelNotes-1.5.3.5.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/RelNotes-1.5.3.5.txt b/Documentation/RelNotes-1.5.3.5.txt index e28d92f618..4e46d2c2a2 100644 --- a/Documentation/RelNotes-1.5.3.5.txt +++ b/Documentation/RelNotes-1.5.3.5.txt @@ -87,8 +87,8 @@ Fixes since v1.5.3.4 * A few workarounds to squelch false warnings from recent gcc have been added. --- -exec >/var/tmp/1 -O=v1.5.3.4-55-gf120ae2 -echo O=`git describe refs/heads/maint` -git shortlog --no-merges $O..refs/heads/maint + * "git-send-pack $remote frotz" segfaulted when there is nothing + named 'frotz' on the local end. + + * "git-rebase -interactive" did not handle its "--strategy" option + properly. |