Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-09-27Update Fetch to use FetchCommand APIChris Aniszczyk3-26/+23
2010-09-24debug-text-hashfunctions: Test suite for content hashesShawn O. Pearce2-0/+508
2010-09-22Update Tag to use TagCommand APIChris Aniszczyk1-55/+11
2010-09-17Qualify builds as 0.10.0Shawn O. Pearce2-21/+21
2010-09-17Merge branch 'stable-0.9'Shawn O. Pearce4-25/+31
2010-09-16Add --all option to RevWalkTextBuiltinChristian Halstrick1-0/+17
2010-09-15Qualify post-0.9.3 buildsstable-0.9Matthias Sohn2-21/+21
2010-09-15JGit 0.9.3v0.9.3Matthias Sohn2-21/+21
2010-09-15Merge "Qualify post-0.9.1 builds" into stable-0.9Chris Aniszczyk2-21/+21
2010-09-15clone: Correct formatting of init messageShawn O. Pearce2-4/+10
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

Back to the top