125 Commits (ef11143ffee173d10fd4de37bbdfae1750c0b44c)

Author SHA1 Message Date
Christian Halstrick 049827d708 Make diff algorithm configurable 14 years ago
Chris Aniszczyk c441380f9c Add the Checkout command to the Git CLI 14 years ago
Chris Aniszczyk a7f6764e01 Update Rm in the JGit CLI 14 years ago
Shawn O. Pearce 17d9c68636 Implement command line support for CredentialsProvider 14 years ago
Christian Halstrick a28f33fa8c Fixed help of Diff and ShowCommands commands 14 years ago
Sasa Zivkov 1a7c918b66 Implemented the git add commandline command. 14 years ago
Robin Stocker 2fb0f5cfc0 Make Repository.shortenRefName static 14 years ago
Sasa Zivkov af4f6c5125 Fixed the git init to properly set bare=true 14 years ago
Christian Halstrick e10808e658 Add option to select diff algorithm for diff command 14 years ago
Shawn O. Pearce 0b51a45688 Allow pgm Main to be extended 14 years ago
Shawn O. Pearce 529b2017df Fix three-word command names 14 years ago
Shawn O. Pearce e82cadc0dc Delete PatienceDiff 14 years ago
Shawn O. Pearce 14da6e0b9d debug-diff-algorithms: Real world performance test implementations 14 years ago
Chris Aniszczyk 782dbfc60f Update Push to use latest API 14 years ago
Chris Aniszczyk 6b6c8dd01b Update Fetch to use FetchCommand API 14 years ago
Shawn O. Pearce af3fbb13f6 debug-text-hashfunctions: Test suite for content hashes 14 years ago
Chris Aniszczyk b3446bf387 Update Tag to use TagCommand API 14 years ago
Shawn O. Pearce 4b5d3d291b Qualify builds as 0.10.0 14 years ago
Christian Halstrick 55714f6e73 Add --all option to RevWalkTextBuiltin 14 years ago
Matthias Sohn 26f507f0df Qualify post-0.9.3 builds 14 years ago
Matthias Sohn 2920fcdde8 JGit 0.9.3 14 years ago
Shawn O. Pearce a424b7aefe clone: Correct formatting of init message 14 years ago
Matthias Sohn 7ae5e82d66 Qualify post-0.9.1 builds 14 years ago
Matthias Sohn 445a3a281d JGit 0.9.1 14 years ago
Shawn O. Pearce 67263e2056 Refactor diff sequence API 14 years ago
Shawn O. Pearce 596c3f668b log: Fix commit headers and -p flag 14 years ago
Shawn O. Pearce fed508d55b diff: Default arguments to HEAD, working directory 14 years ago
Shawn O. Pearce 244b1580b5 log, diff: Add --src-prefix, --dst-prefix, --no-prefix 14 years ago
Shawn O. Pearce ec2fdbf2ba Move rename detection, path following into DiffFormatter 14 years ago
Chris Aniszczyk 38327a54a8 Refactor Git API exceptions to a new package 14 years ago
Shawn O. Pearce efde2e3ea7 diff: Fix bad metaVar reference in --abbrev option 14 years ago
Robin Rosenberg 236899204a Revert "Hide Maven target directories from Eclipse" 14 years ago
Matthias Sohn 5817744cf7 Remove unused import 14 years ago
Chris Aniszczyk d1edd00f56 Run formatter on edited lines via save action 14 years ago
Marc Strapetz 80c622c49c Fix parsing of multiple authors in PersonIdent. 14 years ago
Shawn O. Pearce a5c18fcfc7 Fully implement SHA-1 abbreviations 14 years ago
Shawn O. Pearce 6df5d3397c Move commit and tag formatting to CommitBuilder, TagBuilder 14 years ago
Shawn O. Pearce 22b285695a Rename Commit, Tag to CommitBuilder, TagBuilder 14 years ago
Marc Strapetz e2e38792b5 Perform automatic CRLF to LF conversion during WorkingTreeIterator 14 years ago
Shawn O. Pearce b85af06324 Allow object reuse selection to occur in parallel 14 years ago
Shawn O. Pearce 707912b35d Make Tag class only for writing 14 years ago
Shawn O. Pearce b46b635c03 Make Commit class only for writing 14 years ago
Shawn O. Pearce d0043e5d31 Remove unnecessary ObjectId.copy() calls 14 years ago
Robin Rosenberg db4c516f67 Hide Maven target directories from Eclipse 14 years ago
Shawn O. Pearce 60c5939b23 Rename getOldName,getNewName to getOldPath,getNewPath 14 years ago
Benjamin Muskalla d08be7aceb Allow version builtin to run without git repository 14 years ago
Shawn O. Pearce 9fbce904e6 Pass PackConfig down to PackWriter when packing 14 years ago
Jens Baumgart db82b8d7eb Fix concurrent read / write issue in LockFile on Windows 14 years ago
Shawn O. Pearce 074055d747 debug-show-packdelta: Dump a pack delta to the console 14 years ago
Shawn O. Pearce 1913b41bc7 log: Implement --follow 14 years ago