aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Support --cached in RmCommandRobin Stocker2012-12-031-12/+49
|/
* 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-182-0/+159
* Add support for pull with --rebase and --no-rebaseMikael Karlsson2012-11-161-4/+48
* 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
* Add support for --no-ff while mergingTomasz Zarna2012-11-162-10/+80
* Add a test for org.eclipse.jgit.pgm.TagTomasz Zarna2012-11-151-0/+6
* CommitCommand: Ensure unmerged paths are added correctly with setOnlyRobin Stocker2012-11-121-23/+28
* ResetCommand: Use DirCacheBuilder in resetIndexRobin Stocker2012-11-011-13/+4
* ResetCommand: Correctly reset unmerged paths in resetIndexForPathsRobin Stocker2012-11-011-25/+12
* Add Javadoc description for packagesRobin Stocker2012-10-312-0/+8
* 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 "Don't allow null name or e-mail in PersonIdent"Shawn Pearce2012-10-251-6/+4
|\ \
| * | Don't allow null name or e-mail in PersonIdentRobin Stocker2012-10-131-6/+4
* | | Merge "Simplify push error message when ref already exists"Shawn O. Pearce2012-10-252-2/+2
|\ \ \
| * | | Simplify push error message when ref already existsShawn O. Pearce2012-10-172-2/+2
| | |/ | |/|
* / | StashCreateCommand: Abort in case of unmerged pathsRobin Stocker2012-10-221-0/+6
|/ /
* | 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
* | 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-081-0/+4
|/
* Refuse to checkout unmerged paths from indexRobin Stocker2012-09-231-1/+8
* Output result of switching branch -- o.e.jgit.pgm.CheckoutTomasz Zarna2012-09-051-1/+1
* Enable rebase to continue for all rebase stagesRobin Rosenberg2012-08-271-0/+3
* Improve ours/theirs conflict markers for rebase, cherry-pickRobin Stocker2012-08-183-7/+79
* Merge "Allow JGit to read C Git rebase state"Christian Halstrick2012-08-131-1/+8
|\
| * Allow JGit to read C Git rebase stateRobin Rosenberg2012-08-071-1/+8
* | Make CheckoutCommand pass modified files through resultMarkus Duft2012-08-072-12/+61
|/
* Make ApplyCommand create missing parent directories for new filesMarkus Duft2012-07-161-0/+2
* Create parent dir if necessary on checkoutRobin Stocker2012-07-081-2/+5
* Add toString() to simplify debugging rebase stepsMatthias Sohn2012-06-241-0/+14
* Ignore empty lines when parsing git-rebase-todoRobin Stocker2012-06-231-3/+2
* Fix resource leaks due to unclosed repositoriesChristian Halstrick2012-06-164-39/+61
* Add "--squash" option to MergeCommandTomasz Zarna2012-06-154-20/+119
* Further cleanup of exceptions in Git APIRobin Rosenberg2012-06-0517-65/+129
* Throw formal CheckoutConflictException on hard resetKevin Sawicki2012-06-051-3/+10
* Update ORIG_HEAD when resettingKevin Sawicki2012-05-312-2/+7
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-3042-136/+151
* Retain file length and mod time when doing a mixed resetKevin Sawicki2012-05-281-6/+43
* Ensure resetting on commit idDariusz Luksza2012-05-231-1/+1
* Enable call chaining on LsRemoteCommand methodsDave Borowitz2012-05-141-4/+10
* Cleanup MergeResult constructorsTomasz Zarna2012-05-101-6/+8
* Add missing @since tags to mark API added in 2.0Matthias Sohn2012-05-108-0/+13
* Make output stream optional in DiffCommandKevin Sawicki2012-05-101-10/+14
* Remove unneeded catch block and null checksKevin Sawicki2012-05-041-12/+4