Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.5.0

Request #19385 omit Command::stripEscapeSequence
Submitted: 2012-04-18 02:00 UTC
From: cweiske Assigned:
Status: Open Package: VersionControl_Git (version 0.4.4)
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  


 [2012-04-18 02:00 UTC] cweiske (Christian Weiske)
Description: ------------ Sometimes it's necessary to omit the call to stripEscapeSequence() in VersionControl_Git_Util_Command::execute() - for example, when I want to fetch the contents of a binary file with "git show hash:path/to/file.jpg". Due to the escape sequence stripping, the binary files break easily. It should be possible to set an option so that stripping is not done.

Comments