aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib
Commit message (Expand)AuthorAgeFilesLines
* Support config param "gc.pruneexpire"Christian Halstrick2012-09-171-0/+6
* 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
|/
* Sort Config entries and use O(log N) lookupShawn O. Pearce2012-03-272-39/+123
* Extract inner classes from ConfigShawn O. Pearce2012-03-273-140/+236
* Clarify the purpose of ObjectInserter.buffer()Shawn O. Pearce2012-03-181-4/+28
* Revert "Quickfix for AutoCRLF handling"Shawn O. Pearce2012-03-151-24/+1
* Move JGitText to an internal packageRobin Rosenberg2012-03-1211-11/+11
* Merge "Quickfix for AutoCRLF handling"Chris Aniszczyk2012-03-051-1/+24
|\
| * Quickfix for AutoCRLF handlingRobin Rosenberg2012-03-031-1/+24
* | Support gitdir references in working tree .git fileKevin Sawicki2012-02-081-4/+46
|/
* Add command support for listing stashed commitsKevin Sawicki2012-01-201-0/+6
* Add BranchTrackingStatus for getting remote tracking statusRobin Stocker2012-01-161-0/+140
* Add BranchConfig helper for access to branch config sectionRobin Stocker2012-01-161-0/+114
* Fix resolution of tree when path is emptyRobin Rosenberg2012-01-151-1/+1
* Make sure all bytes are written to files on close, or get an error.Robin Rosenberg2012-01-151-1/+2
* Resolve ~ with no trailing number as the first parent commitKevin Sawicki2012-01-141-7/+10
* Merge "Use constants from ConfigConstants in CoreConfig"Matthias Sohn2012-01-052-3/+15
|\
| * Use constants from ConfigConstants in CoreConfigKevin Sawicki2012-01-032-3/+15
* | Provide file mode of paths in index from IndexDiffKevin Sawicki2012-01-041-0/+11
|/
* Add constant for default name for the Git repo configurationTomasz Zarna2012-01-022-1/+4
* Add comand support for git-submoduleKevin Sawicki2011-12-282-0/+12
* Support getting specific entry number in reflogKevin Sawicki2011-12-191-5/+4
* Support resolving integer-based reflog revisionsKevin Sawicki2011-12-161-5/+35
* Use System.arraycopy to copy parent object id arrayKevin Sawicki2011-12-071-2/+1
* Merge "RepositoryState: add method canAmend"Christian Halstrick2011-11-301-0/+18
|\
| * RepositoryState: add method canAmendJens Baumgart2011-11-281-0/+18
* | Remove calls to printStackTrace in catch blocksKevin Sawicki2011-11-281-2/+0
|/