aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* DirCacheEditor: Apply PathEdit for each stageRobin Stocker2012-11-162-5/+51
* Add missing @since tags to mark API added in 2.2Matthias Sohn2012-11-167-4/+25
* Add support for --no-ff while mergingTomasz Zarna2012-11-168-16/+200
* Add a test for org.eclipse.jgit.pgm.TagTomasz Zarna2012-11-157-2/+91
* Do not fail when checking out HEADTomasz Zarna2012-11-152-3/+22
* Prefix an abnormal CLI command termination with 'fatal:'Tomasz Zarna2012-11-155-6/+6
* Merge "CommitCommand: Ensure unmerged paths are added correctly with setOnly"Chris Aniszczyk2012-11-152-23/+82
|\
| * CommitCommand: Ensure unmerged paths are added correctly with setOnlyRobin Stocker2012-11-122-23/+82
* | Merge "Fix formatting in org.eclipse.jgit.pgm.CLIText"Matthias Sohn2012-11-141-6/+2
|\ \
| * | Fix formatting in org.eclipse.jgit.pgm.CLITextTomasz Zarna2012-11-111-6/+2
| |/
* / diff, log -p: do not use outs before it is initializedJonathan Nieder2012-11-142-4/+16
|/
* 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
* | Add ReflogCommandTest#testAmendReflogTomasz Zarna2012-11-011-0/+32
* | ResetCommand: Use DirCacheBuilder in resetIndexRobin Stocker2012-11-012-13/+34
* | ResetCommand: Correctly reset unmerged paths in resetIndexForPathsRobin Stocker2012-11-012-25/+44
|/
* 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
* | Merge "Refactor ResolveMergerTest to allow testing multiple strategies"Chris Aniszczyk2012-10-301-35/+67
|\ \
| * | Refactor ResolveMergerTest to allow testing multiple strategiesChristian Halstrick2012-10-251-35/+67
* | | Pull up method for creating DirCacheEntry into RepositoryTestCaseRobin Stocker2012-10-286-139/+95
| |/ |/|
* | Suppress resource warnings with Java 7Robin Rosenberg2012-10-2513-19/+52
* | 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 "Add a check in fstick that the reference file exists"Shawn Pearce2012-10-251-0/+2
|\ \ \
| * | | Add a check in fstick that the reference file existsRobin Rosenberg2012-10-251-0/+2
* | | | Merge "Fix for Iff768422c, use offset 0 when going back to work tree iterator"Shawn Pearce2012-10-252-0/+43
|\ \ \ \ | |/ / / |/| | |
| * | | Fix for Iff768422c, use offset 0 when going back to work tree iteratorRobin Rosenberg2012-10-062-0/+43
* | | | Merge "Don't allow null name or e-mail in PersonIdent"Shawn Pearce2012-10-253-38/+47
|\ \ \ \
| * | | | Don't allow null name or e-mail in PersonIdentRobin Stocker2012-10-133-38/+47
* | | | | 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-224-0/+61
|/ / / /
* | | | Update packaging build to use Tycho 0.16Matthias Sohn2012-10-191-1/+1
* | | | Update jgit's last release version for API change reportsMatthias Sohn2012-10-161-1/+1
|/ / /
* | | 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-082-3/+51
* | | | CommitCommand: Don't allow amending on initial commitRobin Stocker2012-10-084-0/+13
| |/ / |/| |