Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-09-15Qualify post-0.9.1 buildsMatthias Sohn2-21/+21
2010-09-15JGit 0.9.1v0.9.1Matthias Sohn2-21/+21
2010-09-07Refactor diff sequence APIShawn O. Pearce2-16/+10
2010-09-04log: Fix commit headers and -p flagShawn O. Pearce1-1/+1
2010-09-02diff: Default arguments to HEAD, working directoryShawn O. Pearce2-4/+37
2010-09-02log, diff: Add --src-prefix, --dst-prefix, --no-prefixShawn O. Pearce3-0/+35
2010-09-02Move rename detection, path following into DiffFormatterShawn O. Pearce3-108/+61
2010-09-01Refactor Git API exceptions to a new packageChris Aniszczyk2-4/+5
2010-09-01diff: Fix bad metaVar reference in --abbrev optionShawn O. Pearce1-1/+1
2010-08-28Revert "Hide Maven target directories from Eclipse"Robin Rosenberg1-11/+0
2010-08-26Remove unused importMatthias Sohn1-1/+0
2010-08-26Merge "Fix parsing of multiple authors in PersonIdent."Shawn Pearce1-1/+2
2010-08-26Run formatter on edited lines via save actionChris Aniszczyk1-3/+4
2010-08-26Fix parsing of multiple authors in PersonIdent.Marc Strapetz1-1/+2
2010-08-23Fully implement SHA-1 abbreviationsShawn O. Pearce3-43/+82
2010-08-23Move commit and tag formatting to CommitBuilder, TagBuilderShawn O. Pearce2-2/+2
2010-08-23Rename Commit, Tag to CommitBuilder, TagBuilderShawn O. Pearce2-3/+5
2010-08-21Perform automatic CRLF to LF conversion during WorkingTreeIteratorMarc Strapetz1-1/+2
2010-08-21Allow object reuse selection to occur in parallelShawn O. Pearce1-1/+3
2010-08-21Make Tag class only for writingShawn O. Pearce3-8/+38
2010-08-21Make Commit class only for writingShawn O. Pearce2-14/+31
2010-08-19Remove unnecessary ObjectId.copy() callsShawn O. Pearce1-1/+1
2010-08-08Hide Maven target directories from EclipseRobin Rosenberg1-0/+11
2010-08-06Merge changes I39bfefee,I47795987,I70d120fb,I58cc5e01,I96bee7b9Shawn O. Pearce3-1/+40
2010-08-04Rename getOldName,getNewName to getOldPath,getNewPathShawn O. Pearce2-8/+8
2010-08-02Allow version builtin to run without git repositoryBenjamin Muskalla1-0/+5
2010-07-28Pass PackConfig down to PackWriter when packingShawn O. Pearce3-1/+40
2010-07-27Fix concurrent read / write issue in LockFile on WindowsJens Baumgart4-5/+5
2010-07-22Merge branch 'delta'Shawn O. Pearce21-121/+203
2010-07-10debug-show-packdelta: Dump a pack delta to the consoleShawn O. Pearce3-0/+129
2010-07-04log: Implement --followShawn O. Pearce2-11/+62
2010-07-04log: Add whitespace ignore optionsShawn O. Pearce3-30/+91
2010-07-03Redo DiffFormatter API to be easier to useShawn O. Pearce2-9/+10
2010-07-03log, diff: Add rename detection supportShawn O. Pearce4-70/+140
2010-07-03amend commit: Refactor repository construction to builder classShawn O. Pearce1-3/+3
2010-06-30Move DirCache factory methods to RepositoryShawn O. Pearce6-7/+6
2010-06-30Added check for binary files while diffingJeff Schumacher1-6/+17
2010-06-29Ensure RevWalk is released when doneShawn O. Pearce1-0/+1
2010-06-29Use ObjectReader in RevWalk, TreeWalkShawn O. Pearce1-1/+1
2010-06-29Added further support for whitespace ignoring during diffJeff Schumacher1-2/+28
2010-06-28Refactor Repository.openObject to be Repository.openShawn O. Pearce2-10/+7
2010-06-27Move FileRepository to storage.file.FileRepositoryShawn O. Pearce5-4/+5
2010-06-26Allow Repository.getDirectory() to be nullShawn O. Pearce1-3/+5
2010-06-26Rename Repository getWorkDir to getWorkTreeShawn O. Pearce3-3/+3
2010-06-26Refactor repository construction to builder classShawn O. Pearce1-68/+8
2010-06-26Replace WindowCache with ObjectReaderShawn O. Pearce1-2/+2
2010-06-26Use FileRepository where we assume other file semanticsShawn O. Pearce1-7/+10
2010-06-26Make lib.Repository abstract and lib.FileRepository its implementationShawn O. Pearce3-6/+6
2010-06-26Use FileKey to resolve Git repository argumentsShawn O. Pearce2-18/+26
2010-06-24Use CoreConfig, UserConfig and TransferConfig directlyShawn O. Pearce1-1/+3

Back to the top