summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepare post 2.2.0.201212191850-r buildsstable-2.2Matthias Sohn2012-12-2143-53/+53
* JGit v2.2.0.201212191850-rv2.2.0.201212191850-rMatthias Sohn2012-12-2043-53/+53
* Ensure that jgit p2 repository is self-containedMatthias Sohn2012-12-1614-3/+487
* Merge "Fix hidden field warning" into stable-2.2Robin Rosenberg2012-12-151-3/+3
|\
| * Fix hidden field warningMatthias Sohn2012-12-121-3/+3
* | Merge "Fix empty control block warnings" into stable-2.2Robin Rosenberg2012-12-151-7/+8
|\|
| * Fix empty control block warningsMatthias Sohn2012-12-121-7/+8
* | DirCacheIterator: Fix reset() and back()Robin Rosenberg2012-12-153-1/+150
|/
* Cleanup unused import and Java 6 syntax in ArchiveRobin Rosenberg2012-12-121-5/+0
* Merge "archive: Add tar support"Shawn Pearce2012-12-054-9/+199
|\
| * archive: Add tar supportJonathan Nieder2012-12-044-9/+199
* | Merge "archive: Add --format option that switches between formats"Shawn Pearce2012-12-054-19/+66
|\|
| * archive: Add --format option that switches between formatsJonathan Nieder2012-12-044-19/+66
* | Merge "archive: Record executable and symlink bits"Shawn Pearce2012-12-052-4/+84
|\|
| * archive: Record executable and symlink bitsJonathan Nieder2012-12-042-4/+84
* | [findBugs] Don't pass null for non-null parameter in RebaseCommandMatthias Sohn2012-12-053-1/+7
|/
* Merge "[RFC] archive: Switch to commons-compress as ZIP archiver"Shawn Pearce2012-12-044-6/+20
|\
| * [RFC] archive: Switch to commons-compress as ZIP archiverJonathan Nieder2012-12-034-6/+20
* | 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
| |/ |/|
* | Merge "Support --cached in RmCommand"Chris Aniszczyk2012-12-032-13/+64
|\ \
| * | Support --cached in RmCommandRobin Stocker2012-12-032-13/+64
* | | Add basic "jgit add" testsJonathan Nieder2012-11-292-0/+116
|/ /
* | add: Fix bad metaVar reference in <filepattern> helpJonathan Nieder2012-11-282-1/+2
* | Merge "Do not warn about non-translated strings in the ant library"Chris Aniszczyk2012-11-251-1/+1
|\ \
| * | Do not warn about non-translated strings in the ant libraryRobin Rosenberg2012-11-251-1/+1
* | | Merge "Do not warn about non-translated strings in the iplog generator"Chris Aniszczyk2012-11-251-1/+1
|\| |
| * | Do not warn about non-translated strings in the iplog generatorRobin Rosenberg2012-11-251-1/+1
* | | Merge "Do not warn about non-translated strings in the http library"Chris Aniszczyk2012-11-251-1/+1
|\| | | |/ |/|
| * Do not warn about non-translated strings in the http libraryRobin Rosenberg2012-11-251-1/+1
* | Add a case statement for fast-forward mergeRobin Rosenberg2012-11-251-0/+1
|/
* RevWalk support for shallow clonesMarc Strapetz2012-11-2114-28/+318
* Add support for rebase interactive 'edit' commandDariusz Luksza2012-11-192-7/+72
* Add support for rebase interactive 'reword' commandDariusz Luksza2012-11-192-7/+187
* Add GarbageCollectCommand to porcelain APIMatthias Sohn2012-11-185-0/+253
* Have git-ls tree to accept path args like git-ls-treeKetan Padegaonkar2012-11-181-2/+14
* Add config constant for "mergeoptions"Tomasz Zarna2012-11-181-0/+3
* Add "jgit archive" tool that writes a tree as a ZIP fileJonathan Nieder2012-11-165-0/+285
* Allow commandline tests to use raw outputJonathan Nieder2012-11-161-4/+11
* Add support for pull with --rebase and --no-rebaseMikael Karlsson2012-11-162-4/+118
* 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-164-5/+207
* Add reflog command to JGit CLITomasz Zarna2012-11-164-0/+170
* CheckoutCommand: Support checking out ours and theirsRobin Stocker2012-11-162-45/+179
* Make an exception for the formatting rules (turn off) for some filesRobin Rosenberg2012-11-167-0/+7
* Harmonize the JDT settings within JGitRobin Rosenberg2012-11-1648-102/+1709
* DirCacheEditor: Apply PathEdit for each stageRobin Stocker2012-11-162-5/+51