Merge branch 'stable-2.15' into stable-2.16
* stable-2.15: PutDescription: Use present tense for commit message Change-Id: I1f91ddeb3b6a1878580a58ee7a95ae9276e0e199
This commit is contained in:
		| @@ -74,7 +74,7 @@ public class PutDescription implements RestModifyView<ProjectResource, Descripti | |||||||
|  |  | ||||||
|       String msg = |       String msg = | ||||||
|           MoreObjects.firstNonNull( |           MoreObjects.firstNonNull( | ||||||
|               Strings.emptyToNull(input.commitMessage), "Updated description.\n"); |               Strings.emptyToNull(input.commitMessage), "Update description\n"); | ||||||
|       if (!msg.endsWith("\n")) { |       if (!msg.endsWith("\n")) { | ||||||
|         msg += "\n"; |         msg += "\n"; | ||||||
|       } |       } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 David Pursehouse
					David Pursehouse