gitblit
gitblit copied to clipboard
pure java git solution
Originally reported on Google Code with ID 415 ``` James, I must say the tickets feature is really showing promise, thanks for the excellent additions so far. Now I'd like...
Originally reported on Google Code with ID 562 ``` What steps will reproduce the problem? 1. Create a ticket with a commit 2. Add a comment 3. Press "comment" two...
Originally reported on Google Code with ID 542 ``` What steps will reproduce the problem? 1. Close a ticket via patchset and merge. 2. Edit the ticket to mark as...
Originally reported on Google Code with ID 534 ``` What steps will reproduce the problem? 1. Setup gitblit with Tomcat 2. Create a new ticket 3. What is the expected...
Originally reported on Google Code with ID 529 ``` What steps will reproduce the problem? 1. Create a ticket 2. View the ticket 3. Click edit button beside milestone button...
Originally reported on Google Code with ID 582 ``` What steps will reproduce the problem? 1. create a repository, make the orphan branch gh-pages, create some pages and push it....
Originally reported on Google Code with ID 593 ``` In a ticket body, code that includes an @ sign will be expanded and shown as a user link. ###Related Code:...
Originally reported on Google Code with ID 608 ``` Most ssh-based git servers allows public key authentication with a generic username "git". The actual user is determined by his public...
I'm looking at adding fields to the tickets to hold `start date` and `expected/actual duration` to provide basic project planning capabilities within Gitblit. _(With the intention of a follow up...
Originally reported on Google Code with ID 603 ``` From the ticket edit page, the option is available always for responsible and milestone, even if there is not a value...