Y
Hacker News
new
|
ask
|
show
|
jobs
by
jdm2212
2484 days ago
It refers to "changelist". Google uses a Perforce-like VCS internally, and they kept the Perforce terminology:
https://www.perforce.com/perforce/doc.051/manuals/p4guide/07...
1 comments
jonny_eh
2484 days ago
aka "Pull Request" in Github parlance.
link
hota_mazi
2484 days ago
aka "Merge Request" in Gitlab vernacular (which makes more sense than "pull request" in my opinion).
link
aledalgrande
2484 days ago
aka "patch" for the Linux kernel development community
link
xixixao
2484 days ago
aka "diff" or "revision" at FB .)
link
o10449366
2484 days ago
aka "CR" or "Change Request" at Amazon
link
sanderjd
2484 days ago
Yeah, merge request seems like the best terminology of the ones I've seen.
link
cpeterso
2484 days ago
A Perforce changelist is more like a git commit than a GitHub pull request.
link
jefftk
2484 days ago
The way Google uses it, a "CL" means both "a thing you sent out for pre-commit review" and "a submitted change". It's very similar to a GitHub PR, if you use a master branch and always squash your PRs when merging to master.
link