Use '-p1' instead of '-p0' for patching.
authorW. Trevor King <wking@drexel.edu>
Mon, 30 Jan 2012 04:20:47 +0000 (23:20 -0500)
committerW. Trevor King <wking@drexel.edu>
Mon, 30 Jan 2012 04:22:24 +0000 (23:22 -0500)
commit515d0723165461ff22b0b45119344d8464313c97
tree352a6d5c9cbbdba98dfdf64b385e08b6dc9b5c3a
parent702b118838c2a3b550c42baf01ecc46b16f7bca2
Use '-p1' instead of '-p0' for patching.

This allows for patches like

  --- a/.dir_colors ...
  +++ b/.dir_colors ...

which I like better than

  --- .dir_colors ...
  +++ somewhere-else/.dir_colors ...
dotfiles.sh