JGit/EGit

JGit/EGit is an Eclipse plugin for working with Git repositories.
Download

JGit/EGit Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Robin Rosenberg
  • Publisher web site:
  • http://git.or.cz/

JGit/EGit Tags


JGit/EGit Description

JGit/EGit is an Eclipse plugin for working with Git repositories. JGit/EGit is an Eclipse plugin for working with Git repositories.Git is a popular version control system designed to handle very large projects with speed and efficiency; it is used mainly for various open source projects, most notably the Linux kernel.Git falls in the category of distributed source code management tools, similar to e.g. GNU Arch or Monotone (or BitKeeper in the proprietary world). Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server.Git is an Open Source project covered by the GNU General Public License v2. JGit/EGit was originally written by Linus Torvalds and is currently maintained by Junio C Hamano.Here are some key features of "JGit EGit":· Strong support for non-linear development. Git supports rapid and convenient branching and merging, and includes powerful tools for visualizing and navigating a non-linear development history. · Distributed development. Like most other modern version control systems, Git gives each developer a local copy of the entire development history, and changes are copied from one such repository to another. These changes are imported as additional development branches, and can be merged in the same way as a locally developed branch. Repositories can be easily accessed via the efficient Git protocol (optionally wrapped in ssh) or simply using HTTP - you can publish your repository anywhere without any special webserver configuration required. · Efficient handling of large projects. Git is very fast and scales well even when working with large projects and long histories. It is commonly an order of magnitude faster than most other revision control systems, and several orders of magnitude faster on some operations. It also uses an extremely efficient packed format for long-term revision storage that currently tops any other open source version control system. · Cryptographic authentication of history. The Git history is stored in such a way that the name of a particular revision (a "commit" in Git terms) depends upon the complete development history leading up to that commit. Once it is published, it is not possible to change the old versions without it being noticed. Also, tags can be cryptographically signed. · Toolkit design. Following the Unix tradition, Git is a collection of many small tools written in C, and a number of scripts that provide convenient wrappers. It is easy to chain the components together to do other clever things.What's New in This Release:· Commit and checkout bugs related to sort order were fixed.· An initial commit from Eclipse was performed.· This release features repository state decorations, history view changes, history searching, and many more source code comments (javadoc).


JGit/EGit Related Software