Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] JGit Client API

On Fri, Apr 16, 2010 at 10:13 AM, Christian Halstrick
<christian.halstrick@xxxxxxxxx> wrote:
> - introduction of classes representing the options of a git.git
> command: commit(CommitOptions opt) where CommitOptions has setter for
> msg, author, committer, amend,

This is the way I would do it with some type of interface representing
the commit options. Too many arguments are a sign that you should
create this type of context object anyway.

-- 
Cheers,

Chris Aniszczyk
http://aniszczyk.org
+1 860 839 2465


Back to the top