Doku vervollständigt, kleinere Fehler bereinigt
This commit is contained in:
		
							
								
								
									
										12
									
								
								post-merge
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								post-merge
									
									
									
									
									
								
							| @@ -24,12 +24,12 @@ for fl in commFiles: | ||||
|     flname, flext = os.path.splitext(fl) | ||||
|     if flext == '.tex': | ||||
|         rawdate = int(git.log('-1', fl, pretty='format:"%at"').split('"')[1]) | ||||
|         date = [time.strftime("%d. %B %Y %H:%M", time.gmtime(rawdate)), | ||||
|                 time.strftime("%d", time.gmtime(rawdate)), | ||||
|                 time.strftime("%m", time.gmtime(rawdate)), | ||||
|                 time.strftime("%Y", time.gmtime(rawdate)), | ||||
|                 time.strftime("%H", time.gmtime(rawdate)), | ||||
|                 time.strftime("%M", time.gmtime(rawdate))] | ||||
|         date = [time.strftime("%d. %B %Y %H:%M", time.localtime(rawdate)), | ||||
|                 time.strftime("%d", time.localtime(rawdate)), | ||||
|                 time.strftime("%m", time.localtime(rawdate)), | ||||
|                 time.strftime("%Y", time.localtime(rawdate)), | ||||
|                 time.strftime("%H", time.localtime(rawdate)), | ||||
|                 time.strftime("%M", time.localtime(rawdate))] | ||||
|         author = [git.log('-1', fl, pretty='format:"%an"').split('"')[1], | ||||
|                   git.log('-1', fl, pretty='format:"%ae"').split('"')[1]] | ||||
|         commit = [git.log('-1', fl, pretty='format:"%H"').split('"')[1], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user