Home
last modified time | relevance | path

Searched refs:revert (Results 1 – 25 of 240) sorted by relevance

12345678910

/third_party/skia/site/docs/dev/contrib/
Drevert.md3 title: "How to revert a CL"
4 linkTitle: "How to revert a CL"
9 Using one-click revert
11 * Find the codereview issue for the CL you want to revert.
12 * Click the "revert" button.
23 git checkout -b revert$RANDOM origin/main
25 Find the SHA1 of the commit you want to revert
29 Create a revert commit.
31 git revert <SHA1>
37 Land the revert in origin/main.
[all …]
/third_party/flutter/skia/site/dev/contrib/
Drevert.md1 How to revert a CL
4 Using one-click revert
6 * Find the codereview issue for the CL you want to revert.
7 * Click the "revert" button.
18 git checkout -b revert$RANDOM origin/master
20 Find the SHA1 of the commit you want to revert
24 Create a revert commit.
26 git revert <SHA1>
32 Land the revert in origin/master.
36 Delete the local revert branch.
/third_party/flutter/skia/site/dev/sheriffing/
Dindex.md16 + [How to revert a CL](#how_to_revert)
33 * Track down people responsible for breakages and revert broken changes if there is no easy fix. Yo…
73 … keep the tree green and then open; if a simple revert can fix the problem, the sheriff <b>should
120 ### How to revert a CL
122 See the revert documentation [here](https://skia.org/dev/contrib/revert).
128 …ommit hash range in the DEPS roll and revert (or talk to the commit author if they are available).…
/third_party/boost/boost/test/tools/
Dcstring_comparison_op.hpp67 ostr << revert() \
73 static char const* revert() \
Dfpc_op.hpp221 ostr << revert() \
227 static char const* revert() \
/third_party/skia/site/docs/dev/gardening/
D_index.md25 - [How to revert a CL](#how_to_revert)
47 - Track down people responsible for breakages and revert broken changes if there
125 tree green and then open; if a simple revert can fix the problem, the gardener
126 <b>should revert first and ask questions later</b>.
210 ### How to revert a CL
212 See the revert documentation [here](https://skia.org/docs/dev/contrib/revert).
219 CL by examining the commit hash range in the DEPS roll and revert (or talk to
220 the commit author if they are available). If you do revert then keep an eye on
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DIndexSubTableFormat3.java196 protected void revert() { in revert() method in IndexSubTableFormat3.Builder
197 super.revert(); in revert()
208 this.revert(); in subDataSet()
DIndexSubTableFormat1.java192 protected void revert() { in revert() method in IndexSubTableFormat1.Builder
193 super.revert(); in revert()
204 this.revert(); in subDataSet()
DEbdtTable.java97 this.revert(); in setLoca()
177 public void revert() { in revert() method in EbdtTable.Builder
212 this.revert(); in subDataSet()
DIndexSubTableFormat5.java234 protected void revert() { in revert() method in IndexSubTableFormat5.Builder
235 super.revert(); in revert()
246 this.revert(); in subDataSet()
DIndexSubTableFormat4.java295 protected void revert() { in revert() method in IndexSubTableFormat4.Builder
296 super.revert(); in revert()
307 this.revert(); in subDataSet()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DIndexSubTableFormat1.java192 protected void revert() { in revert() method in IndexSubTableFormat1.Builder
193 super.revert(); in revert()
204 this.revert(); in subDataSet()
DIndexSubTableFormat3.java196 protected void revert() { in revert() method in IndexSubTableFormat3.Builder
197 super.revert(); in revert()
208 this.revert(); in subDataSet()
DEbdtTable.java97 this.revert(); in setLoca()
177 public void revert() { in revert() method in EbdtTable.Builder
212 this.revert(); in subDataSet()
DIndexSubTableFormat5.java234 protected void revert() { in revert() method in IndexSubTableFormat5.Builder
235 super.revert(); in revert()
246 this.revert(); in subDataSet()
DIndexSubTableFormat4.java295 protected void revert() { in revert() method in IndexSubTableFormat4.Builder
296 super.revert(); in revert()
307 this.revert(); in subDataSet()
/third_party/cef/tools/
Dpatch_updater.py124 if options.resave and options.revert:
210 if not options.revert:
276 if (not options.revert and not options.reapply) or has_backup_changes:
/third_party/harfbuzz/src/
Dhb-serialize.hh255 revert (obj->head, obj->tail); in pop_discard()
318 void revert (snapshot_t snap) in revert() function
323 revert (snap.head, snap.tail); in revert()
326 void revert (char *snap_head, in revert() function
/third_party/typescript/src/testRunner/unittests/tsbuild/
DwatchMode.ts886 revert?: (host: TsBuildWatchSystem) => void;
890 …dProjectWatchedFiles, expectedWatchedDirectoriesRecursive, dependencies, revert, orphanInfosAfterE…
900 if (revert) {
901 revert(host);
919 if (revert) {
920 revert(host);
985 revert: host => host.writeFile(cTsconfig.path, cTsconfig.content),
1021 revert: host => host.writeFile(bTsconfig.path, bTsconfig.content),
1052 revert: host => host.writeFile(bTsconfig.path, bTsconfig.content),
1077 revert: host => host.writeFile(aTsconfig.path, aTsconfig.content),
/third_party/skia/include/
DOWNERS10 # For revert purposes only
/third_party/toybox/toys/posix/
Dfind.c98 int rc, revert = 0; in flush_exec() local
108 revert++; in flush_exec()
112 perror_msg_raw(revert ? new->name : "."); in flush_exec()
141 if (revert) revert = fchdir(TT.topdir); in flush_exec()
/third_party/skia/third_party/externals/angle2/doc/
DContributingCode.md211 The best and easiest way to create a revert change is with Gerrit's **REVERT** button, in the
213 commit message, and an optional checkbox for automatically sending the revert CL to CQ. Please edit
214 the commit message with the reason for the revert. When satisfied, press the dialog's **REVERT**
215 button. It is wise to add the author and reviewers of the original CL as reviewers of the revert
216 CL. If it's been less than 24 hours since the original CL landed, the revert Cl will land
219 If you cannot use Gerrit's **REVERT** button, you can create a revert CL with the "git revert"
221 commit needs to be reverted, and potentially a bug; similar to this example [revert CL][RevertCL].
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-serialize.hh262 revert (obj->head, obj->tail); in pop_discard()
325 void revert (snapshot_t snap) in revert() function
332 revert (snap.head, snap.tail); in revert()
335 void revert (char *snap_head, in revert() function
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dmemory_scheduler.cc294 bool revert = false; in GenNoSwapEventSet() local
298 revert = true; in GenNoSwapEventSet()
301 if (revert) { in GenNoSwapEventSet()
/third_party/mesa3d/docs/relnotes/
D17.0.7.rst31 [REGRESSION, bisected] Wayland revert commit breaks non-Vsync
52 - egl: Partially revert 23c86c74, fix eglMakeCurrent

12345678910