You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/productivity.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Table of Contents
12
12
*[Multiple working directories with `git worktrees`](#multiple-working-directories-with-git-worktrees)
13
13
*[Interactive "dummy rebases" for fixups and execs with `git merge-base`](#interactive-dummy-rebases-for-fixups-and-execs-with-git-merge-base)
14
14
*[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)
16
16
*[Format Python diffs with `yapf-diff.py`](#format-python-diffs-with-yapf-diffpy)
17
17
*[Rebasing/Merging code](#rebasingmerging-code)
18
18
*[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
118
118
Writing code
119
119
------------
120
120
121
-
### Format C/C++/Protobuf diffs with `clang-format-diff.py`
121
+
### Format C/C++ diffs with `clang-format-diff.py`
122
122
123
123
See [contrib/devtools/README.md](/contrib/devtools/README.md#clang-format-diff.py).
124
124
125
125
### Format Python diffs with `yapf-diff.py`
126
126
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).
0 commit comments