aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-264-4/+4
| * 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-032-30/+89
* | Redo DiffFormatter API to be easier to useShawn O. Pearce2010-07-032-9/+10
* | log, diff: Add rename detection supportShawn O. Pearce2010-07-033-70/+136
* | 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
|/
* Make constant static in RebuildCommitGraphRobin Rosenberg2010-06-131-1/+1
* Repository can be configured with FSMarc Strapetz2010-06-041-1/+2
* Externalize strings in Commit commandShawn O. Pearce2010-05-282-4/+5
* Externalize strings from JGitSasa Zivkov2010-05-1942-300/+467
* Add commit command to the pgm packageChristian Halstrick2010-05-121-0/+85
* 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
|/
* Generate an Eclipse IP log with jgit eclipse-iplogShawn O. Pearce2010-01-292-0/+217
* 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
|/
* Merge branch 'cq-diff'Shawn O. Pearce2010-01-061-0/+131
|\
| * Fix some warnings regarding unnecessary imports and accessing static methodsChristian Halstrick2009-10-071-13/+4
| * Add the "jgit diff" commandJohannes Schindelin2009-10-062-0/+141
* | Recognize Git repository environment variablesRobin Rosenberg2009-12-281-2/+53
* | Method to get a 'humanish' name from a pathMykola Nikishov2009-12-191-8/+4
* | Replace a hard-coded default remote's name with a constantMykola Nikishov2009-11-293-3/+5
* | Prompt for passwords from the console in jgit command line toolsShawn O. Pearce2009-11-021-2/+44
* | Move AWT based SSH authenticator to ui bundleShawn O. Pearce2009-11-021-0/+2
* | Refactor the cached Authenticator data out of AwtAuthenticatorShawn O. Pearce2009-11-021-2/+4
* | Delete obsolete JarLinkUtilShawn O. Pearce2009-11-021-212/+0
* | Switch pgm, test to proper plugin projectsShawn O. Pearce2009-11-021-31/+0
* | Correct location of AmazonS3 command line clientShawn O. Pearce2009-10-311-0/+136
* | Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-1/+1
|/
* Move HttpSupport's configureHttpProxy to jgit-pgmShawn O. Pearce2009-10-051-8/+46
* Move AmazonS3 command line utility to jgit-pgmShawn O. Pearce2009-10-053-0/+25
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-2946-0/+5577