git « Development « Java I/O Q&A





1. How to "cat" a file in JGit?    stackoverflow.com

A while back I was looking for an embeddable distributed version control system in Java, and I think I have found it in JGit, which is a pure Java ...

2. which class/jar file in fisheye hooks into subversion and GIT?    stackoverflow.com

which class/jar file in fisheye hooks into subversion and GIT? I want to use it to extend the functionality a bit.

3. Transfer files using java    stackoverflow.com

I need to transfer lots of small files to a remote computer within my java program. I was wondering if somebody could suggest the best way to do so... I need ...

4. Get a single file from a remote git repository    stackoverflow.com

Is there a way to programmatically download a single file from a remote git repository, in Java?

  1. I prefer a solution which uses as little bandwidth as possible, preferably only downloading that ...

5. Repair links between moved files in Mercurial    stackoverflow.com

Over the course of having this repo (originally SVN) I've not been to good with keeping file links together. I've changed IDE's twice, split the project into Netbeans modules, and mavenized ...

6. JGit Java Git Library Unstaging Files    stackoverflow.com

I can't get reset to work properly in JGit. Ie. i can add all files to the index, and i can remove/reset/unstage some of them from the index via the ...