Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
B
biotools-git-populous
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
INB
ELIXIR
tools-platform
biotools-git-populous
Commits
f2ba38cf
Commit
f2ba38cf
authored
Nov 05, 2019
by
redmitry@list.ru
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No commit message
No commit message
parent
46b9d85f
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
503 additions
and
1 deletion
+503
-1
src/main/java/es/bsc/inb/elixir/biotools/git/populous/Main.java
...in/java/es/bsc/inb/elixir/biotools/git/populous/Main.java
+1
-1
src/main/resources/META-INF/lgpl-2.1.txt
src/main/resources/META-INF/lgpl-2.1.txt
+502
-0
No files found.
src/main/java/es/bsc/inb/elixir/biotools/git/populous/Main.java
View file @
f2ba38cf
...
...
@@ -106,7 +106,7 @@ public class Main {
}
else
{
List
<
String
>
branch
=
params
.
get
(
"-b"
);
if
(
branch
==
null
)
{
branch
=
params
.
get
(
"--
user
"
);
branch
=
params
.
get
(
"--
branch
"
);
}
final
String
b
=
branch
==
null
||
branch
.
isEmpty
()
?
null
:
branch
.
get
(
0
);
...
...
src/main/resources/META-INF/lgpl-2.1.txt
0 → 100644
View file @
f2ba38cf
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment