git: sign commits
This commit is contained in:
		
							parent
							
								
									cef96416d8
								
							
						
					
					
						commit
						7d15904e7c
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
					@ -16,13 +16,17 @@ in
 | 
				
			||||||
        user = {
 | 
					        user = {
 | 
				
			||||||
          name = username;
 | 
					          name = username;
 | 
				
			||||||
          email = mail.personal.user;
 | 
					          email = mail.personal.user;
 | 
				
			||||||
 | 
					          signingkey = "2F8F21CE8721456B";
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
        init.defaultBranch = "main";
 | 
					        init.defaultBranch = "main";
 | 
				
			||||||
        core = {
 | 
					        core = {
 | 
				
			||||||
          fsmonitor = true;
 | 
					          fsmonitor = true;
 | 
				
			||||||
          untrackedCache = true;
 | 
					          untrackedCache = true;
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
        commit.verbose = true;
 | 
					        commit = {
 | 
				
			||||||
 | 
					          verbose = true;
 | 
				
			||||||
 | 
					          gpgsign = true;
 | 
				
			||||||
 | 
					        };
 | 
				
			||||||
        fetch = {
 | 
					        fetch = {
 | 
				
			||||||
          prune = true;
 | 
					          prune = true;
 | 
				
			||||||
          pruneTags = true;
 | 
					          pruneTags = true;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue