I am looking to view the equivalent to git blame in Sublime Merge, but for a file that has not been modified. I searched on here and came across this thread that suggested using View Tree in the Command Palette. When I tried that, there was no option in the Command Palette for View Tree. I would greatly appreciate any help!
View blame for unmodified file
        
          mikebader
          
            
        
        #1
      
      
        0 Likes
      
      
        
          bschaaf
          
            
        
        #2
      
      You need to select a commit to view its tree. You can also blame from the command palette.
        0 Likes
      
      
        
          mikebader
          
            
        
        #3
      
      Ahhh, thank you! I did not realize that I had to select a commit to blame.
Is there an equivalent to ls-tree command in Sublime Merge?
        0 Likes
      
      
        
          bschaaf
          
            
        
        #4
      
      You don’t need to select a commit to blame, you can blame anytime. You do need to select a commit to view its tree, which is the equivalent to ls-tree.
        0 Likes