1- GIT v1.5.1.1 Release Notes (draft)
1+ GIT v1.5.1.1 Release Notes
22==========================
33
44Fixes since v1.5.1
@@ -10,8 +10,23 @@ Fixes since v1.5.1
1010
1111 - The documentation for cvsimport has been majorly improved.
1212
13+ - "git-show-ref --exclude-existing" was documented.
14+
1315* Bugfixes
1416
17+ - The implementation of -p option in "git cvsexportcommit" had
18+ the meaning of -C (context reduction) option wrong, and
19+ loosened the context requirements when it was told to be
20+ strict.
21+
22+ - "git cvsserver" did not behave like the real cvsserver when
23+ client side removed a file from the working tree without
24+ doing anything else on the path. In such a case, it should
25+ restore it from the checked out revision.
26+
27+ - "git fsck" issued an alarming error message on detached
28+ HEAD. It is not an error since at least 1.5.0.
29+
1530 - "git send-email" produced of References header of unbounded length;
1631 fixed this with line-folding.
1732
@@ -37,10 +52,10 @@ Fixes since v1.5.1
3752 - gitweb did not show type-changing patch correctly in the
3853 blobdiff view.
3954
40- * Performance Tweaks
55+ - git-svn did not error out with incorrect command line options.
56+
57+ - git-svn fell into an infinite loop when insanely long commit
58+ message was found.
4159
42- --
43- exec >/var/tmp/1
44- O=v1.5.1-26-ge94a4f6
45- echo O=`git describe refs/heads/maint`
46- git shortlog --no-merges $O..refs/heads/maint
60+ - git-svn dcommit and rebase was confused by patches that were
61+ merged from another branch that is managed by git-svn.
0 commit comments