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: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,12 +41,14 @@ Here's an example `config.toml` file:
41
41
[source]
42
42
p4port = "ssl:perforce.example.com:1667"
43
43
p4user = "user"
44
+
p4charset = "none"
44
45
p4client = "user-UE4-Release-Latest-Minimal"# this needs to exist before running p4harmonize
45
46
46
47
# destination is the perforce server you want to update so that it matches the source
47
48
[destination]
48
49
p4port = "perforce.local:1666"
49
50
p4user = "localuser"
51
+
p4charset = "auto"
50
52
new_client_name = "localuser-harmonize"# this will be created by p4harmonize
51
53
new_client_root = "d:/p4/local/harmonize"# this will be created by p4harmonize
52
54
new_client_stream = "//test/engine_epic"# this needs to already exist
@@ -110,11 +112,12 @@ Before opening a pull request, please run `mage longtest` and make sure it is pa
110
112
111
113
If your PR includes performance improvements, please include some benchmarks that show the benefits of your changes.
112
114
113
-
## Special Thanks!
115
+
## Special Thanks
114
116
115
117
Thanks to [Bohdon Sayre](https://github.com/bohdon) and [Jørgen P. Tjernø](https://github.com/jorgenpt) for contributing time and code to help me fix my bugs and dramatically improve performance!
0 commit comments