Advertisement
nicklovell123

Untitled

Sep 13th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. nicklovell23@slimbuild:~/slim/hardware/qcom/audio-caf$ git remote add CM https://github.com/CyanogenMod/android_hardware_qcom_audio-caf.git
  2. nicklovell23@slimbuild:~/slim/hardware/qcom/audio-caf$ git fetch CM
  3. remote: Counting objects: 1048, done.
  4. remote: Compressing objects: 100% (650/650), done.
  5. remote: Total 940 (delta 504), reused 697 (delta 283)
  6. Receiving objects: 100% (940/940), 351.80 KiB | 556 KiB/s, done.
  7. Resolving deltas: 100% (504/504), completed with 60 local objects.
  8. From https://github.com/CyanogenMod/android_hardware_qcom_audio-caf
  9. * [new branch] cm-10.1 -> CM/cm-10.1
  10. * [new branch] cm-10.1-old -> CM/cm-10.1-old
  11. * [new branch] cm-10.1-rebase -> CM/cm-10.1-rebase
  12. * [new branch] cm-10.2 -> CM/cm-10.2
  13. * [new branch] herpderp -> CM/herpderp
  14. * [new branch] mr1.1-staging -> CM/mr1.1-staging
  15. * [new branch] next -> CM/next
  16. * [new tag] cm-10.1-M1 -> cm-10.1-M1
  17. * [new tag] cm-10.1-M2 -> cm-10.1-M2
  18. * [new tag] cm-10.1.0-RC1 -> cm-10.1.0-RC1
  19. * [new tag] cm-10.1.0-RC2 -> cm-10.1.0-RC2
  20. * [new tag] cm-10.1.0-RC3 -> cm-10.1.0-RC3
  21. * [new tag] cm-10.1.0-RC4 -> cm-10.1.0-RC4
  22. From https://github.com/CyanogenMod/android_hardware_qcom_audio-caf
  23. * [new tag] cm-10.1-M3 -> cm-10.1-M3
  24. * [new tag] cm-10.1.3-RC1 -> cm-10.1.3-RC1
  25. * [new tag] cm-10.1.3-RC2 -> cm-10.1.3-RC2
  26. nicklovell23@slimbuild:~/slim/hardware/qcom/audio-caf$ git cherry-pick 2e84d00c4287ec6c10142dd55948a23978b675ee
  27. error: Commit 2e84d00c4287ec6c10142dd55948a23978b675ee is a merge but no -m option was given.
  28. fatal: cherry-pick failed
  29. nicklovell23@slimbuild:~/slim/hardware/qcom/audio-caf$ git cherry-pick 2e84d00c4287ec6c10142dd55948a23978b675ee
  30. error: Commit 2e84d00c4287ec6c10142dd55948a23978b675ee is a merge but no -m option was given.
  31. fatal: cherry-pick failed
  32. nicklovell23@slimbuild:~/slim/hardware/qcom/audio-caf$ ^C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement