Skip to content
Snippets Groups Projects
  1. Nov 04, 2009
    • Shawn Pearce's avatar
      Use a more specific Bugzilla URL · ddefff98
      Shawn Pearce authored
      
      This URL filters the search results within the entire Eclipse.org
      Bugzilla server to only this that are open and pertain to our
      project.  It also sets up the "File a new bug" link to send any
      new issue in our direction.
      
      Change-Id: I5d50a2e7d0b34efb386492aedfe28f4ae67f92bc
      Signed-off-by: default avatarShawn O. Pearce <spearce@spearce.org>
      ddefff98
    • Shawn Pearce's avatar
      Use JUnit 3.8.2 under CQ 3589 · 8e901f44
      Shawn Pearce authored
      
      CQ 3589 was submitted to request permission to use JUnit 3.8.2
      from Orbit.  We don't redistribute JUnit but we compile against it
      and do redistribute a test support JAR (org.eclipse.jgit.junit)
      that would depend upon it if someone were to develop their own
      application code and also wish to write unit tests with JUnit.
      
      Change-Id: I23b1f23e064224363585ec2f5dd62a0b4d28fb5b
      Signed-off-by: default avatarShawn O. Pearce <spearce@spearce.org>
      8e901f44
  2. Nov 03, 2009
    • Shawn Pearce's avatar
      Prompt for passwords from the console in jgit command line tools · 7e8dc538
      Shawn Pearce authored
      
      If we are on a Java 6 JVM we should have the Console class available,
      unless the user has redirected /dev/null to stdin.  When there is a
      console present we would prefer to use that for command line prompts
      as that is what the user expects from a command line tool.
      
      Change-Id: Ibaf87bb5540371d94d96d1b7e94ca002f752e5bd
      Signed-off-by: default avatarShawn O. Pearce <spearce@spearce.org>
      7e8dc538
    • Shawn Pearce's avatar
      Create JUnit test utilities for JGit derived sources · 49aac325
      Shawn Pearce authored
      
      The LocalDiskRepositoryTestCase class is derived from the current
      RepositoryTestCase code and is meant for application (or our own)
      tests to subclass and access temporary repositories on the local
      client disk.
      
      Change-Id: Idff096cea40a7b2b56a90fb5de179ba61ea3a0eb
      Signed-off-by: default avatarShawn O. Pearce <spearce@spearce.org>
      49aac325
    • Shawn Pearce's avatar
      Refactor our Maven build to be modular · dad52baa
      Shawn Pearce authored
      
      Drop our simple and stupid jgit.sh and instead rely upon Maven
      for the command line based build.  Maven is relatively simple to
      download and install, and doesn't require the entire Eclipse IDE.
      
      To avoid too much refactoring of the current code we reuse the
      existing src/ directory within each plugin, and treat each of
      the existing OSGI bundles as one Maven artifact.
      
      The command line wrapper jgit.sh no longer works in the uncompiled
      state, as we don't know where to obtain our JSch or args4j from.
      Developers will now need to compile it with `mvn package`, or run
      our Main class from within an IDE which has the proper classpath.
      
      Bug: 291265
      Change-Id: I355e95fa92fa7502651091d2b651be6917a26805
      Signed-off-by: default avatarShawn O. Pearce <spearce@spearce.org>
      dad52baa
Loading