Merge branch 'sg/worktree-remove-errormsg'
Error message update/clarification. * sg/worktree-remove-errormsg: worktree remove: clarify error message on dirty worktreemaint
						commit
						d4b12b9e07
					
				|  | @ -880,7 +880,7 @@ static void check_clean_worktree(struct worktree *wt, | ||||||
| 			  original_path); | 			  original_path); | ||||||
| 	ret = xread(cp.out, buf, sizeof(buf)); | 	ret = xread(cp.out, buf, sizeof(buf)); | ||||||
| 	if (ret) | 	if (ret) | ||||||
| 		die(_("'%s' is dirty, use --force to delete it"), | 		die(_("'%s' contains modified or untracked files, use --force to delete it"), | ||||||
| 		    original_path); | 		    original_path); | ||||||
| 	close(cp.out); | 	close(cp.out); | ||||||
| 	ret = finish_command(&cp); | 	ret = finish_command(&cp); | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 Junio C Hamano
						Junio C Hamano