Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-13568

Commit Page displayed folder's name incorrectly after renamed

    XMLWordPrintable

Details

    Description

      Summary

      Commit Page displayed the new folder's name incorrectly after renaming an existing folder by adding characters at the end of the existing name.

      For an example:
      Output from terminal

      #!python
      
      $ git commit -m "Renamed Folders"
      [master 8ba3e24] Renamed Folders
       3 files changed, 0 insertions(+), 0 deletions(-)
       rename {Image => ImageC}/test2 (100%)
       rename {Test => TestFolder}/test1 (100%)
       rename {SampleFolder => RenamedFolder}/sample (100%)
      
      

      Commit Page displayed as

      #!python
      
      Image/ { → } /test2
      Test/ { → older } /test1
      { SampleFolder → RenamedFolder } /sample
      
      

      Sample Image:

      ###Steps to Reproduce

      1. Renamed a folder by adding characters at the end of the existing name. (eg. Test => Test1)
      2. Make a commit and push to the remote repository.

      ###Actual Results

      #!python
      
      { Image → ImageC} /test2
      { Test → TestFolder } /test1
      { SampleFolder → RenamedFolder } /sample
      
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            rchia Ronald C.
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: