aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* archive: Record executable and symlink bitsJonathan Nieder2012-12-042-4/+84
* 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
* Add missing @since tags to mark API added in 2.2Matthias Sohn2012-11-167-4/+25
* Add support for --no-ff while mergingTomasz Zarna2012-11-168-16/+200
* Add a test for org.eclipse.jgit.pgm.TagTomasz Zarna2012-11-157-2/+91
* Do not fail when checking out HEADTomasz Zarna2012-11-152-3/+22
* Prefix an abnormal CLI command termination with 'fatal:'Tomasz Zarna2012-11-155-6/+6
* Merge "CommitCommand: Ensure unmerged paths are added correctly with setOnly"Chris Aniszczyk2012-11-152-23/+82
|\
| * CommitCommand: Ensure unmerged paths are added correctly with setOnlyRobin Stocker2012-11-122-23/+82
* | Merge "Fix formatting in org.eclipse.jgit.pgm.CLIText"Matthias Sohn2012-11-141-6/+2
|\ \
| * | Fix formatting in org.eclipse.jgit.pgm.CLITextTomasz Zarna2012-11-111-6/+2
| |/
* / diff, log -p: do not use outs before it is initializedJonathan Nieder2012-11-142-4/+16
|/
* 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
* | Add ReflogCommandTest#testAmendReflogTomasz Zarna2012-11-011-0/+32
* | ResetCommand: Use DirCacheBuilder in resetIndexRobin Stocker2012-11-012-13/+34