This commit is contained in:
Vincent Jacques
2012-02-26 20:35:19 +00:00
parent 636e6112de
commit 6cf0a59c74
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -385,7 +385,7 @@ Repository._addAttributePolicy( SeveralAttributePolicies( [
),
ExternalListOfObjects( "git/commits", "git_commit", GitCommit,
ElementGetable( [ "sha" ], [], __modifyAttributesForObjectsReferingRepo ),
ElementCreatable( [ "message", "tree", "parents" ], [ "author", "commiter" ], __modifyAttributesForObjectsReferingRepo )
ElementCreatable( [ "message", "tree", "parents" ], [ "author", "committer" ], __modifyAttributesForObjectsReferingRepo )
),
ExternalListOfObjects( "git/trees", "git_tree", GitTree,
ElementGetable( [ "sha" ], [], __modifyAttributesForObjectsReferingRepo ),