Remove the annoying "ok" printout from show-diff.
It used to be useful before I wrote "show-files", so that show-diff would also tell what the cached files were. Now it's just annoying.maint
							parent
							
								
									74b46e32cb
								
							
						
					
					
						commit
						5e76011c0d
					
				|  | @ -39,10 +39,8 @@ int main(int argc, char **argv) | ||||||
| 			continue; | 			continue; | ||||||
| 		} | 		} | ||||||
| 		changed = cache_match_stat(ce, &st); | 		changed = cache_match_stat(ce, &st); | ||||||
| 		if (!changed) { | 		if (!changed) | ||||||
| 			printf("%s: ok\n", ce->name); |  | ||||||
| 			continue; | 			continue; | ||||||
| 		} |  | ||||||
| 		printf("%.*s:  ", ce->namelen, ce->name); | 		printf("%.*s:  ", ce->namelen, ce->name); | ||||||
| 		for (n = 0; n < 20; n++) | 		for (n = 0; n < 20; n++) | ||||||
| 			printf("%02x", ce->sha1[n]); | 			printf("%02x", ce->sha1[n]); | ||||||
		Loading…
	
		Reference in New Issue
	
	 Linus Torvalds
						Linus Torvalds