swagger-api / swagger-codegen

swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
http://swagger.io
Apache License 2.0
16.98k stars 6.03k forks source link

[Git] git rebase at master branch #7403

Open shijinkui opened 6 years ago

shijinkui commented 6 years ago

type in git bash: git log --graph

Get so many merge lines. Please PMC consider rebase the master. It'll be harder to rebase along with commits growing. @wing328

2018-01-15 10 14 57

wing328 commented 6 years ago

@shijinkui thanks for the feedback but I think it would be hard for every PRs to be rebased on the latest master before merging as there're always PRs merging into master almost every single day.

(personally I don't mind people always rebase their PR on the latest master)