summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm
Commit message (Expand)AuthorAgeFilesLines
* Rename getOldName,getNewName to getOldPath,getNewPathShawn O. Pearce2010-08-042-8/+8
* Allow version builtin to run without git repositoryBenjamin Muskalla2010-08-021-0/+5
* Fix concurrent read / write issue in LockFile on WindowsJens Baumgart2010-07-274-5/+5
* Merge branch 'delta'Shawn O. Pearce2010-07-2221-121/+203
|\
| * debug-show-packdelta: Dump a pack delta to the consoleShawn O. Pearce2010-07-093-0/+129
| * amend commit: Refactor repository construction to builder classShawn O. Pearce2010-07-031-3/+3
| * Move DirCache factory methods to RepositoryShawn O. Pearce2010-06-306-7/+6
| * Ensure RevWalk is released when doneShawn O. Pearce2010-06-291-0/+1
| * Use ObjectReader in RevWalk, TreeWalkShawn O. Pearce2010-06-281-1/+1
| * Refactor Repository.openObject to be Repository.openShawn O. Pearce2010-06-282-10/+7
| * Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-265-4/+5
| * Allow Repository.getDirectory() to be nullShawn O. Pearce2010-06-251-3/+5
| * Rename Repository getWorkDir to getWorkTreeShawn O. Pearce2010-06-253-3/+3
| * Refactor repository construction to builder classShawn O. Pearce2010-06-251-68/+8
| * Replace WindowCache with ObjectReaderShawn O. Pearce2010-06-251-2/+2
| * Use FileRepository where we assume other file semanticsShawn O. Pearce2010-06-251-7/+10
| * Make lib.Repository abstract and lib.FileRepository its implementationShawn O. Pearce2010-06-253-6/+6
| * Use FileKey to resolve Git repository argumentsShawn O. Pearce2010-06-252-18/+26
| * Use CoreConfig, UserConfig and TransferConfig directlyShawn O. Pearce2010-06-231-1/+3
* | log: Implement --followShawn O. Pearce2010-07-032-11/+62
* | log: Add whitespace ignore optionsShawn O. Pearce2010-07-033-30/+91
* | Redo DiffFormatter API to be easier to useShawn O. Pearce2010-07-032-9/+10
* | log, diff: Add rename detection supportShawn O. Pearce2010-07-034-70/+140
* | Added check for binary files while diffingJeff Schumacher2010-06-291-6/+17
* | Added further support for whitespace ignoring during diffJeff Schumacher2010-06-281-2/+28
|/
* Merge changes I53f71dc0,I3a899a3a,I3e8bd245,Ie7c9db83,If396326e,I6f4cf8da,I3b...Shawn Pearce2010-06-141-1/+1
|\
| * Make constant static in RebuildCommitGraphRobin Rosenberg2010-06-131-1/+1
* | Start 0.9 developmentShawn O. Pearce2010-06-142-18/+18
|/
* Repository can be configured with FSMarc Strapetz2010-06-041-1/+2
* Qualify post-0.8.1 buildsShawn O. Pearce2010-06-022-18/+18
* JGit 0.8.1v0.8.1Shawn O. Pearce2010-06-022-18/+18
* Externalize strings in Commit commandShawn O. Pearce2010-05-283-4/+10
* Externalize strings from JGitSasa Zivkov2010-05-1946-303/+657
* Add commit command to the pgm packageChristian Halstrick2010-05-123-1/+88
* Qualify builds as 0.8.0Shawn O. Pearce2010-03-202-15/+15
* Merge branch 'push-sideband' into stable-0.7Shawn O. Pearce2010-03-122-1/+30
|\
| * Capture non-progress side band #2 messages and put in resultShawn O. Pearce2010-03-122-1/+30
* | pgm: Report not in git repository rather than NPEShawn O. Pearce2010-03-111-1/+2
|/
* Cleanup OSGi Import-Package specifications to use versionsShawn O. Pearce2010-02-021-15/+15
* Fix .classpath to make jgit easily runnable from inside eclipseChristian Halstrick2010-02-021-0/+1
* Generate an Eclipse IP log with jgit eclipse-iplogShawn O. Pearce2010-01-295-1/+228
* Correct bundle, provider names to be consistentShawn O. Pearce2010-01-231-2/+2
* Merge branch 'ref-abstract'Shawn O. Pearce2010-01-235-13/+64
|\
| * branch: Add -m option to rename a branchShawn O. Pearce2010-01-231-4/+37
| * Replace writeSymref with RefUpdate.linkShawn O. Pearce2010-01-231-3/+6
| * Rewrite reference handling to be abstract and accurateShawn O. Pearce2010-01-234-6/+21
* | Introduce a named constant for the .git directory.Robin Rosenberg2010-01-156-10/+16
|/
* Finish removing Apache Felix maven-bundle-pluginShawn O. Pearce2010-01-121-3/+1
* Fix merge for "Partial revert "Switch build to Apache Felix maven-bundle-plug...Robin Rosenberg2010-01-121-0/+1
* Merge "Partial revert "Switch build to Apache Felix maven-bundle-plugin""Robin Rosenberg2010-01-125-0/+67
|\