Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » question about ReceivePck(I think it need improvment)
question about ReceivePck [message #759843] Wed, 30 November 2011 09:43
ZBruce  is currently offline ZBruce Friend
Messages: 1
Registered: September 2011
Junior Member
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!!
Previous Topic:When to Use setCredentialsProvider
Next Topic:[jgit] Find Commits for Notes
Goto Forum:
  


Current Time: Tue Mar 19 11:46:17 GMT 2024

Powered by FUDForum. Page generated in 0.03064 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top