summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Ignore attempts to set the timeout to -1Jason Pyeron2012-09-101-2/+6
* Mark fields of BaseReceivePack privateShawn O. Pearce2012-09-052-19/+36
* Delete checkObjectCollisions from PackParserShawn O. Pearce2012-09-051-46/+11
* Output result of switching branch -- o.e.jgit.pgm.CheckoutTomasz Zarna2012-09-051-1/+1
* Merge "Support branches with name 'config'"Christian Halstrick2012-09-031-5/+17
|\
| * Support branches with name 'config'Christian Halstrick2012-08-211-5/+17
* | DirCacheCheckout: Fix handling of files not in indexRobin Stocker2012-09-011-14/+16
* | Create an input stream that transforms LF to CRLFRobin Rosenberg2012-09-011-0/+151
* | Enhance statistics for repo by sizes and ref-countsChristian Halstrick2012-08-311-5/+40
* | Implement a parser for datesChristian Halstrick2012-08-282-2/+240
* | Merge "Fix gc's usage of progress monitor"Stefan Lay2012-08-281-22/+27
|\ \
| * | Fix gc's usage of progress monitorMatthias Sohn2012-08-261-22/+27
* | | Enable rebase to continue for all rebase stagesRobin Rosenberg2012-08-271-0/+3
* | | Merge "Refactor detection of Windows platform to SystemReader"Matthias Sohn2012-08-265-19/+16
|\ \ \
| * | | Refactor detection of Windows platform to SystemReaderRobin Rosenberg2012-08-225-19/+16
* | | | Merge "Set core.precomposeunicode to true when creating repository on Mac"Matthias Sohn2012-08-262-0/+7
|\| | |
| * | | Set core.precomposeunicode to true when creating repository on MacRobin Rosenberg2012-08-222-0/+7
* | | | Merge "Refactor detection of OS X to SystemReader"Matthias Sohn2012-08-263-18/+18
|\| | | | |/ / |/| |
| * | Refactor detection of OS X to SystemReaderRobin Rosenberg2012-08-223-18/+18
* | | Merge changes I98df46ce,Ifb815a12,I051a1724Robin Rosenberg2012-08-211-32/+147
|\ \ \
| * | | Support [<ref>]@{upstream} revision syntaxRobin Rosenberg2012-07-201-1/+42
| * | | Support parsing previous checkout as a revision expresion.Robin Rosenberg2012-07-201-40/+102
| * | | Allow a @ without branch in revision syntaxRobin Rosenberg2012-07-161-3/+15
* | | | Merge "Refactored method to find branches from which a commit is reachable"Robin Rosenberg2012-08-211-0/+73
|\ \ \ \ | |_|_|/ |/| | |
| * | | Refactored method to find branches from which a commit is reachableRobin Rosenberg2012-08-211-0/+73
| | |/ | |/|
* | | Teach BranchTrackingStatus to handle tracking of local branchesMatthias Sohn2012-08-182-6/+39
* | | Improve ours/theirs conflict markers for rebase, cherry-pickRobin Stocker2012-08-183-7/+79
|/ /
* | Merge changes Ie949f321,I403de522Shawn Pearce2012-08-157-5/+69
|\ \
| * | Implement wasDeltaAttempted() in DfsObjectRepresentation.Colby Ranger2012-08-133-1/+34
| * | Do not delta compress objects that have already tried to compress.Colby Ranger2012-08-134-4/+35
* | | Fix idOffset when the working tree iterator matches a dircache entryRobin Rosenberg2012-08-151-4/+10
|/ /
* | Merge "Allow JGit to read C Git rebase state"Christian Halstrick2012-08-131-1/+8
|\ \
| * | Allow JGit to read C Git rebase stateRobin Rosenberg2012-08-071-1/+8
* | | Make CheckoutCommand pass modified files through resultMarkus Duft2012-08-072-12/+61
* | | Allow detection of case insensitive file systemsMatthias Sohn2012-08-063-0/+21
* | | Ensure a directory exists before trying to create/merge a file into it.Jevgeni Zelenkov2012-08-061-0/+1
* | | Merge "Fix PlotCommit for commits with duplicate parents"Robin Rosenberg2012-08-051-3/+7
|\ \ \ | |/ / |/| |
| * | Fix PlotCommit for commits with duplicate parentsRobin Rosenberg2012-08-051-3/+7
* | | Merge "Fix resolving of relative file URIs in TransportLocal"Robin Rosenberg2012-07-291-2/+2
|\ \ \
| * | | Fix resolving of relative file URIs in TransportLocalRobin Stocker2012-07-271-2/+2
* | | | Merge "Garbage collector for FileRepositories"Robin Rosenberg2012-07-295-0/+908
|\ \ \ \
| * | | | Garbage collector for FileRepositoriesChristian Halstrick2012-07-295-0/+908
* | | | | Expose some DFS APIs as public or protectedShawn O. Pearce2012-07-273-3/+22
| |/ / / |/| | |
* | | | Again teach ResolveMerger to create more correct DirCacheEntry'sChristian Halstrick2012-07-261-35/+81
* | | | Revert "Teach ResolveMerger to create more correct DirCacheEntry's"Shawn Pearce2012-07-241-74/+26
|/ / /
* | | Teach ResolveMerger to create more correct DirCacheEntry'sMarkus Duft2012-07-191-26/+74
* | | Make ApplyCommand create missing parent directories for new filesMarkus Duft2012-07-161-0/+2
| |/ |/|
* | Rename local variables in Repository.resolveRobin Rosenberg2012-07-131-61/+63
* | Get rid of warning about possible NullPointerExceptionRobin Rosenberg2012-07-131-5/+5
* | Merge "Work around smart HTTP bugs in C Git"Shawn O. Pearce2012-07-112-3/+32
|\ \