929 or delete (boolean) |
929 or delete (boolean) |
930 </dd> |
930 </dd> |
931 </dl> |
931 </dl> |
932 <a NAME="Git.gitBlame" ID="Git.gitBlame"></a> |
932 <a NAME="Git.gitBlame" ID="Git.gitBlame"></a> |
933 <h4>Git.gitBlame</h4> |
933 <h4>Git.gitBlame</h4> |
934 <b>gitBlame</b>(<i>name</i>) |
934 <b>gitBlame</b>(<i>name, skiplist=""</i>) |
935 |
935 |
936 <p> |
936 <p> |
937 Public method to show the output of the git blame command. |
937 Public method to show the output of the git blame command. |
938 </p> |
938 </p> |
939 <dl> |
939 <dl> |
940 |
940 |
941 <dt><i>name</i></dt> |
941 <dt><i>name</i> (str)</dt> |
942 <dd> |
942 <dd> |
943 file name to show the annotations for (string) |
943 file name to show the annotations for |
|
944 </dd> |
|
945 <dt><i>skiplist</i> (str)</dt> |
|
946 <dd> |
|
947 name of a skip list file |
944 </dd> |
948 </dd> |
945 </dl> |
949 </dl> |
946 <a NAME="Git.gitBranch" ID="Git.gitBranch"></a> |
950 <a NAME="Git.gitBranch" ID="Git.gitBranch"></a> |
947 <h4>Git.gitBranch</h4> |
951 <h4>Git.gitBranch</h4> |
948 <b>gitBranch</b>(<i>name, revision=None, branchName=None, branchOp=None</i>) |
952 <b>gitBranch</b>(<i>name, revision=None, branchName=None, branchOp=None</i>) |