summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Fix DiffFormatter NPEs for DiffEntry without content changeRobin Stocker2013-05-151-1/+6
* Fix CommitCommand not to destroy repoChristian Halstrick2013-05-111-60/+71
* Fix the parameters to an exceptionRobin Rosenberg2013-05-101-20/+18
* Prepare post 3.0.0 M7 buildsMatthias Sohn2013-05-083-3/+3
* JGit v3.0.0.201305080800-m7v3.0.0.201305080800-m7Matthias Sohn2013-05-083-3/+3
* Add missing @since tagsMatthias Sohn2013-05-065-1/+12
* Merge "URIish: Allow multiple slashes in paths"Shawn Pearce2013-05-051-2/+3
|\
| * URIish: Allow multiple slashes in pathsRobin Stocker2013-04-271-2/+3
* | Remove unused repository field from RevWalkDave Borowitz2013-05-051-9/+1
* | Merge "Require a DiffConfig when creating a FollowFilter"Shawn Pearce2013-05-054-21/+35
|\ \
| * | Require a DiffConfig when creating a FollowFilterDave Borowitz2013-05-054-21/+35
* | | Extend the FS class for Java7Robin Rosenberg2013-05-049-32/+348
|/ /
* | TagCommand should be able to create unannotated tags tooRobin Rosenberg2013-05-033-44/+82
* | 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-011-1/+1
* | | Only fetch tags that do not exist locally with auto-followRobin Stocker2013-05-011-15/+8
|/ /
* | Abort before delete in FileUtils.delete EMPTY_DIRECTORIES_ONLY|RECURSIVERobin Stocker2013-04-291-1/+15
* | Merge "Make the Reflog a public API again"Robin Rosenberg2013-04-2714-63/+234
|\ \
| * | Make the Reflog a public API againRobin Rosenberg2013-04-2614-63/+234
* | | 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
|/ /
* | Merge "status: Print conflict description for unmerged paths"Robin Rosenberg2013-04-251-1/+11
|\ \
| * | status: Print conflict description for unmerged pathsRobin Stocker2013-04-191-1/+11
* | | Document RevTag#getObject() that returned object is unparsedRobin Stocker2013-04-221-1/+9
* | | Improve class documentation of TagCommandRobin Stocker2013-04-221-4/+13
|/ /
* | 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-191-5/+133
|/
* Merge "A deleted work tree file is not a conflict when merge wants to delete it"Robin Rosenberg2013-04-191-1/+5
|\
| * A deleted work tree file is not a conflict when merge wants to delete itRobin Rosenberg2013-04-081-1/+5
* | Merge "Untracked files should not be included in stash"Robin Rosenberg2013-04-191-3/+11
|\ \
| * | Untracked files should not be included in stashRobin Rosenberg2013-04-181-3/+11
* | | Remove some unnecessary dependencies on FileRepostoryRobin Rosenberg2013-04-181-3/+3
* | | Improve test coverage of AutoCRLF(In|Out)putStreamRobin Stocker2013-04-181-1/+4
* | | Merge changes Id2848c16,I7621c434Shawn Pearce2013-04-173-56/+243
|\ \ \
| * | | Rescale "Compressing objects" progress meter by sizeShawn Pearce2013-04-173-16/+58
| * | | Split delta search buckets by byte weightShawn Pearce2013-04-173-42/+187
* | | | Merge "Support excluding objects during DFS compaction"Shawn Pearce2013-04-171-31/+102
|\ \ \ \
| * | | | Support excluding objects during DFS compactionShawn Pearce2013-04-161-31/+102
| | |/ / | |/| |
* / | | Make recursive merge strategy the default merge strategyMatthias Sohn2013-04-154-7/+8
|/ / /
* | | Update PackBitmapIndexRemapper to handle mappings not in the new pack.Colby Ranger2013-04-151-3/+18
* | | Fix boundary conditions in AutoCRLFOutputStreamRobin Rosenberg2013-04-141-35/+9
* | | NLS warning cleanupRobin Rosenberg2013-04-142-6/+5
* | | Merge "Fix a possible NPE"Robin Rosenberg2013-04-131-1/+1
|\ \ \ | |/ / |/| |
| * | Fix a possible NPERobin Rosenberg2013-04-041-1/+1
* | | Merge changes I845caede,Ie25c6d3a,I5caec313,Ib11ff99f,I9ccf20c3,Ic7826f29,I1b...Shawn Pearce2013-04-125-260/+233
|\ \ \
| * | | Always attempt delta compression when reuseDeltas is falseShawn Pearce2013-04-121-1/+1