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: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. 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.
Was this helpful?