git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonas Fonseca <fonseca@diku.dk>
To: nbgit@googlegroups.com
Cc: git@vger.kernel.org
Subject: [ANNOUNCE] nbgit 0.1
Date: Wed, 10 Sep 2008 23:54:30 +0200	[thread overview]
Message-ID: <20080910215430.GA24972@diku.dk> (raw)

Hello,

Alexander Coles and I are very pleased to announce the first release of
nbgit, a git module for NetBeans. It uses the JGit library to interact
with Git repositories, which means that it should be as cross-platform
as it can get. Furthermore, both NetBeans 6.1 and 6.5beta should be
supported, the last one only slightly tested though.

The project is still in an early development phase and many features are
currently missing. However, nbgit 0.1 supports the most basic features
of a NetBeans versioning module. This includes showing annotations for
files and directories, viewing the status of tracked files, browsing
differences (both in diff view and in the editor), committing, and more
(see full list below).

Interested and *brave* people are encouraged to take it for a spin and
report first impressions, problems, or hurrahs in the nbgit forum or the
issue tracker on the Google Code project page.

Some useful resources
---------------------

 Homepage:      http://nbgit.org/
 Project:	http://nbgit.googlecode.com/
 Forum:		http://groups.google.com/group/nbgit
 Downloads:     http://code.google.com/p/nbgit/downloads/list
 Gitfeed:       git://github.com/myabc/nbgit.git
 Gitweb:        http://github.com/myabc/nbgit/commits/master
                http://repo.or.cz/w/nbgit.git (mirrored)

Changes in this release
-----------------------

New features:

 - init: Create a new git repository.
 - status: List the status of changed files.
 - diff: View changes to files (side-by-side).
 - commit: Commit a selected range of files.
 - log: Search and view revisions.
 - update: Revert individual file changes.
 - properties: Change repository specific options (i.e. user.name and
   user.email).
 - custom: User defined commands (e.g. to open gitk). (issue 16)

Resolved issues:

 - Prefill the history summary view when opened. (issue 5)
 - Optionally insert Signed-off-by line in commit messages. (issue 7)
 - Reorder class path extensions to allow nbgit to be opened in NetBeans
   6.5beta. (issue 14)

-- 
Jonas Fonseca

                 reply	other threads:[~2008-09-10 21:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080910215430.GA24972@diku.dk \
    --to=fonseca@diku.dk \
    --cc=git@vger.kernel.org \
    --cc=nbgit@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).