Advertisement
Guest User

Untitled

a guest
Sep 15th, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. derick@derick-Dell-System-Inspiron-N4110:/var/www/html/OpenSource/MediaWiki$ git review -R
  2. You are about to submit multiple commits. This is expected if you are
  3. submitting a commit that is dependent on one or more in-review
  4. commits. Otherwise you should consider squashing your changes into one
  5. commit before submitting.
  6.  
  7. The outstanding commits are:
  8.  
  9. bdd430f (HEAD, d3r1ck01) Change-Id: I305fee1cb6ea7c68046a4d17bab22160f041cea4
  10. 305fee1 Deprecated function wfDiff() in GlobalFunctions.php
  11.  
  12. Do you really want to submit the above commits?
  13. Type 'yes' to confirm, other to cancel: yes
  14. remote: Resolving deltas: 100% (169/169)
  15. remote: Processing changes: refs: 1, done
  16. remote: ERROR: missing Change-Id in commit message footer
  17. remote: Suggestion for commit message:
  18. remote: Deprecated function wfDiff() in GlobalFunctions.php
  19. remote:
  20. remote: Trying to fix the bugs about deprecated functions in GlobalFunctions.php. I have just fixed this one and wfDiff()
  21. remote: is still called in different files. I will have to modify them too.
  22. remote:
  23. remote: Signed-off-by: Alangi Derick <alangiderick@gmail.com>
  24. remote:
  25. remote: Change-Id: I305fee1cb6ea7c68046a4d17bab22160f041cea4
  26. remote:
  27. remote: Hint: To automatically insert Change-Id, install the hook:
  28. remote: gitdir=$(git rev-parse --git-dir); scp -p -P 29418 d3r1ck01@gerrit.wikimedia.org:hooks/commit-msg ${gitdir}/hooks/
  29. remote:
  30. remote:
  31. To ssh://d3r1ck01@gerrit.wikimedia.org:29418/mediawiki/core.git
  32. ! [remote rejected] HEAD -> refs/publish/master/d3r1ck01 (missing Change-Id in commit message footer)
  33. error: failed to push some refs to 'ssh://d3r1ck01@gerrit.wikimedia.org:29418/mediawiki/core.git'
  34. derick@derick-Dell-System-Inspiron-N4110:/var/www/html/OpenSource/MediaWiki$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement