UNPKG

5.28 kBTypeScriptView Raw
1// Type definitions for nodegit 0.28
2// Project: https://github.com/nodegit/nodegit, http://nodegit.org
3// Definitions by: Dolan Miu <https://github.com/dolanmiu>,
4// Tobias Nießen <https://github.com/tniessen>,
5// Pierre Vigier <https://github.com/pvigier>
6// Jibril Saffi <https://github.com/IGI-111>
7// Benjamin Schuster-Boeckler <https://github.com/DaGaMs>
8// Julien Chaumond <https://github.com/julien-c>
9// Jake Murzy <https://github.com/jmurzy>
10// Niklas Wenzel <https://github.com/nikwen>
11// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
12
13export { AnnotatedCommit } from './annotated-commit';
14export { Apply } from './apply';
15export { ApplyOptions } from './apply-options';
16export { Attr } from './attr';
17export { BlameHunk } from './blame-hunk';
18export { BlameOptions } from './blame-options';
19export { Blame } from './blame';
20export { Blob } from './blob';
21export { Branch } from './branch';
22export { Buf } from './buf';
23export { CertHostkey } from './cert-host-key';
24export { CertX509 } from './cert-x509';
25export { Cert } from './cert';
26export { CheckoutOptions } from './checkout-options';
27export { Checkout } from './checkout';
28export { CherrypickOptions } from './cherry-pick-options';
29export { Cherrypick } from './cherry-pick';
30export { CloneOptions } from './clone-options';
31export { Clone } from './clone';
32export { Commit } from './commit';
33export { Config } from './config';
34export { ConvenientHunk } from './convenient-hunk';
35export { ConvenientPatch } from './convenient-patch';
36export { CredUserpassPayload } from './cred-user-pass-payload';
37export { CredUsername } from './cred-username';
38export { Cred } from './cred';
39export { CvarMap } from './cvar-map';
40export { DescribeFormatOptions } from './describe-format-options';
41export { DescribeOptions } from './describe-options';
42export { DiffBinaryFile } from './diff-binary-file';
43export { DiffBinary } from './diff-binary';
44export { DiffDelta } from './diff-delta';
45export { DiffFile } from './diff-file';
46export { DiffLine } from './diff-line';
47export { DiffOptions } from './diff-options';
48export { DiffPerfdata } from './diff-perf-data';
49export { DiffStats } from './diff-stats';
50export { Diff, DiffFindOptions } from './diff';
51export { Enums } from './enums';
52export { Error } from './error';
53export { FetchOptions } from './fetch-options';
54export { Fetch } from './fetch';
55export { Filter } from './filter';
56export { Giterr } from './git-err';
57export { Graph } from './graph';
58export { Hashsig } from './hash-sig';
59export { Index } from './index_';
60export { IndexEntry } from './index-entry';
61export { Ignore } from './ignore';
62export { Indexer } from './indexer';
63export { Libgit2 } from './lib-git2';
64export { MergeFileInput } from './merge-file-input';
65export { MergeFileOptions } from './merge-file-options';
66export { MergeFileResult } from './merge-file-result';
67export { MergeOptions } from './merge-options';
68export { Merge } from './merge';
69export { Note } from './note';
70export { Object } from './object';
71export { OdbExpandId } from './odb-expand-id';
72export { OdbObject } from './odb-object';
73export { Odb } from './odb';
74export { Oidarray } from './oid-array';
75export { Oid } from './oid';
76export { Openssl } from './open-ssl';
77export { Packbuilder } from './pack-builder';
78export { Pathspec } from './path-spec';
79export { ProxyOptions } from './proxy-options';
80export { Proxy } from './proxy';
81export { PushOptions } from './push-options';
82export { PushUpdate } from './push-update';
83export { Push } from './push';
84export { RebaseOperation } from './rebase-operation';
85export { Rebase, RebaseOptions } from './rebase';
86export { Refdb } from './ref-db';
87export { Reflog, ReflogEntry } from './ref-log';
88export { Refspec } from './ref-spec';
89export { Reference } from './reference';
90export { RemoteCallbacks } from './remote-callbacks';
91export { Remote } from './remote';
92export { Repository, RepositoryInitOptions } from './repository';
93export { Reset } from './reset';
94export { Revparse } from './rev-parse';
95export { Revwalk } from './rev-walk';
96export { Revert } from './revert';
97export { Signature } from './signature';
98export { Stash } from './stash';
99export { StatusEntry } from './status-entry';
100export { StatusFileOptions } from './status-file-options';
101export { StatusFile } from './status-file';
102export { StatusList } from './status-list';
103export { StatusOptions } from './status-options';
104export { Status } from './status';
105export { Strarray } from './str-array';
106export { SubmoduleUpdateOptions } from './submodule-update-options';
107export { Submodule } from './submodule';
108export { Tag } from './tag';
109export { Time } from './time';
110export { TransferProgress } from './transfer-progress';
111export { Transport } from './transport';
112export { Treebuilder } from './tree-builder';
113export { TreeEntry } from './tree-entry';
114export { TreeUpdate } from './tree-update';
115export { Tree } from './tree';
116export { Worktree } from './worktree';
117export { WorktreeAddOptions } from './worktree-add-options';
118export { WorktreePruneOptions } from './worktree-prune-options';
119export const version: string;
120declare const _: typeof Promise;
121export { _ as Promise };