Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
SisMaker
/
rebar3
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Projects
0
Rilasci
62
Wiki
Attività
Sfoglia il codice sorgente
combine []/Opt case options into one @ get_git_options/0
pull/1844/head
simonxu72
6 anni fa
parent
f08e5f62ff
commit
b81871c618
1 ha cambiato i file
con
1 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-2
src/rebar_git_resource.erl
+ 1
- 2
src/rebar_git_resource.erl
Vedi File
@ -292,8 +292,7 @@ parse_tags(Dir) ->
git_clone_options
(
)
-
>
Option
=
case
os
:
getenv
(
"
REBAR_GIT_CLONE_OPTIONS
"
)
of
false
-
>
"
"
;
%
%
env
var
not
set
[
]
-
>
"
"
;
%
%
env
var
set
to
empty
Opt
-
>
Opt
-
>
%
%
env
var
set
to
empty
or
others
Opt
end
,
Scrivi
Anteprima
Caricamento…
Annulla
Salva