Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for filenames with special characters in git diffs. #129

Closed

Commits on Jul 2, 2012

  1. Add support for filenames with special characters in git diffs.

    When there are special (eg. UTF-8) characters in filenames,
    git double-quotes them in diff output.
    
    * New regular expression to grab quoted filenames
    * Then gsub gets rid of the double escaped bytes
    * Force UTF-8 encoding on the string
    Jonathan Hoyt and Nick Hengeveld authored and jonmagic committed Jul 2, 2012
    Configuration menu
    Copy the full SHA
    88ccad1 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2012

  1. Use CharlockHolmes to detect encoding/transcode to UTF-8

    For compatibility with both Ruby 1.8 and 1.9.
    nickh committed Jul 9, 2012
    Configuration menu
    Copy the full SHA
    9d7c3e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2012

  1. Configuration menu
    Copy the full SHA
    9049378 View commit details
    Browse the repository at this point in the history
  2. No longer need charlock_holmes

    nickh committed Jul 20, 2012
    Configuration menu
    Copy the full SHA
    1418113 View commit details
    Browse the repository at this point in the history