Home Explore Blog CI



git

Documentation/RelNotes/1.5.6.6.adoc
58817970b845abed945597975b040714963a3ac678c39fbb0000000300000156
GIT v1.5.6.6 Release Notes
==========================

Fixes since 1.5.6.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.

Chunks
28a8e4f9 (1st chunk of `Documentation/RelNotes/1.5.6.6.adoc`)
Title: GIT v1.5.6.6 Release Notes
Summary
The GIT v1.5.6.6 release includes fixes, notably removing obsolete gitweb request URI support to improve security and functionality, specifically by replacing the use of git diff Porcelain with plumbing, allowing for the use of an external diff command as specified in the repository configuration for the gitweb user.