diff options
| author | Junio C Hamano <gitster@pobox.com> | 2008-12-19 19:27:06 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2008-12-19 19:27:35 -0800 |
| commit | 718258e256b74622aa55f5ee0cb9cff4cce6bf9f (patch) | |
| tree | be359d31387fa335ceb3ad116c229643d492878d /Documentation/RelNotes-1.5.5.6.txt | |
| parent | fast-import: make tagger information optional (diff) | |
| parent | GIT 1.5.6.6 (diff) | |
| download | git-1.6.0.6.tar.gz git-1.6.0.6.zip | |
GIT 1.6.0.6v1.6.0.6
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.5.5.6.txt')
| -rw-r--r-- | Documentation/RelNotes-1.5.5.6.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/RelNotes-1.5.5.6.txt b/Documentation/RelNotes-1.5.5.6.txt new file mode 100644 index 0000000000..d5e85cb70e --- /dev/null +++ b/Documentation/RelNotes-1.5.5.6.txt @@ -0,0 +1,10 @@ +GIT v1.5.5.6 Release Notes +========================== + +Fixes since 1.5.5.5 +------------------- + + * Removed support for an obsolete gitweb request URI, whose + implementation ran "git diff" Porcelain, instead of using plumbing, + which would have run an external diff command specified in the + repository configuration as the gitweb user. |
