aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api
Commit message (Expand)AuthorAgeFilesLines
* Format merge commit messages like C GitRobin Stocker2010-11-061-3/+5
* Merge "Use entrySet() instead of keySet()"Shawn Pearce2010-10-291-2/+3
|\
| * Use entrySet() instead of keySet()Robin Stocker2010-10-291-2/+3
* | Remove unnecessary null checkRobin Stocker2010-10-291-2/+1
|/
* PullCommand: support upstream configuration for local branchesMathias Kinzler2010-10-281-33/+47
* Add Cherry-Pick commandChristian Halstrick2010-10-153-0/+283
* Rename method to ResolveMerger.setWorkingTreeIterator()Christian Halstrick2010-10-131-1/+1
* DeleteBranchCommand does not clean up upstream configurationMathias Kinzler2010-10-121-7/+13
* Fix NPE when calling CreateBranch without explict startpointChristian Halstrick2010-10-121-4/+3
* Remove wrong comment in MergeCommandChristian Halstrick2010-10-121-3/+0
* Remove AmbiguousObjectException from BranchCreateCommand.call()Christian Halstrick2010-10-121-6/+1
* Add "Branch" commandMathias Kinzler2010-10-1010-0/+1203
* Add "Pull" commandMathias Kinzler2010-10-086-0/+554
* Add PushCommand APIChris Aniszczyk2010-10-052-0/+362
* Merge "Add reflog message to TagCommand"Chris Aniszczyk2010-09-291-0/+1
|\
| * Add reflog message to TagCommandChris Aniszczyk2010-09-221-0/+1
* | Update FetchCommand with dry run and thin optionsChris Aniszczyk2010-09-241-0/+46
|/
* Add FetchCommandChris Aniszczyk2010-09-173-0/+340
* Refactor diff sequence APIShawn O. Pearce2010-09-062-4/+4
* Refactor Git API exceptions to a new packageChris Aniszczyk2010-09-0115-27/+100
* Let Resolve be the default Merge strategyChristian Halstrick2010-08-311-1/+1
* Added merge strategy RESOLVEChristian Halstrick2010-08-312-63/+157
* Add TagCommandChris Aniszczyk2010-08-273-0/+374
* Add openEntryStream to WorkingTreeIteratorShawn O. Pearce2010-08-231-6/+16
* Move commit and tag formatting to CommitBuilder, TagBuilderShawn O. Pearce2010-08-231-2/+1
* Rename Commit, Tag to CommitBuilder, TagBuilderShawn O. Pearce2010-08-231-3/+3
* Improved creation of JGitInternalExceptionChristian Halstrick2010-08-232-3/+3
* Make Commit class only for writingShawn O. Pearce2010-08-202-6/+6
* Enhance MergeResult to report conflicts, etcChristian Halstrick2010-08-192-24/+135
* Add "all" parameter to the commit CommandStefan Lay2010-08-041-0/+29
* Add the parameter "update" to the Add commandStefan Lay2010-08-041-12/+41
* Make use of Repository.writeMerge...()Christian Halstrick2010-07-291-6/+3
* Fix Javadoc warningsRobin Stocker2010-07-272-2/+2
* Merge branch 'delta'Shawn O. Pearce2010-07-223-78/+94
|\
| * Move DirCache factory methods to RepositoryShawn O. Pearce2010-06-301-1/+1
| * Ensure RevWalk is released when doneShawn O. Pearce2010-06-292-61/+69
| * Allow Repository.getDirectory() to be nullShawn O. Pearce2010-06-251-6/+7
| * Rename Repository getWorkDir to getWorkTreeShawn O. Pearce2010-06-251-1/+1
| * Start using ObjectInserter instead of ObjectWriterShawn O. Pearce2010-06-251-43/+50
* | Allow client of Add command to set a WorkingTreeIteratorStefan Lay2010-07-221-3/+17
* | Allow for filepattern "." in AddCommandStefan Lay2010-07-221-1/+5
* | Do not add ignored files in Add commandStefan Lay2010-07-221-2/+6
* | Move ignore node handling into WorkingTreeIteratorShawn O. Pearce2010-07-211-2/+1
* | Git Porcelain API: Add CommandStefan Lay2010-07-143-1/+241
* | Fix javadoc typos in JGit APIStefan Lay2010-07-083-7/+7
|/
* Add a merge command to the jgit APIStefan Lay2010-05-245-0/+550
* Added merge support to CommitCommandChristian Halstrick2010-05-212-11/+116
* Externalize strings from JGitSasa Zivkov2010-05-194-23/+28
* Add builder-style API to jgit and Commit & Log cmdChristian Halstrick2010-05-109-0/+1084