You're looking at it

Homepage: https://roundabout-host.com

Fix commit API template

by roundabout, Wednesday, 1 January 2025, 14:39:24 (1735742364), pushed by roundabout, Wednesday, 1 January 2025, 14:39:27 (1735742367)

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

0331f6314aa65798cb6d8f149095d744e7a7d356

templates/api/commit.xml

@@ -1,5 +1,5 @@

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            <?xml version="1.0" encoding="UTF-8" ?>
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        <commit hash="{{ commit.sha }}" owner="{{ commit.owner_name }}" repository="{{ commit.repo_route }}" pusher="{{ commit.pusher_name }}">
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        <commit hash="{{ commit.sha }}" owner="{{ commit.owner_name }}" repository="{{ commit.repo_name }}" pusher="{{ commit.pusher_name }}">
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                <message>{{ commit.message }}</message>
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                <author-date>{{ commit.author_date }}</author-date>
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                <receive-date>{{ commit.receive_date }}</receive-date>