aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Add detection of untracked folders to IndexDiffFilterJens Baumgart2011-11-101-1/+12
* Kill GitIndexRobin Rosenberg2011-11-093-1111/+0
* Deprecate GitIndex more by using only DirCache internally.Robin Rosenberg2011-11-092-0/+2
* Merge changes Icea2572d,I2633e472,I207c0c93,I10cee76c,Ifd78e8ce,I890b5fcc,Ia0...Shawn Pearce2011-11-041-0/+21
|\
| * DFS: A storage layer for JGitShawn O. Pearce2011-11-041-0/+21
* | Implement Config.Entry.toString() to help debuggingMatthias Sohn2011-10-271-0/+15
|/
* Extend IndexDiff to calculate ignored files and foldersJens Baumgart2011-10-051-1/+18
* Do not attempt to resolve describe-labels with less than four digitsRobin Rosenberg2011-10-031-1/+1
* New config constant for default start-pointManuel Doninger2011-09-301-0/+6
* Fire IndexChangedEvent on DirCache.commit()Matthias Sohn2011-09-301-1/+16
* Fix IOOBE in Repository.resolveSimple()Dariusz Luksza2011-09-061-1/+1