254255256257258259260261262263264
} private CommentedOption makeCommentedOption( final String commitMessage ) { final String name = identity.getName(); final Date when = new Date(); final CommentedOption co = new CommentedOption( name, null, commitMessage, when ); return co; }
288289290291292293294295296297298
276277278279280281282283284285286
267268269270271272273274275276277
224225226227228229230231232233234
8283848586878889909192
309310311312313314315316317318319
281282283284285286287288289290291
339340341342343344345346347348349
250251252253254255256257258259260