Advertisement
Guest User

git merge issues

a guest
Mar 3rd, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. kivilahtio@Vulcan:~/koha/kohaclone > git bz apply 11867
  2. Bug 11867 - Multi transport types: Manage *_PHONE notices
  3.  
  4. 25700 - Bug 11867: MTT: Manage *_PHONE notices
  5.  
  6. Apply? [(y)es, (n)o, (i)nteractive] y
  7. Applying: Bug 11867: MTT: Manage *_PHONE notices
  8. Using index info to reconstruct a base tree...
  9. M installer/data/mysql/updatedatabase.pl
  10. M misc/cronjobs/thirdparty/TalkingTech_itiva_outbound.pl
  11. Falling back to patching base and 3-way merge...
  12. Auto-merging misc/cronjobs/thirdparty/TalkingTech_itiva_outbound.pl
  13. CONFLICT (content): Merge conflict in misc/cronjobs/thirdparty/TalkingTech_itiva_outbound.pl
  14. Auto-merging installer/data/mysql/updatedatabase.pl
  15. Failed to merge in the changes.
  16. Patch failed at 0001 Bug 11867: MTT: Manage *_PHONE notices
  17. The copy of the patch that failed is found in:
  18. /home/kivilahtio/koha/kohaclone/.git/rebase-apply/patch
  19. When you have resolved this problem run "git bz apply --continue".
  20. If you would prefer to skip this patch, instead run "git bz apply --skip".
  21. To restore the original branch and stop patching run "git bz apply --abort".
  22. Patch left in /tmp/Bug-11867-MTT-Manage-PHONE-notices-xixSdx.patch
  23.  
  24. kivilahtio@Vulcan:~/koha/kohaclone > git bz apply --abort
  25. error: cache entry has null sha1: misc/cronjobs/thirdparty/TalkingTech_itiva_outbound.pl
  26. fatal: unable to write new index file
  27. Unstaged changes after reset:
  28. M installer/data/mysql/atomicupdate/Bug-4246-Talking-Tech-itiva-phone-notifications.pl
  29. M installer/data/mysql/updatedatabase.pl
  30. M misc/cronjobs/thirdparty/TalkingTech_itiva_outbound.pl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement