aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge "Fix DiffFormatter NPEs for DiffEntry without content change" into stab...Matthias Sohn2013-05-162-2/+36
| |\
| | * Fix DiffFormatter NPEs for DiffEntry without content changeRobin Stocker2013-05-152-2/+36
| * | Fix AnyObjectId's generic type declaration of ComparableRoberto Tyley2013-05-161-5/+1
| |/
| * Fix CommitCommand not to destroy repoChristian Halstrick2013-05-112-60/+98
| * Fix the parameters to an exceptionRobin Rosenberg2013-05-101-20/+18
| * Prepare post 3.0.0 M7 buildsMatthias Sohn2013-05-0846-58/+58
| * JGit v3.0.0.201305080800-m7v3.0.0.201305080800-m7Matthias Sohn2013-05-0846-58/+58
* | Add tgz and txz archive formatsJonathan Nieder2013-05-285-1/+141
* | Maintain list of archive formats in one placeJonathan Nieder2013-05-282-8/+53
* | Release ArchiveCommand's ObjectReader in call()Jonathan Nieder2013-05-242-35/+33
* | Move ArchiveCommand into standard porcelain APIJonathan Nieder2013-05-2430-36/+851
* | Remove dependency by ArchiveCommand on archive formatsJonathan Nieder2013-05-2410-6/+123
* | Drop dependency by ArchiveCommand.Format interface on commons-compressJonathan Nieder2013-05-233-18/+27
* | ArchiveCommand.Format: pass output stream as first argument to putEntryJonathan Nieder2013-05-233-9/+10
* | ArchiveCommand: make archive formats non-inner classesJonathan Nieder2013-05-238-83/+239
* | Remove unused import in UploadPackShawn Pearce2013-05-231-1/+0
* | Use NullOutputStream not DisabledOutputStream in UploadPackShawn Pearce2013-05-231-3/+5
* | Allow PreUploadHook.onSendPack to send messages to the clientShawn Pearce2013-05-221-2/+30
* | Remove unused import in LocalDiskRepositoryTestCaseTomasz Zarna2013-05-131-1/+0
* | Fix hardcoded use of target/trash in LocalDiskRepositoryTestCaseShawn Pearce2013-05-085-75/+94
|/
* Add missing @since tagsMatthias Sohn2013-05-065-1/+12
* Move org.eclipse.jgit.pgm's resource bundle to internal packageMatthias Sohn2013-05-0650-35/+50
* Merge "URIish: Allow multiple slashes in paths"Shawn Pearce2013-05-052-4/+21
|\
| * URIish: Allow multiple slashes in pathsRobin Stocker2013-04-272-4/+21
* | Remove unused repository field from RevWalkDave Borowitz2013-05-052-10/+2
* | Merge "Require a DiffConfig when creating a FollowFilter"Shawn Pearce2013-05-056-28/+47
|\ \
| * | Require a DiffConfig when creating a FollowFilterDave Borowitz2013-05-056-28/+47
* | | Add optional feature to install Java 7 supportMatthias Sohn2013-05-0415-19/+481
* | | Extend the FS class for Java7Robin Rosenberg2013-05-0465-61/+3024
* | | Fix line endingsMatthias Sohn2013-05-035-335/+335
|/ /
* | TagCommand should be able to create unannotated tags tooRobin Rosenberg2013-05-034-45/+95
* | Add test for RefUpdate delete without HEADRobin Stocker2013-05-031-1/+16
* | Merge "Fix warnings about assigning paramter in util.io"Robin Rosenberg2013-05-025-40/+43
|\ \
| * | Fix warnings about assigning paramter in util.ioRobin Stocker2013-05-015-40/+43
* | | Update tags on fetch if --tags or tag refspec specifiedRobin Stocker2013-05-012-1/+26
* | | Only fetch tags that do not exist locally with auto-followRobin Stocker2013-05-012-27/+94
|/ /
* | ArchiveCommand: Add missing @since tagJonathan Nieder2013-04-301-0/+2
* | Abort before delete in FileUtils.delete EMPTY_DIRECTORIES_ONLY|RECURSIVERobin Stocker2013-04-292-2/+131
* | Merge "Cleanup imports and javadocs in ArchiveCommand"Robin Rosenberg2013-04-271-3/+6
|\ \
| * | Cleanup imports and javadocs in ArchiveCommandRobin Rosenberg2013-04-271-3/+6
* | | Delete CLIText strings previously used in iplog generatorJonathan Nieder2013-04-272-6/+0
* | | Merge "Make the Reflog a public API again"Robin Rosenberg2013-04-2724-103/+273
|\ \ \
| * | | Make the Reflog a public API againRobin Rosenberg2013-04-2624-103/+273
* | | | Merge "Remove unused logger from RecursiveMerger"Robin Rosenberg2013-04-271-3/+0
|\ \ \ \
| * | | | Remove unused logger from RecursiveMergerJonathan Nieder2013-04-261-3/+0
* | | | | Refer to getEntryPathLength in docs of getEntryPathBufferRobin Stocker2013-04-271-1/+8
| |_|_|/ |/| | |
* | | | Allow deletions to occur when there is no HEADAlex Blewitt2013-04-271-1/+1
| |_|/ |/| |
* | | ArchiveCommand: Do not warn for unsupported file modeJonathan Nieder2013-04-263-13/+7
* | | Add internal porcelain-style API for ArchiveCommandJonathan Nieder2013-04-264-124/+288
* | | Merge "archive: Release resources before returning"Shawn Pearce2013-04-261-18/+22
|\ \ \ | |/ / |/| |