Is there a way to get tripple dot diff? #1406
              
                
                  
                  
                    Answered
                  
                  by
                    Byron
                  
              
          
                  
                    
                      nasifimtiazohi
                    
                  
                
                  asked this question in
                Q&A
              
            -
| I am getting the diff between two commits using  However, the default  | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            Byron
          
      
      
        Jan 30, 2022 
      
    
    Replies: 1 comment 1 reply
-
| Maybe this works? repo.git.diff("{}...{}".format(commit_a, commit_b), ignore_blank_lines=True, ignore_space_at_eol=True) | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
      Answer selected by
        Byron
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Maybe this works?