Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork264
Commitb595bee
committed
Makefile: reduce the number of git operations
Running `git checkout CPYTHON_CURRENT_COMMIT` and then`git checkout -c` can render the spinx build slowerbecause many sources may seem out of date.It's better to check if we are at the correct revision andnot run *any* git operations if there's nothing to be done1 parent26361e7 commitb595bee
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
62 | 68 | | |
63 | 69 | | |
64 | 70 | | |
| |||
70 | 76 | | |
71 | 77 | | |
72 | 78 | | |
73 | | - | |
74 | 79 | | |
75 | 80 | | |
76 | 81 | | |
| |||
0 commit comments
Comments
(0)