Skip to content

Commit fbdf746

Browse files
committed
Fix line endings in *.git.properties files
1 parent d91dee4 commit fbdf746

File tree

3 files changed

+30
-28
lines changed

3 files changed

+30
-28
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Enable running shell scripts from bash on Windows
2+
*.git.properties eol=lf
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#Generated by Git-Commit-Id-Plugin
2-
#Wed Jul 12 12:40:39 MDT 2017
3-
foobar.build.user.email=someone@testdomain.com
4-
git.dirty
5-
git.commit.id=
6-
git.commit.message.short=Changed A=B=C
7-
git.build.user.name=John Doe
1+
#Generated by Git-Commit-Id-Plugin
2+
#Wed Jul 12 12:40:39 MDT 2017
3+
foobar.build.user.email=someone@testdomain.com
4+
git.dirty
5+
git.commit.id=
6+
git.commit.message.short=Changed A=B=C
7+
git.build.user.name=John Doe
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
#Generated by Git-Commit-Id-Plugin
2-
#Wed Jul 12 12:40:39 MDT 2017
3-
git.build.user.email=someone@testdomain.com
4-
git.build.host=DESKTOP-K6I8LTH
5-
git.dirty=true
6-
git.remote.origin.url=https\://github.com/spring-projects/spring-boot.git
7-
git.closest.tag.name=v2.0.0.M2
8-
git.commit.id.describe-short=v1.5.4.RELEASE-dirty
9-
git.commit.user.email=buildmaster@springframework.org
10-
git.commit.time=2017-06-08T06\:47\:02-0600
11-
git.commit.message.full=Release version 1.5.4.RELEASE
12-
git.build.version=1.5.4.RELEASE
13-
git.commit.message.short=Release version 1.5.4.RELEASE
14-
git.commit.id.abbrev=924aabd
15-
git.branch=924aabdad9eb1da7bfe5b075f9befa2d0b2374e8
16-
git.build.user.name=John Doe
17-
git.closest.tag.commit.count=10772
18-
git.commit.id.describe=v1.5.4.RELEASE-dirty
19-
git.commit.id=924aabdad9eb1da7bfe5b075f9befa2d0b2374e8
20-
git.tags=v1.5.4.RELEASE
21-
git.build.time=2017-07-12T12\:40\:39-0600
1+
#Generated by Git-Commit-Id-Plugin
2+
#Wed Jul 12 12:40:39 MDT 2017
3+
git.build.user.email=someone@testdomain.com
4+
git.build.host=DESKTOP-K6I8LTH
5+
git.dirty=true
6+
git.remote.origin.url=https\://github.com/spring-projects/spring-boot.git
7+
git.closest.tag.name=v2.0.0.M2
8+
git.commit.id.describe-short=v1.5.4.RELEASE-dirty
9+
git.commit.user.email=buildmaster@springframework.org
10+
git.commit.time=2017-06-08T06\:47\:02-0600
11+
git.commit.message.full=Release version 1.5.4.RELEASE
12+
git.build.version=1.5.4.RELEASE
13+
git.commit.message.short=Release version 1.5.4.RELEASE
14+
git.commit.id.abbrev=924aabd
15+
git.branch=924aabdad9eb1da7bfe5b075f9befa2d0b2374e8
16+
git.build.user.name=John Doe
17+
git.closest.tag.commit.count=10772
18+
git.commit.id.describe=v1.5.4.RELEASE-dirty
19+
git.commit.id=924aabdad9eb1da7bfe5b075f9befa2d0b2374e8
20+
git.tags=v1.5.4.RELEASE
21+
git.build.time=2017-07-12T12\:40\:39-0600
2222
git.commit.user.name=Spring Buildmaster

0 commit comments

Comments
 (0)