diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-12-05 11:08:35 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-12-05 11:08:35 -0800 |
commit | aa031314bf8189a15290d5bd0d85fa2a0307ceb7 (patch) | |
tree | 18ce5d8e11ba76ef604cfc34346bc25a229be75e /Documentation/RelNotes-1.6.5.5.txt | |
parent | 77cd6ab62108c2d4ddd4343abd9bae17c406be4b (diff) | |
download | git-aa031314bf8189a15290d5bd0d85fa2a0307ceb7.tar.gz git-aa031314bf8189a15290d5bd0d85fa2a0307ceb7.tar.xz |
Git 1.6.5.5v1.6.5.5
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.6.5.5.txt')
-rw-r--r-- | Documentation/RelNotes-1.6.5.5.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Documentation/RelNotes-1.6.5.5.txt b/Documentation/RelNotes-1.6.5.5.txt index 616e0dd0f..ecfc57d87 100644 --- a/Documentation/RelNotes-1.6.5.5.txt +++ b/Documentation/RelNotes-1.6.5.5.txt @@ -18,6 +18,9 @@ Fixes since v1.6.5.4 twice, and held onto memory after it has used the data in it unnecessarily before it freed. + * "git diff -B" and "git diff --dirstat" was not counting newly added + contents correctly. + * "git format-patch revisions... -- path" issued an incorrect error message that suggested to use "--" on the command line when path does not exist in the current work tree (it is a separate matter if @@ -39,6 +42,8 @@ Fixes since v1.6.5.4 * "git rebase" got confused when the log message began with certain strings that looked like Subject:, Date: or From: header. -Other minor documentation updates are included. + * "git reset" accidentally run in .git/ directory checked out the + work tree contents in there. -v1.6.5.4-47-gdda8f4b + +Other minor documentation updates are included. |