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
2782866f
Commit
2782866f
authored
Jun 09, 2016
by
Samuel Giddins
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5487 from CocoaPods/seg-setup-silent
[Setup] Allow running with --silent
parents
5ae4c168
03879a0d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
CHANGELOG.md
CHANGELOG.md
+4
-0
setup.rb
lib/cocoapods/command/setup.rb
+2
-1
No files found.
CHANGELOG.md
View file @
2782866f
...
@@ -18,6 +18,10 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
...
@@ -18,6 +18,10 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[
Samuel Giddins
](
https://github.com/segiddins
)
[
Samuel Giddins
](
https://github.com/segiddins
)
[
#5481
](
https://github.com/CocoaPods/CocoaPods/issues/5481
)
[
#5481
](
https://github.com/CocoaPods/CocoaPods/issues/5481
)
*
Running
`pod setup --silent`
will now properly silence git output while
updating the repository.
[
Samuel Giddins
](
https://github.com/segiddins
)
## 1.0.1 (2016-06-02)
## 1.0.1 (2016-06-02)
...
...
lib/cocoapods/command/setup.rb
View file @
2782866f
...
@@ -59,7 +59,8 @@ module Pod
...
@@ -59,7 +59,8 @@ module Pod
# @return [void]
# @return [void]
#
#
def
update_master_repo
def
update_master_repo
config
.
sources_manager
.
update
(
'master'
,
true
)
show_output
=
!
config
.
silent?
config
.
sources_manager
.
update
(
'master'
,
show_output
)
end
end
# Sets the repo to the master branch.
# Sets the repo to the master branch.
...
...
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