Set default behaviour, in case users don't have core.autocrlf set. Signed-off-by: Vladimir Gorej <[email protected]> Signed-off-by: Ivan Habunek <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/logging-log4php/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4php/commit/c45feb4d Tree: http://git-wip-us.apache.org/repos/asf/logging-log4php/tree/c45feb4d Diff: http://git-wip-us.apache.org/repos/asf/logging-log4php/diff/c45feb4d Branch: refs/heads/develop Commit: c45feb4ddd2428ce7f0486a70e1d89f1c9c00f99 Parents: ada46fd Author: Vladimir Gorej <[email protected]> Authored: Mon Dec 31 10:51:25 2012 +0100 Committer: Ivan Habunek <[email protected]> Committed: Tue Jan 1 11:35:09 2013 +0100 ---------------------------------------------------------------------- .gitattributes | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4php/blob/c45feb4d/.gitattributes ---------------------------------------------------------------------- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2f0cc2c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Set default behaviour, in case users don't have core.autocrlf set. +text=auto \ No newline at end of file
