mirror of
https://github.com/wassname/ray.git
synced 2026-07-09 05:18:45 +08:00
9948a3779d
* Get rid of 'index' lines in patches, which are unnecessary and likely wrong anyway (esp. when there are multiple patches) * Simplify patches to remove unnecessary context and make them more robust
8 lines
171 B
Diff
8 lines
171 B
Diff
diff --git deps/hiredis/async.c deps/hiredis/async.c
|
|
--- deps/hiredis/async.c
|
|
+++ deps/hiredis/async.c
|
|
@@ -41,1 +41,1 @@
|
|
-#include "dict.c"
|
|
+#include "hiredis/dict.c"
|
|
--
|