From 2998aa2312edd158b95f227d915ad400e699eba1 Mon Sep 17 00:00:00 2001
From: Gilles Sadowski
- Committers should configure the , - and - git repository or global settings with . - The first two settings define the identity and mail of the committer. - The third setting deals with line endings to achieve consistency - in line endings. Windows users should configure this setting to - (thus forcing git to convert CR/LF line endings - in the workspace while maintaining LF only line endings in the repository) - while OS X and Linux users should configure it to - (thus forcing git to only strip accidental CR/LF when committing into - the repository, but never when cheking out files from the repository). See Customizing + Committers should configure the and + and git repository (or global) settings + with . + They define the identity and mail of the committer. + See Customizing Git - Git Configuration in the git book for explanation about how to configure these settings and more.