You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

roadmap.mkd 976B

12 years ago
10 years ago
12 years ago
10 years ago
12 years ago
10 years ago
1234567891011121314151617
  1. ## Roadmap
  2. This is not exactly a formal roadmap but it is a priority list of what might be implemented in future releases.
  3. This list is volatile and may not reflect what will be in the next release.
  4. * Integrate an SSH daemon to complete the transport trifecta: http/https, git, and ssh
  5. * GitHub-style Pull Requests or Gerrit-style Patchsets (issue 215)
  6. * Clone/Mirror Repository feature (issue 5)
  7. * optional scheduled pulls
  8. * optional automatic push to origin/remotes?
  9. * optional manual push to origin/remotes?
  10. * Re-use the EGit branch visualization table cell renderer as some sort of servlet (issue 194)
  11. * Diff should highlight inserted/removed fragment compared to original line
  12. * Respect Gerrit branch permissions, if found (issue 36)
  13. * Repository regex substitutions should be stored in .git/.config, not gitblit.properties
  14. * Editable settings page in GO/WAR
  15. * Create Eclipse plugin to enumerate repositories and delegate cloning to EGit