From e12455479651c3444aca9cf550b1e1beed1055a6 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 1 Aug 2008 23:54:01 -0700 Subject: Start 1.5.6.5 RelNotes to describe accumulated fixes Signed-off-by: Junio C Hamano --- Documentation/RelNotes-1.5.6.5.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Documentation/RelNotes-1.5.6.5.txt (limited to 'Documentation/RelNotes-1.5.6.5.txt') diff --git a/Documentation/RelNotes-1.5.6.5.txt b/Documentation/RelNotes-1.5.6.5.txt new file mode 100644 index 0000000000..fc40438b16 --- /dev/null +++ b/Documentation/RelNotes-1.5.6.5.txt @@ -0,0 +1,19 @@ +GIT v1.5.6.5 Release Notes +========================== + +Fixes since v1.5.6.4 +-------------------- + +* "git init --template=" with blank "template" parameter linked files + under root directories to .git, which was a total nonsense. Instead, it + means "I do not want to use anything from the template directory". + +* "git show-branch" mishandled its 8th branch. + +* Addition of "git update-index --ignore-submodules" that happened during + 1.5.6 cycle broke "git update-index --ignore-missing". + +* "git send-email" did not parse charset from an existing Content-type: + header properly. + +Contains other various documentation fixes. -- cgit v1.2.3 From 2d0f5f3459278475602394a7165bf8919412f4e4 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 5 Aug 2008 21:20:59 -0700 Subject: RelNotes 1.5.6.5 updates Signed-off-by: Junio C Hamano --- Documentation/RelNotes-1.5.6.5.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Documentation/RelNotes-1.5.6.5.txt') diff --git a/Documentation/RelNotes-1.5.6.5.txt b/Documentation/RelNotes-1.5.6.5.txt index fc40438b16..23981acf39 100644 --- a/Documentation/RelNotes-1.5.6.5.txt +++ b/Documentation/RelNotes-1.5.6.5.txt @@ -4,10 +4,17 @@ GIT v1.5.6.5 Release Notes Fixes since v1.5.6.4 -------------------- +* "git cvsimport" used to spit out "UNKNOWN LINE..." diagnostics to stdout. + * "git init --template=" with blank "template" parameter linked files under root directories to .git, which was a total nonsense. Instead, it means "I do not want to use anything from the template directory". +* "git diff-tree" and other diff plumbing ignored diff.renamelimit configuration + variable when the user explicitly asked for rename detection. + +* "git name-rev --name-only" did not work when "--stdin" option was in effect. + * "git show-branch" mishandled its 8th branch. * Addition of "git update-index --ignore-submodules" that happened during @@ -17,3 +24,9 @@ Fixes since v1.5.6.4 header properly. Contains other various documentation fixes. + +-- +exec >/var/tmp/1 +echo O=$(git describe maint) +O=v1.5.6.4-26-g2b6ca6d +git shortlog --no-merges $O..maint -- cgit v1.2.3 From 781c1834f5419bdf81bb7f3750170ccd6b809174 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 6 Aug 2008 12:04:06 -0700 Subject: GIT 1.5.6.5 Signed-off-by: Junio C Hamano --- Documentation/RelNotes-1.5.6.5.txt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'Documentation/RelNotes-1.5.6.5.txt') diff --git a/Documentation/RelNotes-1.5.6.5.txt b/Documentation/RelNotes-1.5.6.5.txt index 23981acf39..47ca172462 100644 --- a/Documentation/RelNotes-1.5.6.5.txt +++ b/Documentation/RelNotes-1.5.6.5.txt @@ -6,6 +6,9 @@ Fixes since v1.5.6.4 * "git cvsimport" used to spit out "UNKNOWN LINE..." diagnostics to stdout. +* "git commit -F filename" and "git tag -F filename" run from subdirectories + did not read the right file. + * "git init --template=" with blank "template" parameter linked files under root directories to .git, which was a total nonsense. Instead, it means "I do not want to use anything from the template directory". @@ -24,9 +27,3 @@ Fixes since v1.5.6.4 header properly. Contains other various documentation fixes. - --- -exec >/var/tmp/1 -echo O=$(git describe maint) -O=v1.5.6.4-26-g2b6ca6d -git shortlog --no-merges $O..maint -- cgit v1.2.3