Skip to content
Snippets Groups Projects
  1. Jul 27, 2015
  2. Jul 17, 2015
  3. Jun 28, 2015
  4. Jun 26, 2015
  5. Jun 25, 2015
  6. Jun 24, 2015
  7. Jun 22, 2015
  8. Apr 28, 2015
  9. Apr 17, 2015
    • Jonas Haag's avatar
      Follow-up to #115 · e71388b6
      Jonas Haag authored
      e71388b6
    • Jonas Haag's avatar
      Fix #113: Fix whitespace in filenames in diff · 1c234b96
      Jonas Haag authored
      The 'diff.py' module used to parse unified diff lines like
      
        +++ a/foo/bar /spam/eggs
      
      as
      
        "/foo/bar"
      
      i.e. stripping anything behind whitespace. This is because it tried to
      recognize the part after whitespace as a commit revision id. As dulwich
      never uses the latter, I simply removed that feature. Whitespace isn't
      special-cased anymore now.
      1c234b96
  10. Apr 14, 2015
  11. Apr 13, 2015
  12. Jan 31, 2015
  13. Jan 20, 2015
  14. Jan 19, 2015
Loading