Skip to content

Commit 1dc9e1e

Browse files
schnow265Neopallium
authored andcommitted
find & replace everywhere
1 parent 775ba55 commit 1dc9e1e

37 files changed

+239
-239
lines changed

β€Ždocs/git2.luadocβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
--- Module git2.
66
--
7-
-- See <a href="http://libgit2.github.com/libgit2/#HEAD">libgit2 API docs</a>.
7+
-- See <a href="http://libgit2.github.io/libgit2/#HEAD">libgit2 API docs</a>.
88
--
99
-- <br />Class <a href="StrArray.html">StrArray</a>
1010
-- <br />Class <a href="Repository.html">Repository</a>

β€Ždocs/git2/Blob.luadocβ€Ž

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module("Blob")
99

1010
--- Create a new Blob object.
1111
--
12-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/blob/git_blob_lookup">git_blob_lookup</a>:<p><p>
12+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/blob/git_blob_lookup">git_blob_lookup</a>:<p><p>
1313
-- @param repo the repo to use when locating the blob.. Must be of type <a href="Repository.html">Repository</a>.
1414
-- @param id identity of the blob to locate.. Must be of type <a href="OID.html">OID</a>.
1515
-- @return <a href="Blob.html">Blob</a> or <code>nil</code> on error.
@@ -40,27 +40,27 @@ end
4040

4141
--- object method.
4242
--
43-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/blob/git_blob_rawcontent">git_blob_rawcontent</a>:<p><p>A pointer to the raw content of a blob is returned;
43+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/blob/git_blob_rawcontent">git_blob_rawcontent</a>:<p><p>A pointer to the raw content of a blob is returned;
4444
-- this pointer is owned internally by the object and shall
4545
-- not be free'd. The pointer may be invalidated at a later
4646
-- time.
47-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/blob/git_blob_rawsize">git_blob_rawsize</a>:<p><p>
47+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/blob/git_blob_rawsize">git_blob_rawsize</a>:<p><p>
4848
-- @return <code>string</code>.
4949
-- @name Blob:rawcontent
5050
function Blob:rawcontent()
5151
end
5252

5353
--- object method.
5454
--
55-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/blob/git_blob_rawsize">git_blob_rawsize</a>:<p><p>
55+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/blob/git_blob_rawsize">git_blob_rawsize</a>:<p><p>
5656
-- @return <code>integer</code>.
5757
-- @name Blob:rawsize
5858
function Blob:rawsize()
5959
end
6060

6161
--- Destroy this object (will be called by Garbage Collector).
6262
--
63-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/object/git_object_free">git_object_free</a>:<p><p>This method instructs the library to close an existing
63+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/object/git_object_free">git_object_free</a>:<p><p>This method instructs the library to close an existing
6464
-- object; note that git_objects are owned and cached by the repository
6565
-- so the object may or may not be freed after this library call,
6666
-- depending on how agressive is the caching mechanism used
@@ -73,23 +73,23 @@ end
7373

7474
--- object method.
7575
--
76-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/object/git_object_id">git_object_id</a>:<p><p>
76+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/object/git_object_id">git_object_id</a>:<p><p>
7777
-- @return <a href="OID.html">OID</a>.
7878
-- @name Object:id
7979
function Object:id()
8080
end
8181

8282
--- object method.
8383
--
84-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/object/git_object_type">git_object_type</a>:<p><p>
84+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/object/git_object_type">git_object_type</a>:<p><p>
8585
-- @return <code>string</code>.
8686
-- @name Object:type
8787
function Object:type()
8888
end
8989

9090
--- object method.
9191
--
92-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/object/git_object_owner">git_object_owner</a>:<p><p>Freeing or calling `git_repository_close` on the
92+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/object/git_object_owner">git_object_owner</a>:<p><p>Freeing or calling `git_repository_close` on the
9393
-- returned pointer will invalidate the actual object.<p> Any other operation may be run on the repository without
9494
-- affecting the object.
9595
-- @return <a href="Repository.html">Repository</a>.

β€Ždocs/git2/Commit.luadocβ€Ž

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module("Commit")
99

1010
--- Create a new Commit object.
1111
--
12-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/commit/git_commit_lookup">git_commit_lookup</a>:<p><p>
12+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/commit/git_commit_lookup">git_commit_lookup</a>:<p><p>
1313
-- @param repo the repo to use when locating the commit.. Must be of type <a href="Repository.html">Repository</a>.
1414
-- @param id identity of the commit to locate. If the object is an annotated tag it will be peeled back to the commit.. Must be of type <a href="OID.html">OID</a>.
1515
-- @return <a href="Commit.html">Commit</a> or <code>nil</code> on error.
@@ -37,15 +37,15 @@ end
3737

