~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/ngit/NGit/NGit.Api/TagCommand.cs

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
                /// </returns>
100
100
                /// <exception cref="NGit.Api.Errors.NoHeadException">when called on a git repo without a HEAD reference
101
101
                ///     </exception>
102
 
                /// <exception cref="NGit.Api.Errors.JGitInternalException">
103
 
                /// a low-level exception of JGit has occurred. The original
104
 
                /// exception can be retrieved by calling
105
 
                /// <see cref="System.Exception.InnerException()">System.Exception.InnerException()</see>
106
 
                /// . Expect only
107
 
                /// <code>IOException's</code>
108
 
                /// to be wrapped.
109
 
                /// </exception>
 
102
                /// <since>2.0</since>
 
103
                /// <exception cref="NGit.Api.Errors.GitAPIException"></exception>
110
104
                /// <exception cref="NGit.Api.Errors.ConcurrentRefUpdateException"></exception>
111
105
                /// <exception cref="NGit.Api.Errors.InvalidTagNameException"></exception>
112
106
                public override Ref Call()