| Commit message (Expand) | Author | Age | Files | Lines |
* | Format merge commit messages like C Git | Robin Stocker | 2010-11-06 | 1 | -3/+5 |
* | Merge "Use entrySet() instead of keySet()" | Shawn Pearce | 2010-10-29 | 1 | -2/+3 |
|\ |
|
| * | Use entrySet() instead of keySet() | Robin Stocker | 2010-10-29 | 1 | -2/+3 |
* | | Remove unnecessary null check | Robin Stocker | 2010-10-29 | 1 | -2/+1 |
|/ |
|
* | PullCommand: support upstream configuration for local branches | Mathias Kinzler | 2010-10-28 | 1 | -33/+47 |
* | Add Cherry-Pick command | Christian Halstrick | 2010-10-15 | 3 | -0/+283 |
* | Rename method to ResolveMerger.setWorkingTreeIterator() | Christian Halstrick | 2010-10-13 | 1 | -1/+1 |
* | DeleteBranchCommand does not clean up upstream configuration | Mathias Kinzler | 2010-10-12 | 1 | -7/+13 |
* | Fix NPE when calling CreateBranch without explict startpoint | Christian Halstrick | 2010-10-12 | 1 | -4/+3 |
* | Remove wrong comment in MergeCommand | Christian Halstrick | 2010-10-12 | 1 | -3/+0 |
* | Remove AmbiguousObjectException from BranchCreateCommand.call() | Christian Halstrick | 2010-10-12 | 1 | -6/+1 |
* | Add "Branch" command | Mathias Kinzler | 2010-10-10 | 10 | -0/+1203 |
* | Add "Pull" command | Mathias Kinzler | 2010-10-08 | 6 | -0/+554 |
* | Add PushCommand API | Chris Aniszczyk | 2010-10-05 | 2 | -0/+362 |
* | Merge "Add reflog message to TagCommand" | Chris Aniszczyk | 2010-09-29 | 1 | -0/+1 |
|\ |
|
| * | Add reflog message to TagCommand | Chris Aniszczyk | 2010-09-22 | 1 | -0/+1 |
* | | Update FetchCommand with dry run and thin options | Chris Aniszczyk | 2010-09-24 | 1 | -0/+46 |
|/ |
|
* | Add FetchCommand | Chris Aniszczyk | 2010-09-17 | 3 | -0/+340 |
* | Refactor diff sequence API | Shawn O. Pearce | 2010-09-06 | 2 | -4/+4 |
* | Refactor Git API exceptions to a new package | Chris Aniszczyk | 2010-09-01 | 15 | -27/+100 |
* | Let Resolve be the default Merge strategy | Christian Halstrick | 2010-08-31 | 1 | -1/+1 |
* | Added merge strategy RESOLVE | Christian Halstrick | 2010-08-31 | 2 | -63/+157 |
* | Add TagCommand | Chris Aniszczyk | 2010-08-27 | 3 | -0/+374 |
* | Add openEntryStream to WorkingTreeIterator | Shawn O. Pearce | 2010-08-23 | 1 | -6/+16 |
* | Move commit and tag formatting to CommitBuilder, TagBuilder | Shawn O. Pearce | 2010-08-23 | 1 | -2/+1 |
* | Rename Commit, Tag to CommitBuilder, TagBuilder | Shawn O. Pearce | 2010-08-23 | 1 | -3/+3 |
* | Improved creation of JGitInternalException | Christian Halstrick | 2010-08-23 | 2 | -3/+3 |
* | Make Commit class only for writing | Shawn O. Pearce | 2010-08-20 | 2 | -6/+6 |
* | Enhance MergeResult to report conflicts, etc | Christian Halstrick | 2010-08-19 | 2 | -24/+135 |
* | Add "all" parameter to the commit Command | Stefan Lay | 2010-08-04 | 1 | -0/+29 |
* | Add the parameter "update" to the Add command | Stefan Lay | 2010-08-04 | 1 | -12/+41 |
* | Make use of Repository.writeMerge...() | Christian Halstrick | 2010-07-29 | 1 | -6/+3 |
* | Fix Javadoc warnings | Robin Stocker | 2010-07-27 | 2 | -2/+2 |
* | Merge branch 'delta' | Shawn O. Pearce | 2010-07-22 | 3 | -78/+94 |
|\ |
|
| * | Move DirCache factory methods to Repository | Shawn O. Pearce | 2010-06-30 | 1 | -1/+1 |
| * | Ensure RevWalk is released when done | Shawn O. Pearce | 2010-06-29 | 2 | -61/+69 |
| * | Allow Repository.getDirectory() to be null | Shawn O. Pearce | 2010-06-25 | 1 | -6/+7 |
| * | Rename Repository getWorkDir to getWorkTree | Shawn O. Pearce | 2010-06-25 | 1 | -1/+1 |
| * | Start using ObjectInserter instead of ObjectWriter | Shawn O. Pearce | 2010-06-25 | 1 | -43/+50 |
* | | Allow client of Add command to set a WorkingTreeIterator | Stefan Lay | 2010-07-22 | 1 | -3/+17 |
* | | Allow for filepattern "." in AddCommand | Stefan Lay | 2010-07-22 | 1 | -1/+5 |
* | | Do not add ignored files in Add command | Stefan Lay | 2010-07-22 | 1 | -2/+6 |
* | | Move ignore node handling into WorkingTreeIterator | Shawn O. Pearce | 2010-07-21 | 1 | -2/+1 |
* | | Git Porcelain API: Add Command | Stefan Lay | 2010-07-14 | 3 | -1/+241 |
* | | Fix javadoc typos in JGit API | Stefan Lay | 2010-07-08 | 3 | -7/+7 |
|/ |
|
* | Add a merge command to the jgit API | Stefan Lay | 2010-05-24 | 5 | -0/+550 |
* | Added merge support to CommitCommand | Christian Halstrick | 2010-05-21 | 2 | -11/+116 |
* | Externalize strings from JGit | Sasa Zivkov | 2010-05-19 | 4 | -23/+28 |
* | Add builder-style API to jgit and Commit & Log cmd | Christian Halstrick | 2010-05-10 | 9 | -0/+1084 |