3838
--- object method.
3939
--
40-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/commit/git_commit_id">git_commit_id</a>:<p><p>
40+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/commit/git_commit_id">git_commit_id</a>:<p><p>
4141
-- @return <a href="OID.html">OID</a>.
4242
-- @name Commit:id
4343
function Commit:id()
4444
end
4545

4646
--- object method.
4747
--
48-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/commit/git_commit_message_encoding">git_commit_message_encoding</a>:<p><p>The encoding may be NULL if the `encoding` header
48+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/commit/git_commit_message_encoding">git_commit_message_encoding</a>:<p><p>The encoding may be NULL if the `encoding` header
4949
-- in the commit is missing; in that case UTF-8 is assumed.
5050
-- @return <code>string</code>.
5151
-- @name Commit:message_encoding
@@ -54,47 +54,47 @@ end
5454

5555
--- object method.
5656
--
57-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/commit/git_commit_message">git_commit_message</a>:<p><p>
57+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/commit/git_commit_message">git_commit_message</a>:<p><p>
5858
-- @return <code>string</code>.
5959
-- @name Commit:message
6060
function Commit:message()
6161
end
6262

6363
--- object method.
6464
--
65-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/commit/git_commit_time">git_commit_time</a>:<p><p>
65+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/commit/git_commit_time">git_commit_time</a>:<p><p>
6666
-- @return <code>integer</code>.
6767
-- @name Commit:time
6868
function Commit:time()
6969
end
7070

7171
--- object method.
7272
--
73-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/commit/git_commit_time_offset">git_commit_time_offset</a>:<p><p>
73+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/commit/git_commit_time_offset">git_commit_time_offset</a>:<p><p>
7474
-- @return <code>integer</code>.
7575
-- @name Commit:time_offset
7676
function Commit:time_offset()
7777
end
7878

7979
--- object method.
8080
--
81-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/commit/git_commit_committer">git_commit_committer</a>:<p><p>
81+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/commit/git_commit_committer">git_commit_committer</a>:<p><p>
8282
-- @return <a href="Signature.html">Signature</a>.
8383
-- @name Commit:committer
8484
function Commit:committer()
8585
end
8686

8787
--- object method.
8888
--
89-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/commit/git_commit_author">git_commit_author</a>:<p><p>
89+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/commit/git_commit_author">git_commit_author</a>:<p><p>
9090
-- @return <a href="Signature.html">Signature</a>.
9191
-- @name Commit:author
9292
function Commit:author()
9393
end
9494

9595
--- object method.
9696
--
97-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/commit/git_commit_tree">git_commit_tree</a>:<p><p>
97+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/commit/git_commit_tree">git_commit_tree</a>:<p><p>
9898
-- @return <a href="Tree.html">Tree</a> or <code>nil</code> on error.
9999
-- @return Error string.
100100
-- @name Commit:tree
@@ -103,15 +103,15 @@ end
103103

104104
--- object method.
105105
--
106-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/commit/git_commit_parentcount">git_commit_parentcount</a>:<p><p>
106+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/commit/git_commit_parentcount">git_commit_parentcount</a>:<p><p>
107107
-- @return <code>integer</code>.
108108
-- @name Commit:parentcount
109109
function Commit:parentcount()
110110
end
111111

112112
--- object method.
113113
--
114-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/commit/git_commit_parent">git_commit_parent</a>:<p><p>
114+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/commit/git_commit_parent">git_commit_parent</a>:<p><p>
115115
-- @param n the position of the parent (from 0 to `parentcount`). Must be of type <code>integer</code>.
116116
-- @return <a href="Commit.html">Commit</a> or <code>nil</code> on error.
117117
-- @return Error string.
@@ -121,7 +121,7 @@ end
121121

122122
--- Destroy this object (will be called by Garbage Collector).
123123
--
124-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/object/git_object_free">git_object_free</a>:<p><p>This method instructs the library to close an existing
124+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/object/git_object_free">git_object_free</a>:<p><p>This method instructs the library to close an existing
125125
-- object; note that git_objects are owned and cached by the repository
126126
-- so the object may or may not be freed after this library call,
127127
-- depending on how agressive is the caching mechanism used
@@ -134,23 +134,23 @@ end
134134

135135
--- object method.
136136
--
137-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/object/git_object_id">git_object_id</a>:<p><p>
137+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/object/git_object_id">git_object_id</a>:<p><p>
138138
-- @return <a href="OID.html">OID</a>.
139139
-- @name Object:id
140140
function Object:id()
141141
end
142142

