Skip to content
Snippets Groups Projects
  1. Apr 17, 2015
    • 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
  2. Apr 14, 2015
  3. Apr 13, 2015
  4. Jan 31, 2015
  5. Jan 20, 2015
  6. Jan 19, 2015
  7. Jul 01, 2014
  8. Jun 30, 2014
  9. Jun 22, 2014
  10. Jun 21, 2014
  11. Jun 20, 2014
    • Jonas Haag's avatar
      Fix #99/#53. · 8888103a
      Jonas Haag authored
      Thanks to @Mechazawa for the report and patch.
      8888103a
  12. May 12, 2014
  13. May 03, 2014
  14. May 02, 2014
  15. Mar 13, 2014
  16. Mar 12, 2014
  17. Mar 09, 2014
  18. Mar 08, 2014
  19. Mar 05, 2014
  20. Feb 21, 2014
Loading