Skip to content

Commit f5c0718

Browse files
author
John Haley
committed
Bump to 0.16.0 and 0.17.0
1 parent 990337f commit f5c0718

File tree

113 files changed

+587
-217
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+587
-217
lines changed

_config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ title: NodeGit
33
description: Asynchronous native Node bindings to libgit2
44
url: "http://nodegit.org"
55
date_format: "ordinal"
6-
current_nodegit_version: 0.15.1
6+
current_nodegit_version: 0.17.0
77
other_nodegit_versions:
88
- HEAD
9+
- 0.17.0
10+
- 0.16.0
911
- 0.15.1
1012
- 0.14.1
1113
- 0.14.0

api/annotated_commit/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
menu_item: api
44
title: AnnotatedCommit
5-
description: Version 0.15.1
5+
description: Version 0.17.0
66
menu_item: api
77
return_to:
88
"API Documentation Index": /api/

api/attr/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
menu_item: api
44
title: Attr
5-
description: Version 0.15.1
5+
description: Version 0.17.0
66
menu_item: api
77
return_to:
88
"API Documentation Index": /api/

api/blame/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
menu_item: api
44
title: Blame
5-
description: Version 0.15.1
5+
description: Version 0.17.0
66
menu_item: api
77
return_to:
88
"API Documentation Index": /api/

api/blame_hunk/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
menu_item: api
44
title: BlameHunk
5-
description: Version 0.15.1
5+
description: Version 0.17.0
66
menu_item: api
77
return_to:
88
"API Documentation Index": /api/

api/blame_options/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
menu_item: api
44
title: BlameOptions
5-
description: Version 0.15.1
5+
description: Version 0.17.0
66
menu_item: api
77
return_to:
88
"API Documentation Index": /api/

api/blob/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
menu_item: api
44
title: Blob
5-
description: Version 0.15.1
5+
description: Version 0.17.0
66
menu_item: api
77
return_to:
88
"API Documentation Index": /api/

api/branch/index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
menu_item: api
44
title: Branch
5-
description: Version 0.15.1
5+
description: Version 0.17.0
66
menu_item: api
77
return_to:
88
"API Documentation Index": /api/
@@ -39,10 +39,12 @@ Branch.create(repo, branch_name, target, force).then(function(reference) {
3939
| --- | --- |
4040
| [Reference](/api/reference/) | the underlying reference. |
4141

42-
## <a name="createFromAnnotated"></a><span>Branch.</span>createFromAnnotated <span class="tags"><span class="sync">Sync</span></span>
42+
## <a name="createFromAnnotated"></a><span>Branch.</span>createFromAnnotated <span class="tags"><span class="async">Async</span></span>
4343

4444
```js
45-
var reference = Branch.createFromAnnotated(repository, branch_name, commit, force);
45+
Branch.createFromAnnotated(repository, branch_name, commit, force).then(function(reference) {
46+
// Use reference
47+
});
4648
```
4749

4850
| Parameters | Type | |

api/buf/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
menu_item: api
44
title: Buf
5-
description: Version 0.15.1
5+
description: Version 0.17.0
66
menu_item: api
77
return_to:
88
"API Documentation Index": /api/

api/cert/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
menu_item: api
44
title: Cert
5-
description: Version 0.15.1
5+
description: Version 0.17.0
66
menu_item: api
77
return_to:
88
"API Documentation Index": /api/

0 commit comments

Comments
 (0)