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  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 40 + 42 = ?

 
 [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