question about ReceivePck [message #759843] |
Wed, 30 November 2011 04:43 |
Eclipse User |
|
|
|
in class "org.eclipse.jgit.transport.ReceivePck"
line 1161:
--------------------------------------------
1161 case REJECTED_NONFASTFORWARD:
1162 r.append("non-fast forward");
1163 break;
--------------------------------------------
because have not a line between 1162 and 1163 " like
r.append(cmd.getMessage());"
user will not know detail about which reason is for this non-fast-forward is rejected
1> Gerrit server has configuration of not allow non-fast-forward request
2> have not the 'Force Push' privilege.
3> ...
so will you please review and think this is a issue.
or will you agree let me add a patch of it ?
expect to your feedback
thanks a lot in advance!!
|
|
|
Powered by
FUDForum. Page generated in 1.48193 seconds