Skip to content

Commit

Permalink
Git 1.6.5.5
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
gitster committed Dec 5, 2009
1 parent 77cd6ab commit aa03131
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
9 changes: 7 additions & 2 deletions Documentation/RelNotes-1.6.5.5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
3 changes: 2 additions & 1 deletion Documentation/git.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ unreleased) version of git, that is available from 'master'
branch of the `git.git` repository.
Documentation for older releases are available here:

* link:v1.6.5.4/git.html[documentation for release 1.6.5.4]
* link:v1.6.5.5/git.html[documentation for release 1.6.5.5]

* release notes for
link:RelNotes-1.6.5.5.txt[1.6.5.5],
link:RelNotes-1.6.5.4.txt[1.6.5.4],
link:RelNotes-1.6.5.3.txt[1.6.5.3],
link:RelNotes-1.6.5.2.txt[1.6.5.2],
Expand Down
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v1.6.5.4
DEF_VER=v1.6.5.5

LF='
'
Expand Down
2 changes: 1 addition & 1 deletion RelNotes

0 comments on commit aa03131

Please sign in to comment.