summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ / |/| |
| * | archive: Release resources before returningJonathan Nieder2013-04-261-18/+22
* | | Merge "status: Print conflict description for unmerged paths"Robin Rosenberg2013-04-255-9/+77
|\ \ \ | |/ / |/| |
| * | status: Print conflict description for unmerged pathsRobin Stocker2013-04-195-9/+77
* | | Document RevTag#getObject() that returned object is unparsedRobin Stocker2013-04-221-1/+9
* | | Improve class documentation of TagCommandRobin Stocker2013-04-221-4/+13
* | | Revert "Add tests for FileUtils.delete and EMPTY_DIREECTORIES_ONLY"Shawn Pearce2013-04-191-85/+0
|/ /
* | Create constants in ConfigConstants for the "diff" sectionRobin Rosenberg2013-04-192-8/+46
* | Fix examples with refs/heads/ in RefSpec JavadocRobin Stocker2013-04-191-8/+8
* | IndexDiff: Provide stage state for conflicting entriesRobin Stocker2013-04-192-5/+181
|/
* Merge "A deleted work tree file is not a conflict when merge wants to delete it"Robin Rosenberg2013-04-192-1/+20
|\