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