Skip to content

Commit

Permalink
Merge pull request #10529 from tkelman/tk/pkg-update-rebase
Browse files Browse the repository at this point in the history
pull with --rebase in Pkg.update()
  • Loading branch information
tkelman committed Mar 17, 2015
2 parents ad50bad + 7a037fe commit b201312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/pkg/entry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ function update(branch::AbstractString)
end
# TODO: handle merge conflicts
Base.with_env("GIT_MERGE_AUTOEDIT","no") do
Git.run(`pull -q`, out=DevNull)
Git.run(`pull --rebase -q`, out=DevNull)
end
end
avail = Read.available()
Expand Down

0 comments on commit b201312

Please sign in to comment.