7 ms·
> CL Googler identified.
by smadge 1y ago
> CL
Googler identified.
- Scramblejams 1y agoMaybe! Perforce (standard in AAA gamedev) speak is littered with CLs, too.
- solumunus 1y agoWhat is a CL?
- Balinares 1y agoChange list. It's a Perforce term approximately equivalent to "PR", but also, perhaps more familiarly to the HN audience, the term used at Google with the internal fork of Perforce that powers its gigantic monorepo.
- danpalmer 1y agoFurther to this, CLs are essentially a single commit, which means that they are often (but don't have to be) smaller than a PR that might contain a stack of commits. You don't generally do as much rework in later CLs like you might with git commits, generally you'd do all your development iteration on the same CL, rewriting it until it's ready, rather than stacking many commits like in git.