File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed
Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 1+ GIT v1.6.0.3 Release Notes
2+ ==========================
3+
4+ Fixes since v1.6.0.2
5+ --------------------
6+
7+ * "git archive --format=zip" did not honor core.autocrlf while
8+ --format=tar did.
9+
10+ * Continuing "git rebase -i" was very confused when the user left modified
11+ files in the working tree while resolving conflicts.
12+
13+ * Continuing "git rebase -i" was also very confused when the user left
14+ some staged changes in the index after "edit".
15+
16+ * Behaviour of "git diff --quiet" was inconsistent with "diff --exit-code"
17+ with the output redirected to /dev/null.
18+
19+ * "Git.pm" tests relied on unnecessarily more recent version of Perl.
20+
21+ * "gitweb" triggered undef warning on commits without log messages.
22+
23+ Many other documentation updates.
24+
25+ --
26+ exec >/var/tmp/1
27+ O=v1.6.0.2-32-g8d11fde
28+ echo O=$(git describe maint)
29+ git shortlog --no-merges $O..maint
Original file line number Diff line number Diff line change 1- Documentation/RelNotes-1.6.0.2 .txt
1+ Documentation/RelNotes-1.6.0.3 .txt
You can’t perform that action at this time.
0 commit comments