[
https://issues.apache.org/jira/browse/SUREFIRE-1538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed SUREFIRE-1538.
------------------------------------
Resolution: Fixed
Fixed with
[a68e574559068959048d41b916dc0700f9064970|https://gitbox.apache.org/repos/asf?p=maven-surefire.git;a=commit;h=a68e574559068959048d41b916dc0700f9064970].
Reproduced on Ubuntu 14.04 LTS.
> Git considers PNG files as changed although there is no change
> --------------------------------------------------------------
>
> Key: SUREFIRE-1538
> URL: https://issues.apache.org/jira/browse/SUREFIRE-1538
> Project: Maven Surefire
> Issue Type: Bug
> Components: Maven Surefire Report Plugin
> Affects Versions: 2.22.0
> Environment: git version 2.14.1
> Ubuntu 17.04
> Reporter: Stefan Birkner
> Assignee: Michael Osipov
> Priority: Minor
> Fix For: 2.22.1
>
>
> After checking out the repository, git shows me immediately that the PNG
> files changed. This makes it hard to work with git (e.g. rebasing cannot be
> done).
> This is how I do it
> {code}
> git clone [email protected]:apache/maven-surefire.git
> cd maven-surefire
> git status
> {code}
> Then I get the following output
> {code}
> Auf Branch master
> Ihr Branch ist auf dem selben Stand wie 'origin/master'.
> Änderungen, die nicht zum Commit vorgemerkt sind:
> (benutzen Sie "git add <Datei>...", um die Änderungen zum Commit
> vorzumerken)
> (benutzen Sie "git checkout -- <Datei>...", um die Änderungen im
> Arbeitsverzeichnis zu verwerfen)
> geändert:
> maven-surefire-report-plugin/src/site/resources/images/failure-details.PNG
> geändert:
> maven-surefire-report-plugin/src/site/resources/images/surefire-sample1.PNG
> geändert:
> maven-surefire-report-plugin/src/site/resources/images/surefire-sample2.PNG
> geändert:
> maven-surefire-report-plugin/src/site/resources/images/xref.PNG
> keine Änderungen zum Commit vorgemerkt (benutzen Sie "git add" und/oder "git
> commit -a")
> {code}
>
> It's German, but I think you know what I'm talking about.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)