Bug 28248

Summary: не прикладывается hg-патч в локали ru_RU
Product: Sisyphus Reporter: Gleb F-Malinovskiy <glebfm>
Component: git-coreAssignee: placeholder <placeholder>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P3 CC: glebfm, ldv, placeholder
Version: unstable   
Hardware: all   
OS: Linux   

Description Gleb F-Malinovskiy 2012-12-20 21:08:14 MSK
Патч в формате HG changeset patch не прикладывается в локали ru_RU

$ git am -p2 V280.patch       
Applying: Add V280 patches
fatal: invalid date format: Вт, 09 фев 2010 21:30:06 -0700
$
...
$ LANG=C git am -p2 V280.patch
Applying: Add V280 patches
$
Comment 1 Repository Robot 2013-01-06 20:55:36 MSK
git-1.8.0.3-alt1 -> sisyphus:

* Sun Jan 06 2013 Dmitry V. Levin <ldv@altlinux> 1.8.0.3-alt1
- Updated to maint v1.8.0.3.
- git-am: fixed "hg" patch format support (closes: #28248).