Skip to content

Commit 492cdc5

Browse files
committed
Merge #19058: doc: Drop protobuf stuff
ea9fcfd doc: Drop protobuf stuff (Hennadii Stepanov) Pull request description: This is a follow-up to #17165. ACKs for top commit: fanquake: ACK ea9fcfd - clicked the links and they seem to work. Tree-SHA512: 0861bbac3a3ff781a413e15f5ed02c624bc15d572a001a53cd2fb9f7683456175f69e9d666b72f260abbb5114b67cefca9fada4d179c62384c90479534ae63d5
2 parents fa3288c + ea9fcfd commit 492cdc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/productivity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Table of Contents
1212
* [Multiple working directories with `git worktrees`](#multiple-working-directories-with-git-worktrees)
1313
* [Interactive "dummy rebases" for fixups and execs with `git merge-base`](#interactive-dummy-rebases-for-fixups-and-execs-with-git-merge-base)
1414
* [Writing code](#writing-code)
15-
* [Format C/C++/Protobuf diffs with `clang-format-diff.py`](#format-ccprotobuf-diffs-with-clang-format-diffpy)
15+
* [Format C/C++ diffs with `clang-format-diff.py`](#format-cc-diffs-with-clang-format-diffpy)
1616
* [Format Python diffs with `yapf-diff.py`](#format-python-diffs-with-yapf-diffpy)
1717
* [Rebasing/Merging code](#rebasingmerging-code)
1818
* [More conflict context with `merge.conflictstyle diff3`](#more-conflict-context-with-mergeconflictstyle-diff3)
@@ -118,13 +118,13 @@ You can also set up [upstream refspecs](#reference-prs-easily-with-refspecs) to
118118
Writing code
119119
------------
120120

121-
### Format C/C++/Protobuf diffs with `clang-format-diff.py`
121+
### Format C/C++ diffs with `clang-format-diff.py`
122122

123123
See [contrib/devtools/README.md](/contrib/devtools/README.md#clang-format-diff.py).
124124

125125
### Format Python diffs with `yapf-diff.py`
126126

127-
Usage is exactly the same as [`clang-format-diff.py`](#format-ccprotobuf-diffs-with-clang-format-diffpy). You can get it [here](https://github.com/MarcoFalke/yapf-diff).
127+
Usage is exactly the same as [`clang-format-diff.py`](#format-cc-diffs-with-clang-format-diffpy). You can get it [here](https://github.com/MarcoFalke/yapf-diff).
128128

129129
Rebasing/Merging code
130130
-------------

0 commit comments

Comments
 (0)