What does “CL” mean in commit message? What does it stand for?

一世执手 提交于 2019-12-21 07:07:09

问题


From Angular.js change log:

... After this CL, ng-trim no longer affects input[type=password], and will never trim the password value.

This is from one of the commit messages, so presumably it means the patch. What does it stand for? Change log?


回答1:


It means Change List.

Create a change list (CL)

Creating a change in git is really just creating a branch.

http://www.chromium.org/developers/contributing-code

And the code review system there are using: https://code.google.com/p/rietveld/




回答2:


It seems to be Google-speak. I don't work for Google so I can only guess, but I'd guess it means "changelog", in the meaning of "a small set of commits being considered as a single unit for merging", much like a Github PR (pull request). It shows up here and here (search in the page for "CL created") with that same usage, and it shows up all over the place in the Angular issues.

If you're more familiar with Github-speak than Google-speak, mentally substitute "PR" for "CL" and I think you'll have the right idea. :-)



来源:https://stackoverflow.com/questions/25716920/what-does-cl-mean-in-commit-message-what-does-it-stand-for

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!