summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do not warn about non-translated strings in the iplog generatorRobin Rosenberg2012-11-251-1/+1
* Do not warn about non-translated strings in the http libraryRobin Rosenberg2012-11-251-1/+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
* | ResetCommand: Correctly reset unmerged paths in resetIndexForPathsRobin Stocker2012-11-012-25/+44
|/
* Merge "Add isIndexLoaded() to DfsPackFile."Shawn Pearce2012-11-011-0/+6
|\
| * Add isIndexLoaded() to DfsPackFile.Colby Ranger2012-11-011-0/+6
* | Merge "[blame] Don't pass null to PersonIdent constructor"Shawn Pearce2012-11-011-1/+1
|\ \ | |/ |/|
| * [blame] Don't pass null to PersonIdent constructorRobin Stocker2012-10-291-1/+1
* | Add Javadoc description for packagesRobin Stocker2012-10-3128-0/+112
* | Merge "Refactor ResolveMergerTest to allow testing multiple strategies"Chris Aniszczyk2012-10-301-35/+67
|\ \
| * | Refactor ResolveMergerTest to allow testing multiple strategiesChristian Halstrick2012-10-251-35/+67
* | | Pull up method for creating DirCacheEntry into RepositoryTestCaseRobin Stocker2012-10-286-139/+95
| |/ |/|
* | Suppress resource warnings with Java 7Robin Rosenberg2012-10-2513-19/+52
* | Merge "Extend Javadoc of CheckoutCommand and add examples"Shawn Pearce2012-10-251-10/+96
|\ \
| * | Extend Javadoc of CheckoutCommand and add examplesRobin Stocker2012-10-181-10/+96
* | | Merge "Add a check in fstick that the reference file exists"Shawn Pearce2012-10-251-0/+2
|\ \ \
| * | | Add a check in fstick that the reference file existsRobin Rosenberg2012-10-251-0/+2
* | | | Merge "Fix for Iff768422c, use offset 0 when going back to work tree iterator"Shawn Pearce2012-10-252-0/+43
|\ \ \ \ | |/ / / |/| | |
| * | | Fix for Iff768422c, use offset 0 when going back to work tree iteratorRobin Rosenberg2012-10-062-0/+43