aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse
Commit message (Expand)AuthorAgeFilesLines
* DirCacheIterator: Fix reset() and back()Robin Rosenberg2012-12-152-1/+22
* [findBugs] Don't pass null for non-null parameter in RebaseCommandMatthias Sohn2012-12-052-1/+6
* Merge "Commit message may not necessarily be in UTF-8"Shawn Pearce2012-12-041-2/+2
|\
| * Commit message may not necessarily be in UTF-8Robin Rosenberg2012-11-271-2/+2
* | Fix DeltaWindow.clear() to release loaded buffer bytes.Colby Ranger2012-12-031-1/+1
* | Enable reuse of FileTreeIterator and FileEntry for non subclassesRobin Stocker2012-12-031-2/+11
* | Support --cached in RmCommandRobin Stocker2012-12-031-12/+49
|/
* RevWalk support for shallow clonesMarc Strapetz2012-11-2111-7/+101
* Add support for rebase interactive 'edit' commandDariusz Luksza2012-11-191-7/+20
* Add support for rebase interactive 'reword' commandDariusz Luksza2012-11-191-7/+129
* Add GarbageCollectCommand to porcelain APIMatthias Sohn2012-11-183-0/+161
* Add config constant for "mergeoptions"Tomasz Zarna2012-11-181-0/+3
* Add support for pull with --rebase and --no-rebaseMikael Karlsson2012-11-161-4/+48
* Declare all thrown exceptions in RepositoryDani Megert2012-11-161-1/+3
* Adapt Status and CleanCommand to support cleaning directoriesMarkus Duft2012-11-162-2/+108
* CheckoutCommand: Support checking out ours and theirsRobin Stocker2012-11-161-42/+134
* Make an exception for the formatting rules (turn off) for some filesRobin Rosenberg2012-11-162-0/+2
* DirCacheEditor: Apply PathEdit for each stageRobin Stocker2012-11-161-5/+8
* Add missing @since tags to mark API added in 2.2Matthias Sohn2012-11-165-2/+14
* Add support for --no-ff while mergingTomasz Zarna2012-11-163-10/+81
* Add a test for org.eclipse.jgit.pgm.TagTomasz Zarna2012-11-152-0/+7
* CommitCommand: Ensure unmerged paths are added correctly with setOnlyRobin Stocker2012-11-121-23/+28
* Fix redundant null check warning in RepositoryRobin Stocker2012-11-081-1/+1
* Merge "Add the an event and listener for a dfs PackIndex being loaded."Colby Ranger2012-11-023-0/+143
|\
| * Add the an event and listener for a dfs PackIndex being loaded.Colby Ranger2012-11-023-0/+143
* | ResetCommand: Use DirCacheBuilder in resetIndexRobin Stocker2012-11-011-13/+4
* | ResetCommand: Correctly reset unmerged paths in resetIndexForPathsRobin Stocker2012-11-011-25/+12
|/
* Merge "Add isIndexLoaded() to DfsPackFile."Shawn Pearce2012-11-011-0/+6
|\
| * Add isIndexLoaded() to DfsPackFile.Colby Ranger2012-11-011-0/+6
* | Merge "[blame] Don't pass null to PersonIdent constructor"Shawn Pearce2012-11-011-1/+1
|\ \ | |/ |/|
| * [blame] Don't pass null to PersonIdent constructorRobin Stocker2012-10-291-1/+1
* | Add Javadoc description for packagesRobin Stocker2012-10-3128-0/+112
|/
* Suppress resource warnings with Java 7Robin Rosenberg2012-10-254-2/+7
* Merge "Extend Javadoc of CheckoutCommand and add examples"Shawn Pearce2012-10-251-10/+96
|\
| * Extend Javadoc of CheckoutCommand and add examplesRobin Stocker2012-10-181-10/+96
* | Merge "Fix for Iff768422c, use offset 0 when going back to work tree iterator"Shawn Pearce2012-10-251-0/+2
|\ \
| * | Fix for Iff768422c, use offset 0 when going back to work tree iteratorRobin Rosenberg2012-10-061-0/+2
* | | Merge "Don't allow null name or e-mail in PersonIdent"Shawn Pearce2012-10-252-38/+37
|\ \ \
| * | | Don't allow null name or e-mail in PersonIdentRobin Stocker2012-10-132-38/+37
* | | | Merge "Fix Javadoc formatting of org.eclipse.jgit.diff package"Shawn Pearce2012-10-2512-61/+65
|\ \ \ \
| * | | | Fix Javadoc formatting of org.eclipse.jgit.diff packageRobin Stocker2012-10-1712-61/+65
| | |_|/ | |/| |
* | | | Merge "Simplify push error message when ref already exists"Shawn O. Pearce2012-10-254-5/+5
|\ \ \ \
| * | | | Simplify push error message when ref already existsShawn O. Pearce2012-10-174-5/+5
| |/ / /
* | | | Merge "AbstractTreeIterator: Add toString with entry path"Christian Halstrick2012-10-221-0/+5
|\ \ \ \
| * | | | AbstractTreeIterator: Add toString with entry pathRobin Stocker2012-10-201-0/+5
| |/ / /
* / / / StashCreateCommand: Abort in case of unmerged pathsRobin Stocker2012-10-222-0/+15
|/ / /
* | | Merge "Add a hint on the purpose of JGitInternalException to the constructor"Christian Halstrick2012-10-141-0/+4
|\ \ \
| * | | Add a hint on the purpose of JGitInternalException to the constructorRobin Rosenberg2012-10-141-0/+4
| | |/ | |/|
* | | RevWalk: Add link to parseHeaders/parseBody in Javadoc of lookupCommitRobin Stocker2012-10-131-0/+3
| |/ |/|
* | Merge "Make BlameGenerator comments more clear"Matthias Sohn2012-10-091-4/+6
|\ \