-
| Can I get structured results by gitpython? | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            Byron
          
      
      
        Aug 12, 2020 
      
    
    Replies: 1 comment
-
| No, one would have to parse the output of  | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        Byron
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
No, one would have to parse the output of
repo.git.log('-L')by hand.