/datum/tgs_revision_information
        
    
            
        
Represents git revision information.
| Vars | |
| commit | Full SHA of the commit. | 
|---|---|
| origin_commit | Full sha of last known remote commit. This may be null if the TGS repository is not currently tracking a remote branch. | 
| timestamp | ISO 8601 timestamp of when the commit was created. | 
Var Details
commit
            
        
    
            
        
        Full SHA of the commit.
origin_commit
            
        
    
            
        
        Full sha of last known remote commit. This may be null if the TGS repository is not currently tracking a remote branch.
timestamp
            
        
    
            
        
        ISO 8601 timestamp of when the commit was created.