Added or Modified label next to a green or red X with plus or minus sign beside file name in Commits section of GUI
Platform notice: Server and Data Center only. This article only applies to Atlassian products on the Server and Data Center platforms.
Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Problem
The following is seen in the GUI after a push:
Cause
This occurs when the mode of the file has been changed from the command line, eg. chmod +x or
chmod -x.
The change is them committed and pushed to the repository.
Resolution
If the file mode was changed unintentionally run the following:
chmod -x filename
Add, commit and push the changes to the repo.
You will then see:
If a change is made to this file, the flag will not be seen in the GUI for the subsequent commit.