aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit
Commit message (Expand)AuthorAgeFilesLines
* Add missing @since tagsMatthias Sohn2013-11-097-0/+14
* Interactive Rebase: Do actions if there were conflictsStefan Lay2013-11-081-80/+117
* Rebase interactive should finish if last step is editStefan Lay2013-11-061-9/+14
* Merge changes I40f2311c,I3c419094Matthias Sohn2013-11-055-10/+280
|\
| * Add additional RebaseResult for editing commitsStefan Lay2013-11-052-8/+19
| * Add Squash/Fixup support for rebase interactive in RebaseCommandTobias Pfeifer2013-11-054-2/+261
* | Merge changes I85470d1d,I43711486,Ie6ade781,Ic9ab2b6e,Iebe50933,Id6fac253,Ia6...Shawn Pearce2013-11-057-49/+200
|\ \ | |/ |/|
| * Extract protocol constants to a common classShawn Pearce2013-11-016-47/+199
| * Remove unnecessary import of BaseConnection in MessageWriterShawn Pearce2013-11-011-2/+1
* | Merge "testMaliciousPathEmpty fails on Windows"Christian Halstrick2013-11-041-2/+3
|\ \
| * | testMaliciousPathEmpty fails on WindowsRobin Rosenberg2013-11-011-2/+3
| |/
* | Enable to prepare interactive rebase and then start it explicitlyTobias Pfeifer2013-11-012-2/+56
* | Parse commitId and shortMessage of a commented out line in rebase todoTobias Pfeifer2013-10-311-44/+95
* | Enhance reading of git-rebase-todo formatted filesChristian Halstrick2013-10-315-264/+538
|/
* Support extension of TransportHttpMichael Nelson2013-10-261-1/+10
* Add / fix @since tagsMatthias Sohn2013-10-243-2/+4
* Make sure SystemReader is reset after test is runRobin Stocker2013-10-221-1/+2
* Describe HEAD if no explicit target was setMatthias Sohn2013-10-112-8/+10
* Allow to set target of DescribeCommandMatthias Sohn2013-10-111-2/+3
* Fix ServiceMayNotContinueException constructors for Java 1.5Colby Ranger2013-10-081-2/+3
* Add constructors that take Throwable to ServiceMayNotContinueException.Colby Ranger2013-10-071-0/+23
* Propagate IOException where possible when getting refs.Colby Ranger2013-10-0710-13/+48
* Merge branch 'stable-3.1'Matthias Sohn2013-10-033-5/+11
|\
| * Fix order of commits in rebase todo file headerStefan Lay2013-09-291-2/+2
| * Attempt to fix graph layout when new heads are introducedRobin Rosenberg2013-09-261-1/+5
| * Use full branch name when getting ref in BranchTrackingStatusRobin Stocker2013-09-201-2/+4
* | Merge "Added the git-describe implementation"Matthias Sohn2013-10-023-0/+292
|\ \
| * | Added the git-describe implementationKohsuke Kawaguchi2013-09-273-0/+292
| |/
* / Do not close ArchiveOutputStream on errorJonathan Nieder2013-09-231-2/+2
|/
* Ignore bitmap indexes that do not match the pack checksumColby Ranger2013-09-191-8/+8
* Remove unneeded packs when compacting with no new objectsColby Ranger2013-09-161-1/+7
* ResetCommand: Allow reset on unborn branch when ref not specifiedRobin Stocker2013-09-132-57/+86
* Don't treat "/" as valid ignore patternRobin Stocker2013-09-091-1/+1
* Remove unnecessary inflate stride in DfsBlockShawn Pearce2013-09-042-43/+17
* LogCommand: Remove outdated TODO and improve docsRobin Stocker2013-08-251-3/+17
* Enable LsRemoteCommand to work without local repositoryRobin Stocker2013-08-132-1/+18
* Add missing @since tag for replaceLineBreaksWithSpaceRobin Stocker2013-08-121-0/+1
* Merge "Recognize CRLF when parsing the short message of a commit or tag"Robin Rosenberg2013-08-104-5/+35
|\
| * Recognize CRLF when parsing the short message of a commit or tagRobin Rosenberg2013-06-144-5/+35
* | Merge "Added characters to be escaped in file name patterns"Robin Rosenberg2013-08-101-20/+44
|\ \
| * | Added characters to be escaped in file name patternsGustav Karlsson2013-04-061-20/+44
* | | Add missing @since tagsLars Vogel2013-08-103-0/+8
* | | Advertise capabilities with no refs in upload service.Colby Ranger2013-08-081-0/+2
* | | Allow UploadPack requests with no optionsShawn Pearce2013-08-071-4/+7
* | | Send no-progress option with NullProgressMonitor.Colby Ranger2013-08-051-1/+10
* | | Merge "Change RequestValidator parameter to ObjectId list"Shawn Pearce2013-08-021-21/+34
|\ \ \
| * | | Change RequestValidator parameter to ObjectId listGreg Hill2013-08-021-21/+34
* | | | Add setter for ProgressMonitor to StatusCommandChristian Trutz2013-07-281-1/+20
|/ / /
* | | Implement open(URIish) for TransportLocalRobin Stocker2013-07-212-0/+36
* | | Fix NPE in openFetch on Transport without local repositoryRobin Stocker2013-07-212-14/+33