summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ignore submodule commits during checkoutRobin Rosenberg2011-05-051-0/+6
* Merge "Fix "into" part of merge message for HEAD"Shawn Pearce2011-05-052-2/+10
|\
| * Fix "into" part of merge message for HEADRobin Stocker2011-05-052-2/+10
* | Store Git on any DHTShawn O. Pearce2011-05-05123-3/+21717
* | Add org.eclipse.jgit.ant to parent pom.xmlChris Aniszczyk2011-05-051-1/+2
|/
* Merge "Fix error handling in RepositoryFilter"Chris Aniszczyk2011-05-051-3/+6
|\
| * Fix error handling in RepositoryFilterShawn O. Pearce2011-05-041-3/+6
* | Add pom.xml to org.eclipse.jgit.antChris Aniszczyk2011-05-051-0/+114
|/
* Present reset in the reflog like C Git does nowadaysRobin Rosenberg2011-05-041-2/+1
* Implemented merge for parallel delete/modificationBernard Leach2011-05-033-1/+87
* Add better exception handling for the git-init ant taskKetan Padegaonkar2011-05-031-3/+8
* Merge "Attempt to make git prefix detection more reliable"Chris Aniszczyk2011-05-031-3/+55
|\
| * Attempt to make git prefix detection more reliableRobin Rosenberg2011-05-021-3/+55
* | Merge "Add path support to checkout command."Stefan Lay2011-05-032-3/+235
|\ \
| * | Add path support to checkout command.Kevin Sawicki2011-05-032-3/+235
| |/
* | Qualify post-0.12 buildsMatthias Sohn2011-05-0331-201/+201
* | Merge branch 'stable-0.12'Matthias Sohn2011-05-0330-199/+199
|\ \
| * | JGit 0.12.1v0.12.1stable-0.12Matthias Sohn2011-05-0230-199/+199
* | | Add better javadoc to the git-init ant taskKetan Padegaonkar2011-05-021-2/+12
* | | Add GitCheckoutTask to org.eclipse.jgit.antKetan Padegaonkar2011-05-022-1/+128
* | | Add GitCloneTask to org.eclipse.jgit.antKetan Padegaonkar2011-05-022-1/+119
* | | Add org.eclipse.jgit.antKetan Padegaonkar2011-05-0210-0/+156
| |/ |/|
* | Merge branch 'stable-0.12'Shawn O. Pearce2011-04-214-17/+101
|\|
| * Implement the no-done capabilityShawn O. Pearce2011-04-214-17/+101
* | Merge branch 'stable-0.12'Shawn O. Pearce2011-04-218-136/+73
|\|
| * Fix sorting of names in RefDirectoryShawn O. Pearce2011-04-212-0/+15
| * Merge "Make running static checks configurable in maven build" into stable-0.12Shawn Pearce2011-04-185-136/+52
| |\
| | * Make running static checks configurable in maven buildMatthias Sohn2011-04-185-136/+52
| * | Add constants for gerrit change id configurationStefan Lay2011-04-141-0/+6
| |/
* | Enabled unit tests in HttpClientTestsChristian Halstrick2011-04-211-0/+13
* | Added support to IndexDiff to return information on conflictsBernard Leach2011-04-192-0/+63
|/
* Update eclipse IP log for 0.12Matthias Sohn2011-04-131-0/+72
* Hande latin-1 encodingLeonard Broman2011-04-112-1/+109
* Add NotesCommand to the JGit APIChris Aniszczyk2011-04-106-0/+719
* Merge "Create all test data in trash folder"Chris Aniszczyk2011-04-092-5/+20
|\
| * Create all test data in trash folderMatthias Sohn2011-04-102-5/+20
* | Update to use Tycho 0.11Matthias Sohn2011-04-091-1/+1
|/
* Add "Conflicts" section to merge message on conflictRobin Stocker2011-04-062-3/+43
* Refactor reading and writing heads in RepositoryRobin Stocker2011-04-061-40/+47
* Add CHERRY_PICK_HEAD for cherry-pick conflictsRobin Stocker2011-04-0610-10/+203
* Add parameters for timeout and branches to cloneStefan Lay2011-04-062-0/+88
* Try to checkout branch after cloningStefan Lay2011-04-063-14/+57
* Fix DirCache.isModified()Philipp Thun2011-04-041-1/+1
* [findbugs] Use explicit initializationMatthias Sohn2011-04-041-1/+1
* [findbugs] Make mutable static field finalMatthias Sohn2011-04-031-1/+1
* Merge "Make DeltaBaseCache per-ObjectReader"Chris Aniszczyk2011-04-023-41/+42
|\
| * Make DeltaBaseCache per-ObjectReaderShawn O. Pearce2011-04-013-41/+42
* | Merge "Fix ReceivePack connectivity validation with alternates"Chris Aniszczyk2011-04-022-24/+29
|\ \
| * | Fix ReceivePack connectivity validation with alternatesShawn O. Pearce2011-04-012-24/+29
| |/
* | Merge "Add open(File) and wrap(Repository) to Git"Christian Halstrick2011-04-022-1/+159
|\ \