]> arthur.barton.de Git - bup.git/commit
Merge branch 'cygwin'
authorAvery Pennarun <apenwarr@gmail.com>
Mon, 11 Jan 2010 20:18:35 +0000 (15:18 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Mon, 11 Jan 2010 20:18:35 +0000 (15:18 -0500)
commit49d985b39a15c17a7156d4fd27fa1357c9f5f49d
tree66d3b2d1cd583de6f448eea46154f32d0327f771
parent609627e6d8ab41395c8bb06c7bffd1a500ee2916
parentc823518e790c9cac4087ab0677b8d127efc431c4
Merge branch 'cygwin'

* cygwin:
  Assorted cleanups to Luke's cygwin fixes.
  Makefile: work with cygwin on different windows versions.
  .gitignore sanity.
  Makefile:  On Windows, executable files must end with .exe.
  client.py:  Windows files don't support ':', so rename cachedir.
  index.py:  os.rename() fails on Windows if dstfile already exists.
  Don't try to rename tmpfiles into existing open files.
  helpers.py:  Cygwin doesn't support `hostname -f`, use `hostname`.
  cmd-index.py:  Retry os.open without O_LARGEFILE if not supported.
  Makefile:  Build on Windows under Cygwin.