create_tag
Description:
public OId? create_tag (string tag_name, Object target, Signature tagger, string message, CreateFlags flags) throws Error
Create a new tag object.
Parameters:
| this |
a Repository. |
| tag_name |
the tag name. |
| target |
a Object. |
| tagger |
a Signature. |
| message |
the tag message. |
| flags |
a CreateFlags. |
Returns:
|
the id to which the tag points, or null in case of an error. |