Commit | Line | Data |
---|---|---|
1a9016aa JH |
1 | GIT v1.6.0.4 Release Notes |
2 | ========================== | |
3 | ||
4 | Fixes since v1.6.0.3 | |
5 | -------------------- | |
6 | ||
02893a85 | 7 | * 'git add -p' said "No changes" when only binary files were changed. |
1a9016aa | 8 | |
02893a85 JH |
9 | * 'git archive' did not work correctly in bare repositories. |
10 | ||
11 | * 'git checkout -t -b newbranch' when you are on detached HEAD was broken. | |
1a9016aa JH |
12 | |
13 | * when we refuse to detect renames because there are too many new or | |
02893a85 | 14 | deleted files, 'git diff' did not say how many there are. |
1a9016aa | 15 | |
02893a85 | 16 | * 'git push --mirror' tried and failed to push the stash; there is no |
1a9016aa JH |
17 | point in sending it to begin with. |
18 | ||
7c181d62 JH |
19 | * 'git push' did not update the remote tracking reference if the corresponding |
20 | ref on the remote end happened to be already up to date. | |
21 | ||
02893a85 JH |
22 | * 'git pull $there $branch:$current_branch' did not work when you were on |
23 | a branch yet to be born. | |
24 | ||
25 | * when giving up resolving a conflicted merge, 'git reset --hard' failed | |
26 | to remove new paths from the working tree. | |
27 | ||
28 | * 'git send-email' had a small fd leak while scanning directory. | |
29 | ||
30 | * 'git status' incorrectly reported a submodule directory as an untracked | |
31 | directory. | |
1a9016aa | 32 | |
a0178ae2 | 33 | * 'git svn' used deprecated 'git-foo' form of subcommand invocation. |
1a9016aa | 34 | |
7c181d62 JH |
35 | * 'git update-ref -d' to remove a reference did not honor --no-deref option. |
36 | ||
1a9016aa JH |
37 | * Plugged small memleaks here and there. |
38 | ||
39 | * Also contains many documentation updates. |