| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix stash apply using merge logic | Robin Rosenberg | 2013-01-30 | 1 | -0/+3 |
* | Enable marking entries using TreeFilters in DiffEntry | Robin Stocker | 2013-01-23 | 1 | -0/+1 |
* | Update DfsGarbageCollector to not read back a pack index. | Colby Ranger | 2013-01-18 | 1 | -0/+1 |
* | Update the revert command and things relating to revert | Robin Rosenberg | 2012-12-28 | 1 | -1/+1 |
* | [findBugs] Don't pass null for non-null parameter in RebaseCommand | Matthias Sohn | 2012-12-05 | 1 | -0/+1 |
* | RevWalk support for shallow clones | Marc Strapetz | 2012-11-21 | 1 | -0/+1 |
* | Add GarbageCollectCommand to porcelain API | Matthias Sohn | 2012-11-18 | 1 | -0/+2 |
* | Add support for --no-ff while merging | Tomasz Zarna | 2012-11-16 | 1 | -0/+1 |
* | Add a test for org.eclipse.jgit.pgm.Tag | Tomasz Zarna | 2012-11-15 | 1 | -0/+1 |
* | Simplify push error message when ref already exists | Shawn O. Pearce | 2012-10-17 | 1 | -1/+2 |
* | CommitCommand: Don't allow amending on initial commit | Robin Stocker | 2012-10-08 | 1 | -0/+1 |
* | Introduce ParseExceptions for GitDateParser | Christian Halstrick | 2012-09-17 | 1 | -0/+1 |
* | Garbage collector for FileRepositories | Christian Halstrick | 2012-07-29 | 1 | -0/+5 |
* | ReceivePack supports InputStream data after pack | Ian Wetherbee | 2012-06-15 | 1 | -0/+1 |
* | Read .gitmodules config from the tree in SubmoduleWalk | Dave Borowitz | 2012-06-15 | 1 | -0/+1 |
* | Add "--squash" option to MergeCommand | Tomasz Zarna | 2012-06-15 | 1 | -0/+1 |
* | Add Transport URI constructor without a repository | Ian Wetherbee | 2012-06-14 | 1 | -0/+1 |
* | Externalize parsing exception message for RebaseCommand#Action | Tomasz Zarna | 2012-04-02 | 1 | -0/+1 |
* | Add command support for dropping a stashed commit | Kevin Sawicki | 2012-03-21 | 1 | -0/+3 |
* | Move JGitText to an internal package | Robin Rosenberg | 2012-03-12 | 1 | -0/+0 |
* | Add ApplyCommand to JGit API | Tomasz Zarna | 2012-03-04 | 1 | -0/+3 |
* | Fix a typo referring to RevFilter as RefFilter | Dave Borowitz | 2012-02-29 | 1 | -1/+1 |
* | Add command support for applying a stashed commit | Kevin Sawicki | 2012-02-28 | 1 | -0/+4 |
* | Add support for creating a stashed commit | Kevin Sawicki | 2012-02-28 | 1 | -0/+2 |
* | Support gitdir references in working tree .git file | Kevin Sawicki | 2012-02-08 | 1 | -0/+1 |
* | Support relative submodule URLs on init/add/sync | Kevin Sawicki | 2012-01-17 | 1 | -0/+1 |
* | Skip a number commits before starting to show the commit output | Tomasz Zarna | 2012-01-02 | 1 | -0/+1 |
* | Sort translation bundle keys in alphabetical order. | Tomasz Zarna | 2012-01-02 | 1 | -41/+41 |
* | Add comand support for git-submodule | Kevin Sawicki | 2011-12-28 | 1 | -0/+3 |
* | Add commit id and parent count to exception message | Kevin Sawicki | 2011-12-27 | 1 | -1/+1 |
* | Limit the number of commits in LogCommand output | Tomasz Zarna | 2011-12-23 | 1 | -0/+1 |
* | Support getting specific entry number in reflog | Kevin Sawicki | 2011-12-19 | 1 | -1/+1 |
* | Add exception class for when locking a file fails | Kevin Sawicki | 2011-12-18 | 1 | -1/+0 |
* | Support resolving integer-based reflog revisions | Kevin Sawicki | 2011-12-16 | 1 | -1/+2 |
* | Guard against null branch in PullCommand | Kevin Sawicki | 2011-11-22 | 1 | -0/+1 |
* | maxObjectSizeLimit for receive-pack. | Sasa Zivkov | 2011-11-22 | 1 | -0/+2 |
* | Add missing '' characters around quoted variables | Kevin Sawicki | 2011-11-18 | 1 | -6/+6 |
* | Add an object encapsulating the state of a PackWriter | Dave Borowitz | 2011-11-14 | 1 | -0/+1 |
* | DFS: A storage layer for JGit | Shawn O. Pearce | 2011-11-04 | 1 | -0/+4 |
* | Cosmetic adjustment of relative date format, do not display "0 months" | Robin Rosenberg | 2011-10-26 | 1 | -0/+1 |
* | Use JGitText.refAlreadyExists instead of "ref exists" | Tomasz Zarna | 2011-08-24 | 1 | -1/+1 |
* | Add DeleteTagCommand to JGit API | Tomasz Zarna | 2011-08-21 | 1 | -0/+1 |
* | Adds DiffEntry.scan(TreeWalk, boolean) method | Dariusz Luksza | 2011-08-17 | 1 | -0/+2 |
* | Cloning should fail when destination directory exists and is not empty | Adrian Goerler | 2011-07-06 | 1 | -0/+1 |
* | Push errors back over sideband when possible | Shawn O. Pearce | 2011-06-09 | 1 | -0/+1 |
* | Report progress while updating references | Shawn O. Pearce | 2011-06-09 | 1 | -0/+1 |
* | blame: Compute the origin of lines in a result file | Shawn O. Pearce | 2011-05-31 | 1 | -0/+1 |
* | Add LsRemoteCommand to JGit API | Christoph Brill | 2011-05-19 | 1 | -0/+1 |
* | Formatter for relative dates | Matthias Sohn | 2011-05-09 | 1 | -0/+13 |
* | PackWriter: Remove dummy list 0 | Shawn O. Pearce | 2011-04-01 | 1 | -1/+0 |