Skip to content
Snippets Groups Projects
  1. Feb 05, 2008
  2. Feb 03, 2008
  3. Jan 30, 2008
    • Matt Mackall's avatar
      win32: remove excessive flushing · 0973501e5f4a
      Matt Mackall authored
      Our Windows file code was flushing buffers from the operating system
      to disk, rather than from the application to the operating system.
      0973501e5f4a
  4. Jan 26, 2008
  5. Jan 21, 2008
  6. Dec 28, 2007
  7. Jan 19, 2008
  8. Jan 18, 2008
  9. Jan 12, 2008
  10. Dec 18, 2007
  11. Jan 05, 2008
  12. Jan 04, 2008
  13. Dec 28, 2007
  14. Dec 27, 2007
  15. Dec 26, 2007
  16. Dec 25, 2007
    • Patrick Mezard's avatar
      patch: be more tolerant to diffstat failures (issue 865) · a0eb8a418442
      Patrick Mezard authored
      Sometimes, revisions cannot be represented by a regular diff, only a git diff
      would capture binary files or permission changes. diffstat cannot handle git
      patches and will output "0 files changed" when fed with an empty diff. We
      cannot consider the latter to be an error, unless we rewrite diffstat to handle
      these correctly.
      a0eb8a418442
    • Thomas Arendsen Hein's avatar
      Fix chmod of writable but unowned files (issue530) · ca4f10c76ea7
      Thomas Arendsen Hein authored
      This could happen e.g. in group writable local repositories where a file
      should become executable on update.
      
      (Patch by Benoit Boissinot attached to issue530)
      ca4f10c76ea7
  17. Dec 21, 2007
Loading