aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib
Commit message (Expand)AuthorAgeFilesLines
* Added read/write support for pack bitmap index.Colby Ranger2013-03-053-0/+262
* Fix RefUpdate performance for existing RefsRoberto Tyley2013-03-011-1/+2
* Implement core.checkstat = minimalRobin Rosenberg2013-02-102-0/+23
* Fix Config.fromText to not skip a last line with no newlineDave Borowitz2013-02-081-1/+4
* Add getConflictingNames to RefDatabaseRobin Stocker2013-02-061-1/+40
* Add additional FastForwardMode enums for different config contextsTomasz Zarna2013-01-182-1/+38
* Accept '-' instead of space in enum config valuesShawn Pearce2013-01-111-0/+6
* Revert "Add additional FastForwardMode enums for different config contexts"Shawn Pearce2013-01-112-5/+2
* Fix enum parsing from Config filesShawn Pearce2013-01-111-1/+1
* Peel tags during resolve of foo^Dave Borowitz2013-01-101-1/+1
* Return info about config subsection when trying to get an invalid enumTomasz Zarna2013-01-081-4/+6
* Add additional FastForwardMode enums for different config contextsTomasz Zarna2013-01-062-2/+5
* Update the revert command and things relating to revertRobin Rosenberg2012-12-283-0/+93
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-2729-106/+117
* RevWalk support for shallow clonesMarc Strapetz2012-11-212-0/+12
* Add config constant for "mergeoptions"Tomasz Zarna2012-11-181-0/+3
* Declare all thrown exceptions in RepositoryDani Megert2012-11-161-1/+3
* Fix redundant null check warning in RepositoryRobin Stocker2012-11-081-1/+1
* Add Javadoc description for packagesRobin Stocker2012-10-311-0/+4
* Don't allow null name or e-mail in PersonIdentRobin Stocker2012-10-131-32/+33
* Merge "Allow @ in branch names and tighten syntax checking"Robin Rosenberg2012-09-241-7/+33
|\
| * Allow @ in branch names and tighten syntax checkingRobin Rosenberg2012-09-231-7/+33
* | Fix typo in AnyObjectId#abbreviateRobin Stocker2012-09-241-2/+2
|/
* Merge branch 'stable-2.1'Matthias Sohn2012-09-191-0/+6
|\
| * Support config param "gc.pruneexpire"Christian Halstrick2012-09-171-0/+6
* | 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 "Set core.precomposeunicode to true when creating repository on Mac"Matthias Sohn2012-08-261-0/+3
|\
| * Set core.precomposeunicode to true when creating repository on MacRobin Rosenberg2012-08-221-0/+3
* | 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
| |/
* / Teach BranchTrackingStatus to handle tracking of local branchesMatthias Sohn2012-08-182-6/+39
|/
* Rename local variables in Repository.resolveRobin Rosenberg2012-07-131-61/+63
* Make clear method on StoredConfig publicRobin Rosenberg2012-06-211-0/+5
* Add "--squash" option to MergeCommandTomasz Zarna2012-06-152-27/+70
* Define ObjectInserter.Filter to wrap another ObjectInserterShawn O. Pearce2012-06-141-0/+54
* Merge branch 'stable-2.0'Shawn O. Pearce2012-06-072-25/+33
|\
| * Get rid of warnings about empty statmentsRobin Rosenberg2012-06-061-0/+1
| * Support gitdir: refs in BaseRepositoryBuilder.findGitDirKevin Sawicki2012-06-041-25/+32
* | Merge changes Iee9af8d5,I8e1674f0,If5a6fcc5,I3bb28e4dShawn O. Pearce2012-06-052-0/+328
|\ \ | |/ |/|
| * Batch reference updates together for storageShawn O. Pearce2012-05-222-0/+328
* | Update ORIG_HEAD when resettingKevin Sawicki2012-05-311-0/+33
* | Update smudged entries when writing indexKevin Sawicki2012-05-281-2/+2
|/
* Add Object type to Comparable implements declarationKevin Sawicki2012-05-101-1/+1
* Remove 86 boxing warningsKevin Sawicki2012-05-084-6/+13
* Merge "Index config section and subsection names in one pass"Robin Rosenberg2012-04-022-148/+136
|\
| * Index config section and subsection names in one passShawn O. Pearce2012-04-022-148/+136
* | Add @Override annotations to enumsTomasz Zarna2012-04-021-0/+104
|/