• Show log

    Commit

  • Hash : 0e32635f
    Author : Russell Belfer
    Date : 2013-09-12T14:47:15

    Move binary check to CRLF filter itself
    
    Checkout should not reject binary files from filters, as a filter
    may actually wish to operate on binary files.  The CRLF filter should
    reject binary files itself if it wishes to.  Moreover, the CRLF
    filter requires this logic so that users can emulate the checkout
    data in their odb -> workdir filtering.
    
    Conflicts:
    	src/checkout.c
    	src/crlf.c