summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* FileBasedConfig supports UTF-8 byte order markerMarc Strapetz2012-09-242-2/+34
* Prepare 2.2.0 buildsMatthias Sohn2012-09-193-32/+32
* Merge branch 'stable-2.1'Matthias Sohn2012-09-195-21/+92
|\
| * Prepare for 2.1 maintenance changesstable-2.1Matthias Sohn2012-09-193-4/+4
| * JGit v2.1.0.201209190230-rv2.1.0.201209190230-rMatthias Sohn2012-09-193-4/+4
| * Introduce "never" as parseable dateRobin Rosenberg2012-09-181-0/+10
| * Introduce ParseExceptions for GitDateParserChristian Halstrick2012-09-174-17/+37
| * Support config param "gc.pruneexpire"Christian Halstrick2012-09-172-4/+45
* | Merge "Fix resolving expression with ~ and ^ than extends beyond history"Robin Rosenberg2012-09-182-1/+78
|\ \
| * | Fix resolving expression with ~ and ^ than extends beyond historyDave Borowitz2012-09-181-1/+4
| |/
| * Additional unit tests for the GCSasa Zivkov2012-09-161-0/+74
* | Merge "Suppress two resource warnings"Shawn Pearce2012-09-161-0/+2
|\ \
| * | Suppress two resource warningsRobin Rosenberg2012-08-171-0/+2
* | | Check for write errors in standard out and exit with errorRobin Rosenberg2012-09-161-0/+171
* | | Merge "Ignore non-commit refs when in RevWalkUtils.findBranchesReachableFrom"Robin Rosenberg2012-09-141-1/+4
|\ \ \
| * | | Ignore non-commit refs when in RevWalkUtils.findBranchesReachableFromRobin Rosenberg2012-09-081-1/+4
* | | | [findBugs] Silence warning about Transport initializationRobin Stocker2012-09-141-0/+6
* | | | Fix ResolveMerger issue with submodule conflictTommi Siivola2012-09-121-0/+13
| |_|/ |/| |
* | | 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
|\ \