erlang headers should be hrl
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
-module(geef_odb).
|
-module(geef_odb).
|
||||||
-export([exists/2]).
|
-export([exists/2]).
|
||||||
|
|
||||||
-include("geef_records.hlr").
|
-include("geef_records.hrl").
|
||||||
|
|
||||||
-spec exists(odb(), string()) -> boolean().
|
-spec exists(odb(), string()) -> boolean().
|
||||||
exists(#odb{handle=Handle}, Sha) ->
|
exists(#odb{handle=Handle}, Sha) ->
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
-module(geef_oid).
|
-module(geef_oid).
|
||||||
|
|
||||||
-include("geef_records.hlr").
|
-include("geef_records.hrl").
|
||||||
-export([parse/1, fmt/1]).
|
-export([parse/1, fmt/1]).
|
||||||
|
|
||||||
-spec fmt(oid()) -> binary().
|
-spec fmt(oid()) -> binary().
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
-export([lookup/2, resolve/1, target/1]).
|
-export([lookup/2, resolve/1, target/1]).
|
||||||
|
|
||||||
-include("geef_records.hlr").
|
-include("geef_records.hrl").
|
||||||
|
|
||||||
-spec new(term()) -> ref().
|
-spec new(term()) -> ref().
|
||||||
new(Handle) ->
|
new(Handle) ->
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
-export([open/1, init/2, path/1, workdir/1, is_bare/1, references/1]).
|
-export([open/1, init/2, path/1, workdir/1, is_bare/1, references/1]).
|
||||||
|
|
||||||
-include("geef_records.hlr").
|
-include("geef_records.hrl").
|
||||||
|
|
||||||
-spec path(repo()) -> binary().
|
-spec path(repo()) -> binary().
|
||||||
path(#repo{handle=Handle}) ->
|
path(#repo{handle=Handle}) ->
|
||||||
|
|||||||
Reference in New Issue
Block a user