format-patch: Always generate a patch
[git/dscho.git] / Documentation / RelNotes-1.5.2.4.txt
blob75cff475f6546402dc3486c43e0b6e7557ae621e
1 GIT v1.5.2.4 Release Notes
2 ==========================
4 Fixes since v1.5.2.3
5 --------------------
7  * Bugfixes
9    - "git-gui" bugfixes, including a handful fixes to run it
10      better on Cygwin/MSYS.
12    - "git checkout" failed to switch back and forth between
13      branches, one of which has "frotz -> xyzzy" symlink and
14      file "xyzzy/filfre", while the other one has a file
15      "frotz/filfre".
17    - "git prune" used to segfault upon seeing a commit that is
18      referred to by a tree object (aka "subproject").
20    - "git diff --name-status --no-index" mishandled an added file.
22    - "git apply --reverse --whitespace=warn" still complained
23      about whitespaces that a forward application would have
24      introduced.
26  * Documentation Fixes and Updates
28    - A handful documentation updates.