summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* 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
* Import non-java.* JRE packagesMatthias Sohn2012-11-161-0/+4
* 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
* Harmonize the JDT settings within JGitRobin Rosenberg2012-11-162-7/+65
* 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-164-10/+82
* Add a test for org.eclipse.jgit.pgm.TagTomasz Zarna2012-11-153-0/+8
* 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-255-6/+7
|\ \ \ \
| * | | | Simplify push error message when ref already existsShawn O. Pearce2012-10-175-6/+7
| |/ / /
* | | | 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
|\ \
| * | Make BlameGenerator comments more clearPatrick Carlson2012-08-171-4/+6
* | | CommitCommand: Use original author on amend if author is not setRobin Stocker2012-10-081-3/+7
* | | CommitCommand: Don't allow amending on initial commitRobin Stocker2012-10-083-0/+6
| |/ |/|
* | Fix compile error (method not available in 1.5)Markus Keller2012-09-271-1/+1
* | 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
* | | Merge "FileBasedConfig supports UTF-8 byte order marker"Robin Rosenberg2012-09-242-2/+34
|\ \ \
| * | | FileBasedConfig supports UTF-8 byte order markerMarc Strapetz2012-09-242-2/+34
* | | | Merge "Fix typo in AnyObjectId#abbreviate"Robin Rosenberg2012-09-241-2/+2
|\ \ \ \
| * | | | Fix typo in AnyObjectId#abbreviateRobin Stocker2012-09-241-2/+2
| | |/ / | |/| |