143143
--- object method.
144144
--
145-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/object/git_object_type">git_object_type</a>:<p><p>
145+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/object/git_object_type">git_object_type</a>:<p><p>
146146
-- @return <code>string</code>.
147147
-- @name Object:type
148148
function Object:type()
149149
end
150150

151151
--- object method.
152152
--
153-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/object/git_object_owner">git_object_owner</a>:<p><p>Freeing or calling `git_repository_close` on the
153+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/object/git_object_owner">git_object_owner</a>:<p><p>Freeing or calling `git_repository_close` on the
154154
-- returned pointer will invalidate the actual object.<p> Any other operation may be run on the repository without
155155
-- affecting the object.
156156
-- @return <a href="Repository.html">Repository</a>.

β€Ždocs/git2/Config.luadocβ€Ž

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module("Config")
88

99
--- Create a new Config object.
1010
--
11-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/config/git_config_new">git_config_new</a>:<p><p>This object is empty, so you have to add a file to it before you
11+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/config/git_config_new">git_config_new</a>:<p><p>This object is empty, so you have to add a file to it before you
1212
-- can do anything with it.
1313
-- @return <a href="Config.html">Config</a> or <code>nil</code> on error.
1414
-- @return Error string.
@@ -18,7 +18,7 @@ end
1818

1919
--- Create a new Config object.
2020
--
21-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/config/git_config_open_ondisk">git_config_open_ondisk</a>:<p><p>This method is a simple utility wrapper for the following sequence
21+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/config/git_config_open_ondisk">git_config_open_ondisk</a>:<p><p>This method is a simple utility wrapper for the following sequence
2222
-- of calls:
2323
-- - git_config_new
2424
-- - git_config_add_file_ondisk
@@ -31,14 +31,14 @@ end
3131

3232
--- Destroy this object (will be called by Garbage Collector).
3333
--
34-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/config/git_config_free">git_config_free</a>:<p><p>
34+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/config/git_config_free">git_config_free</a>:<p><p>
3535
-- @name Config:free
3636
function Config:free()
3737
end
3838

3939
--- object method.
4040
--
41-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/config/git_config_add_file_ondisk">git_config_add_file_ondisk</a>:<p><p>The on-disk file pointed at by `path` will be opened and
41+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/config/git_config_add_file_ondisk">git_config_add_file_ondisk</a>:<p><p>The on-disk file pointed at by `path` will be opened and
4242
-- parsed; it's expected to be a native Git config file following
4343
-- the default Git config syntax (see man git-config).<p> Note that the configuration object will free the file
4444
-- automatically.<p> Further queries on this config object will access each
@@ -94,7 +94,7 @@ end
9494

9595
--- object method.
9696
--
97-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/config/git_config_get_bool">git_config_get_bool</a>:<p><p>This function uses the usual C convention of 0 being false and
97+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/config/git_config_get_bool">git_config_get_bool</a>:<p><p>This function uses the usual C convention of 0 being false and
9898
-- anything else true.
9999
-- @param name the variable's name. Must be of type <code>string</code>.
100100
-- @return <code>boolean</code> or <code>nil</code> on error.
@@ -105,7 +105,7 @@ end
105105

106106
--- object method.
107107
--
108-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/config/git_config_set_bool">git_config_set_bool</a>:<p><p>
108+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/config/git_config_set_bool">git_config_set_bool</a>:<p><p>
109109
-- @param value the value to store. Must be of type <code>boolean</code>.
110110
-- @param name the variable's name. Must be of type <code>string</code>.
111111
-- @return <code>true</code> if no error.
@@ -116,7 +116,7 @@ end
116116

117117
--- object method.
118118
--
119-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/config/git_config_get_string">git_config_get_string</a>:<p><p>The string is owned by the variable and should not be freed by the
119+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/config/git_config_get_string">git_config_get_string</a>:<p><p>The string is owned by the variable and should not be freed by the
120120
-- user.
121121
-- @param name the variable's name. Must be of type <code>string</code>.
122122
-- @return <code>string</code> or <code>nil</code> on error.
@@ -127,7 +127,7 @@ end
127127

128128
--- object method.
129129
--
130-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/config/git_config_set_string">git_config_set_string</a>:<p><p>A copy of the string is made and the user is free to use it
130+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/config/git_config_set_string">git_config_set_string</a>:<p><p>A copy of the string is made and the user is free to use it
131131
-- afterwards.
132132
-- @param name the variable's name. Must be of type <code>string</code>.
133133
-- @param value the string to store.. Must be of type <code>string</code>.

