Skip to content
Snippets Groups Projects
  1. Jul 14, 2014
    • Jacob Vosmaer's avatar
      Set the work_tree to the working_dir · 4b5521c3
      Jacob Vosmaer authored
      Grit guesses the `working_dir` for each repo it opens; if it can't find
      one Repo#working_dir is nil. This change passes Repo#working_dir to Git
      command in Git#native via Git's `--work-tree` command-line option.
      4b5521c3
  2. Jun 14, 2014
  3. Jun 11, 2014
  4. Jun 06, 2014
  5. May 14, 2014
  6. May 08, 2014
  7. May 03, 2014
  8. Apr 24, 2014
    • Dmitriy Zaporozhets's avatar
      Merge branch 'ensure_encoding' into 'master' · b82f9357
      Dmitriy Zaporozhets authored
      Try to ensure that encoding is utf-8
      
      This should resolve the issue of concatenating strings with different encodings which produce the "Encoding::CompatibilityError (incompatible character encodings: UTF-8 and ASCII-8BIT)" error by ensuring that we always attempt to return string with same encoding.
      b82f9357
  9. Apr 23, 2014
  10. Apr 14, 2014
  11. Apr 04, 2014
  12. Mar 18, 2014
  13. Mar 06, 2014
  14. Mar 05, 2014
  15. Mar 04, 2014
  16. Feb 05, 2014
  17. Jan 31, 2014
  18. Nov 26, 2013
Loading