Patch commit vies

by roundabout, Saturday, 4 May 2024, 06:21:55 (1714803715), pushed by roundabout, Wednesday, 31 July 2024, 06:54:48 (1722408888)

Author identity: vlad <vlad.muntoiu@gmail.com>

8bebbaf5e38f830d537343e0b8773221e1070edd

__pycache__/config.cpython-310.pyc

app.py

@@ -772,6 +772,7 @@ def repository_commit(username, repository, sha):

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                                                str(sha) + "^!", "--", file).decode().split("\n") for
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                              file in files},
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                        data=db.session.get(Commit, f"/{username}/{repository}/{sha}"),
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                    repo_data=repo_data,
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                )