| Commit message (Expand) | Author | Age | Files | Lines |
* | More helpful InvalidPathException messages (include reason) | Robin Stocker | 2013-12-03 | 1 | -0/+4 |
* | Add Squash/Fixup support for rebase interactive in RebaseCommand | Tobias Pfeifer | 2013-11-05 | 1 | -0/+1 |
* | Enhance reading of git-rebase-todo formatted files | Christian Halstrick | 2013-10-31 | 1 | -0/+3 |
* | Describe HEAD if no explicit target was set | Matthias Sohn | 2013-10-11 | 1 | -1/+0 |
* | Added the git-describe implementation | Kohsuke Kawaguchi | 2013-09-27 | 1 | -0/+1 |
* | Merge branch 'stable-3.0' | Matthias Sohn | 2013-05-29 | 1 | -0/+1 |
|\ |
|
| * | Support refspecs with wildcard in middle (not only at end) | Robin Stocker | 2013-05-28 | 1 | -0/+1 |
* | | Move ArchiveCommand into standard porcelain API | Jonathan Nieder | 2013-05-24 | 1 | -0/+4 |
|/ |
|
* | Extend the FS class for Java7 | Robin Rosenberg | 2013-05-04 | 1 | -0/+1 |
* | TagCommand should be able to create unannotated tags too | Robin Rosenberg | 2013-05-03 | 1 | -0/+1 |
* | Allow to get repo statistics from GarbageCollectionCommand before gc | Edwin Kempin | 2013-03-20 | 1 | -0/+1 |
* | Fix location of DfsText.properties | Shawn Pearce | 2013-03-19 | 1 | -0/+0 |
* | Include the number of ms in timeout error message | Robin Stocker | 2013-03-08 | 1 | -2/+2 |
* | Support creating pack bitmap indexes in PackWriter. | Colby Ranger | 2013-03-05 | 1 | -0/+4 |
* | Added read/write support for pack bitmap index. | Colby Ranger | 2013-03-05 | 1 | -0/+2 |
* | Implement recursive merge strategy | George C. Young | 2013-02-22 | 1 | -0/+3 |
* | 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 |