Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
c0e56943
Commit
c0e56943
authored
Dec 22, 2013
by
Eloy Durán
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[UI] Only collect repo info from FS providers.
parent
2d069029
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
error_report.rb
lib/cocoapods/user_interface/error_report.rb
+2
-1
No files found.
lib/cocoapods/user_interface/error_report.rb
View file @
c0e56943
...
@@ -87,7 +87,8 @@ EOS
...
@@ -87,7 +87,8 @@ EOS
def
repo_information
def
repo_information
SourcesManager
.
all
.
map
do
|
source
|
SourcesManager
.
all
.
map
do
|
source
|
repo
=
source
.
repo
next
unless
source
.
type
==
'file system'
repo
=
source
.
data_provider
.
repo
Dir
.
chdir
(
repo
)
do
Dir
.
chdir
(
repo
)
do
url
=
`git config --get remote.origin.url 2>&1`
.
strip
url
=
`git config --get remote.origin.url 2>&1`
.
strip
sha
=
`git rev-parse HEAD 2>&1`
.
strip
sha
=
`git rev-parse HEAD 2>&1`
.
strip
...
...
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