summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Merge changes I3e9735c7,I76a16594Robin Rosenberg2013-01-082-27/+66
|\
| * Speed up PathFilterGroup.include for large set of pathsRobin Rosenberg2013-01-071-15/+55
| * Speed up handling of "only" paths in the CommitCommandRobin Rosenberg2013-01-071-12/+11
* | Return info about config subsection when trying to get an invalid enumTomasz Zarna2013-01-081-4/+6
* | Add additional FastForwardMode enums for different config contextsTomasz Zarna2013-01-063-2/+121
|/
* Ignore removed files with an assume-valid index entryRobin Rosenberg2013-01-031-4/+12
* Merge "Revert "Stop PathFilter after walking all matching paths""Robin Rosenberg2013-01-011-5/+1
|\
| * Revert "Stop PathFilter after walking all matching paths"Shawn Pearce2013-01-011-5/+1
* | Update the revert command and things relating to revertRobin Rosenberg2012-12-287-8/+159
|/
* Stop PathFilter after walking all matching pathsDave Borowitz2012-12-271-1/+5
* Do not enforce DeltaWindow maxMemory when zero.Colby Ranger2012-12-271-0/+3
* Merge "Enforce max memory for DeltaWindow."Colby Ranger2012-12-271-0/+24
|\
| * Enforce max memory for DeltaWindow.Colby Ranger2012-12-271-0/+24
* | Make jgit diff obey core.autocrlfRobin Rosenberg2012-12-271-57/+1
* | Do not perform character translation on copies in patchesRobin Rosenberg2012-12-271-3/+8
* | Mark non-externalizable strings as suchRobin Rosenberg2012-12-27223-1163/+1238
|/
* Prepare 2.3.0 buildsMatthias Sohn2012-12-213-32/+32
* Prepare post 2.2.0.201212191850-r buildsstable-2.2Matthias Sohn2012-12-213-3/+3
* JGit v2.2.0.201212191850-rv2.2.0.201212191850-rMatthias Sohn2012-12-203-3/+3
* DirCacheIterator: Fix reset() and back()Robin Rosenberg2012-12-152-1/+22
* [findBugs] Don't pass null for non-null parameter in RebaseCommandMatthias Sohn2012-12-053-1/+7
* Merge "Commit message may not necessarily be in UTF-8"Shawn Pearce2012-12-041-2/+2
|\
| * Commit message may not necessarily be in UTF-8Robin Rosenberg2012-11-271-2/+2
* | Fix DeltaWindow.clear() to release loaded buffer bytes.Colby Ranger2012-12-031-1/+1
* | Enable reuse of FileTreeIterator and FileEntry for non subclassesRobin Stocker2012-12-031-2/+11
* | Support --cached in RmCommandRobin Stocker2012-12-031-12/+49
|/
* RevWalk support for shallow clonesMarc Strapetz2012-11-2112-7/+102
* Add support for rebase interactive 'edit' commandDariusz Luksza2012-11-191-7/+20
* Add support for rebase interactive 'reword' commandDariusz Luksza2012-11-191-7/+129
* Add GarbageCollectCommand to porcelain APIMatthias Sohn2012-11-184-0/+163
* Add config constant for "mergeoptions"Tomasz Zarna2012-11-181-0/+3
* Add support for pull with --rebase and --no-rebaseMikael Karlsson2012-11-161-4/+48
* Declare all thrown exceptions in RepositoryDani Megert2012-11-161-1/+3
* Import non-java.* JRE packagesMatthias Sohn2012-11-161-0/+4
* Adapt Status and CleanCommand to support cleaning directoriesMarkus Duft2012-11-162-2/+108
* CheckoutCommand: Support checking out ours and theirsRobin Stocker2012-11-161-42/+134
* Make an exception for the formatting rules (turn off) for some filesRobin Rosenberg2012-11-162-0/+2
* Harmonize the JDT settings within JGitRobin Rosenberg2012-11-162-7/+65
* DirCacheEditor: Apply PathEdit for each stageRobin Stocker2012-11-161-5/+8
* Add missing @since tags to mark API added in 2.2Matthias Sohn2012-11-165-2/+14
* Add support for --no-ff while mergingTomasz Zarna2012-11-164-10/+82
* Add a test for org.eclipse.jgit.pgm.TagTomasz Zarna2012-11-153-0/+8
* CommitCommand: Ensure unmerged paths are added correctly with setOnlyRobin Stocker2012-11-121-23/+28
* Fix redundant null check warning in RepositoryRobin Stocker2012-11-081-1/+1
* Merge "Add the an event and listener for a dfs PackIndex being loaded."Colby Ranger2012-11-023-0/+143
|\
| * Add the an event and listener for a dfs PackIndex being loaded.Colby Ranger2012-11-023-0/+143
* | ResetCommand: Use DirCacheBuilder in resetIndexRobin Stocker2012-11-011-13/+4
* | ResetCommand: Correctly reset unmerged paths in resetIndexForPathsRobin Stocker2012-11-011-25/+12
|/
* Merge "Add isIndexLoaded() to DfsPackFile."Shawn Pearce2012-11-011-0/+6
|\
| * Add isIndexLoaded() to DfsPackFile.Colby Ranger2012-11-011-0/+6