You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ds...@apache.org on 2017/08/31 01:25:39 UTC

[02/47] geode git commit: [#150615582] limit .gitattributes to only java files

[#150615582] limit .gitattributes to only java files

Signed-off-by: Jens Deppe <jd...@pivotal.io>


Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/21c1fb9d
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/21c1fb9d
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/21c1fb9d

Branch: refs/heads/feature/GEODE-3543
Commit: 21c1fb9d88d1fae657d527a13422540f5e8577ce
Parents: 73a847a
Author: Dick Cavender <dc...@pivotal.io>
Authored: Mon Aug 28 15:55:07 2017 -0700
Committer: Jens Deppe <jd...@pivotal.io>
Committed: Mon Aug 28 15:55:07 2017 -0700

----------------------------------------------------------------------
 .gitattributes | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/21c1fb9d/.gitattributes
----------------------------------------------------------------------
diff --git a/.gitattributes b/.gitattributes
index 6313b56..36dd437 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1 @@
-* text=auto eol=lf
+*.java text=auto eol=lf