diff options
author | Bin Yang <bin.yang@windriver.com> | 2017-02-23 10:12:52 +0800 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2017-02-23 10:12:52 +0800 |
commit | 763d5a21bd50959f9f4e76717e14ef6204b0485b (patch) | |
tree | 03d9820dc8cc7da42fdb4d2eab9cec29f2124d59 /.gitattributes | |
parent | b1b0386b5ed988fbbf25e326c3d0ce951eff07cd (diff) |
Update tag to be more generic
Rename tag, and add gitreview to enable git review command
Change-Id: Ifb2bf08d02f9f562fdd8a66e799b7fdc8963e587
Issue-Id: MULTIVIM-16
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..13e92ef --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.java text eol=lf +*.xml text eol=lf |