summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm
Commit message (Expand)AuthorAgeFilesLines
* Run formatter on edited lines via save actionChris Aniszczyk2010-08-261-3/+4
* Fully implement SHA-1 abbreviationsShawn O. Pearce2010-08-233-43/+82
* Move commit and tag formatting to CommitBuilder, TagBuilderShawn O. Pearce2010-08-232-2/+2
* Rename Commit, Tag to CommitBuilder, TagBuilderShawn O. Pearce2010-08-232-3/+5
* Perform automatic CRLF to LF conversion during WorkingTreeIteratorMarc Strapetz2010-08-201-1/+2
* Allow object reuse selection to occur in parallelShawn O. Pearce2010-08-201-1/+3
* Make Tag class only for writingShawn O. Pearce2010-08-203-8/+38
* Make Commit class only for writingShawn O. Pearce2010-08-202-14/+31
* Remove unnecessary ObjectId.copy() callsShawn O. Pearce2010-08-191-1/+1
* Hide Maven target directories from EclipseRobin Rosenberg2010-08-081-0/+11
* Merge changes I39bfefee,I47795987,I70d120fb,I58cc5e01,I96bee7b9Shawn O. Pearce2010-08-053-1/+40
|\
| * Pass PackConfig down to PackWriter when packingShawn O. Pearce2010-07-283-1/+40
* | 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
|/