β€Ždocs/git2/Index.luadocβ€Ž

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module("Index")
88

99
--- Create a new Index object.
1010
--
11-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/index/git_index_open">git_index_open</a>:<p><p>Since there is no ODB or working directory behind this index,
11+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/index/git_index_open">git_index_open</a>:<p><p>Since there is no ODB or working directory behind this index,
1212
-- any Index methods which rely on these (e.g. index_add) will
1313
-- fail with the GIT_EBAREINDEX error code.<p> If you need to access the index of an actual repository,
1414
-- use the `git_repository_index` wrapper.<p> The index must be freed once it's no longer in use.
@@ -21,14 +21,14 @@ end
2121

2222
--- object method.
2323
--
24-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/index/git_index_clear">git_index_clear</a>:<p><p>
24+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/index/git_index_clear">git_index_clear</a>:<p><p>
2525
-- @name Index:clear
2626
function Index:clear()
2727
end
2828

2929
--- object method.
3030
--
31-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/index/git_index_read">git_index_read</a>:<p><p>
31+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/index/git_index_read">git_index_read</a>:<p><p>
3232
-- @param force Must be of type <code>integer</code>.
3333
-- @return <code>true</code> if no error.
3434
-- @return Error string.
@@ -38,7 +38,7 @@ end
3838

3939
--- object method.
4040
--
41-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/index/git_index_write">git_index_write</a>:<p><p>
41+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/index/git_index_write">git_index_write</a>:<p><p>
4242
-- @return <code>true</code> if no error.
4343
-- @return Error string.
4444
-- @name Index:write
@@ -47,7 +47,7 @@ end
4747

4848
--- object method.
4949
--
50-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/index/git_index_find">git_index_find</a>:<p><p>
50+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/index/git_index_find">git_index_find</a>:<p><p>
5151
-- @param at_pos Must be of type <code>lightuserdata</code>.
5252
-- @param path path to search. Must be of type <code>string</code>.
5353
-- @return <code>integer</code>.
@@ -66,7 +66,7 @@ end
6666

6767
--- object method.
6868
--
69-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/index/git_index_add">git_index_add</a>:<p><p>The file `path` must be relative to the repository's
69+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/index/git_index_add">git_index_add</a>:<p><p>The file `path` must be relative to the repository's
7070
-- working folder and must be readable.<p> This method will fail in bare index instances.<p> This forces the file to be added to the index, not looking
7171
-- at gitignore rules. Those rules can be evaluated through
7272
-- the git_status APIs (in status.h) before calling this.
@@ -79,7 +79,7 @@ end
7979

8080
--- object method.
8181
--
82-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/index/git_index_remove">git_index_remove</a>:<p><p>
82+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/index/git_index_remove">git_index_remove</a>:<p><p>
8383
-- @param path Must be of type <code>string</code>.
8484
-- @param stage Must be of type <code>integer</code>.
8585
-- @return <code>true</code> if no error.
@@ -107,7 +107,7 @@ end
107107

108108
--- object method.
109109
--
110-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/index/git_index_entrycount">git_index_entrycount</a>:<p><p>
110+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/index/git_index_entrycount">git_index_entrycount</a>:<p><p>
111111
-- @return <code>integer</code>.
112112
-- @name Index:entrycount
113113
function Index:entrycount()
@@ -138,7 +138,7 @@ end
138138

139139
--- object method.
140140
--
141-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/index/git_index_read_tree">git_index_read_tree</a>:<p><p>The current index contents will be replaced by the specified tree.
141+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/index/git_index_read_tree">git_index_read_tree</a>:<p><p>The current index contents will be replaced by the specified tree.
142142
-- @param tree tree to read. Must be of type <a href="Tree.html">Tree</a>.
143143
-- @return <code>true</code> if no error.
144144
-- @return Error string.

β€Ždocs/git2/IndexEntry.luadocβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ end
1515

1616
--- object method.
1717
--
18-
-- <p>Calls <a href="http://libgit2.github.com/libgit2/#HEAD/group/index/git_index_entry_stage">git_index_entry_stage</a>:<p><p>This entry is calculated from the entrie's flag
18+
-- <p>Calls <a href="http://libgit2.github.io/libgit2/#HEAD/group/index/git_index_entry_stage">git_index_entry_stage</a>:<p><p>This entry is calculated from the entrie's flag
1919
-- attribute like this:<p> (entry->flags & GIT_IDXENTRY_STAGEMASK) >> GIT_IDXENTRY_STAGESHIFT<p> @returns the stage number
2020
-- @return <code>integer</code>.
2121
-- @name IndexEntry:stage

0 commit comments

Comments
 (0)