| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge changes I3e9735c7,I76a16594 | Robin Rosenberg | 2013-01-08 | 2 | -27/+66 |
|\ |
|
| * | Speed up PathFilterGroup.include for large set of paths | Robin Rosenberg | 2013-01-07 | 1 | -15/+55 |
| * | Speed up handling of "only" paths in the CommitCommand | Robin Rosenberg | 2013-01-07 | 1 | -12/+11 |
* | | Return info about config subsection when trying to get an invalid enum | Tomasz Zarna | 2013-01-08 | 1 | -4/+6 |
* | | Add additional FastForwardMode enums for different config contexts | Tomasz Zarna | 2013-01-06 | 3 | -2/+121 |
|/ |
|
* | Ignore removed files with an assume-valid index entry | Robin Rosenberg | 2013-01-03 | 1 | -4/+12 |
* | Merge "Revert "Stop PathFilter after walking all matching paths"" | Robin Rosenberg | 2013-01-01 | 1 | -5/+1 |
|\ |
|
| * | Revert "Stop PathFilter after walking all matching paths" | Shawn Pearce | 2013-01-01 | 1 | -5/+1 |
* | | Update the revert command and things relating to revert | Robin Rosenberg | 2012-12-28 | 7 | -8/+159 |
|/ |
|
* | Stop PathFilter after walking all matching paths | Dave Borowitz | 2012-12-27 | 1 | -1/+5 |
* | Do not enforce DeltaWindow maxMemory when zero. | Colby Ranger | 2012-12-27 | 1 | -0/+3 |
* | Merge "Enforce max memory for DeltaWindow." | Colby Ranger | 2012-12-27 | 1 | -0/+24 |
|\ |
|
| * | Enforce max memory for DeltaWindow. | Colby Ranger | 2012-12-27 | 1 | -0/+24 |
* | | Make jgit diff obey core.autocrlf | Robin Rosenberg | 2012-12-27 | 1 | -57/+1 |
* | | Do not perform character translation on copies in patches | Robin Rosenberg | 2012-12-27 | 1 | -3/+8 |
* | | Mark non-externalizable strings as such | Robin Rosenberg | 2012-12-27 | 223 | -1163/+1238 |
|/ |
|
* | Prepare 2.3.0 builds | Matthias Sohn | 2012-12-21 | 3 | -32/+32 |
* | Prepare post 2.2.0.201212191850-r buildsstable-2.2 | Matthias Sohn | 2012-12-21 | 3 | -3/+3 |
* | JGit v2.2.0.201212191850-rv2.2.0.201212191850-r | Matthias Sohn | 2012-12-20 | 3 | -3/+3 |
* | DirCacheIterator: Fix reset() and back() | Robin Rosenberg | 2012-12-15 | 2 | -1/+22 |
* | [findBugs] Don't pass null for non-null parameter in RebaseCommand | Matthias Sohn | 2012-12-05 | 3 | -1/+7 |
* | Merge "Commit message may not necessarily be in UTF-8" | Shawn Pearce | 2012-12-04 | 1 | -2/+2 |
|\ |
|
| * | Commit message may not necessarily be in UTF-8 | Robin Rosenberg | 2012-11-27 | 1 | -2/+2 |
* | | Fix DeltaWindow.clear() to release loaded buffer bytes. | Colby Ranger | 2012-12-03 | 1 | -1/+1 |
* | | Enable reuse of FileTreeIterator and FileEntry for non subclasses | Robin Stocker | 2012-12-03 | 1 | -2/+11 |
* | | Support --cached in RmCommand | Robin Stocker | 2012-12-03 | 1 | -12/+49 |
|/ |
|
* | RevWalk support for shallow clones | Marc Strapetz | 2012-11-21 | 12 | -7/+102 |
* | Add support for rebase interactive 'edit' command | Dariusz Luksza | 2012-11-19 | 1 | -7/+20 |
* | Add support for rebase interactive 'reword' command | Dariusz Luksza | 2012-11-19 | 1 | -7/+129 |
* | Add GarbageCollectCommand to porcelain API | Matthias Sohn | 2012-11-18 | 4 | -0/+163 |
* | Add config constant for "mergeoptions" | Tomasz Zarna | 2012-11-18 | 1 | -0/+3 |
* | Add support for pull with --rebase and --no-rebase | Mikael Karlsson | 2012-11-16 | 1 | -4/+48 |
* | Declare all thrown exceptions in Repository | Dani Megert | 2012-11-16 | 1 | -1/+3 |
* | Import non-java.* JRE packages | Matthias Sohn | 2012-11-16 | 1 | -0/+4 |
* | Adapt Status and CleanCommand to support cleaning directories | Markus Duft | 2012-11-16 | 2 | -2/+108 |
* | CheckoutCommand: Support checking out ours and theirs | Robin Stocker | 2012-11-16 | 1 | -42/+134 |
* | Make an exception for the formatting rules (turn off) for some files | Robin Rosenberg | 2012-11-16 | 2 | -0/+2 |
* | Harmonize the JDT settings within JGit | Robin Rosenberg | 2012-11-16 | 2 | -7/+65 |
* | DirCacheEditor: Apply PathEdit for each stage | Robin Stocker | 2012-11-16 | 1 | -5/+8 |
* | Add missing @since tags to mark API added in 2.2 | Matthias Sohn | 2012-11-16 | 5 | -2/+14 |
* | Add support for --no-ff while merging | Tomasz Zarna | 2012-11-16 | 4 | -10/+82 |
* | Add a test for org.eclipse.jgit.pgm.Tag | Tomasz Zarna | 2012-11-15 | 3 | -0/+8 |
* | CommitCommand: Ensure unmerged paths are added correctly with setOnly | Robin Stocker | 2012-11-12 | 1 | -23/+28 |
* | Fix redundant null check warning in Repository | Robin Stocker | 2012-11-08 | 1 | -1/+1 |
* | Merge "Add the an event and listener for a dfs PackIndex being loaded." | Colby Ranger | 2012-11-02 | 3 | -0/+143 |
|\ |
|
| * | Add the an event and listener for a dfs PackIndex being loaded. | Colby Ranger | 2012-11-02 | 3 | -0/+143 |
* | | ResetCommand: Use DirCacheBuilder in resetIndex | Robin Stocker | 2012-11-01 | 1 | -13/+4 |
* | | ResetCommand: Correctly reset unmerged paths in resetIndexForPaths | Robin Stocker | 2012-11-01 | 1 | -25/+12 |
|/ |
|
* | Merge "Add isIndexLoaded() to DfsPackFile." | Shawn Pearce | 2012-11-01 | 1 | -0/+6 |
|\ |
|
| * | Add isIndexLoaded() to DfsPackFile. | Colby Ranger | 2012-11-01 | 1 | -0/+6 |