Fixed issue #357: Fix line endings merging issue
commit605ecfb1c009254bcbf466bdad3c0c62a9662de4
authorFrank Li <lznuaa@gmail.com>
Sat, 10 Apr 2010 15:34:24 +0000 (10 23:34 +0800)
committerFrank Li <lznuaa@gmail.com>
Sat, 10 Apr 2010 15:34:24 +0000 (10 23:34 +0800)
treec47c6f1f185e5f6c7260fe97195aa984f803c8dc
parentf738eaf4843e644d4befc7c8552195b14c06d7ad
Fixed issue #357: Fix line endings merging issue

git cat-file can't covert crlf according to core.crlf.
correct command should be git checkout-index

Signed-off-by: Frank Li <lznuaa@gmail.com>
src/Git/GitStatusListCtrl.cpp
src/TortoiseProc/AppUtils.cpp