Browse Source
Some patches have a timezone formatted like ‘-08:00’ instead of ‘-0800’ (e.g. http://lwn.net/Articles/131729/), so git apply would fail to recognize the epoch timestamp of deleted files and would create empty files instead. Teach it to support both formats, and add a test case. Signed-off-by: Anders Kaseorg <andersk@mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
Anders Kaseorg
15 years ago
committed by
Junio C Hamano
2 changed files with 9 additions and 4 deletions
Loading…
Reference in new issue