yvoms

Untitled

Dec 16th, 2014
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. "C:\Program Files (x86)\Git\bin\git.exe" am --3way --signoff "C:/wow development/trinity/igossip.patch"
  2. Applying: Init player and item gossip
  3. Using index info to reconstruct a base tree...
  4. M src/server/game/Handlers/MiscHandler.cpp
  5. M src/server/game/Scripting/ScriptMgr.cpp
  6. M src/server/game/Scripting/ScriptMgr.h
  7. <stdin>:195: trailing whitespace.
  8. public:
  9. <stdin>:240: trailing whitespace.
  10. public:
  11. warning: 2 lines add whitespace errors.
  12. Falling back to patching base and 3-way merge...
  13. Auto-merging src/server/game/Scripting/ScriptMgr.h
  14. CONFLICT (content): Merge conflict in src/server/game/Scripting/ScriptMgr.h
  15. Auto-merging src/server/game/Scripting/ScriptMgr.cpp
  16. CONFLICT (content): Merge conflict in src/server/game/Scripting/ScriptMgr.cpp
  17. Auto-merging src/server/game/Handlers/MiscHandler.cpp
  18. Failed to merge in the changes.
  19. Patch failed at 0001 Init player and item gossip
  20. The copy of the patch that failed is found in:
  21. c:/wow development/trinity/.git/rebase-apply/patch
  22. When you have resolved this problem, run "git am --continue".
  23. If you prefer to skip this patch, run "git am --skip" instead.
  24. To restore the original branch and stop patching, run "git am --abort".
  25. Done
Advertisement
Add Comment
Please, Sign In to add comment