Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-03-29Added Merge command to the CLIChristian Halstrick5-0/+142
2011-03-24Registering the Checkout command and fixed a typo.Sasa Zivkov2-1/+2
2011-03-15PushCommand: Add utilities for --all, --tagsShawn O. Pearce1-6/+6
2011-03-15Make --git-dir optional for 'jgit init'Philipp Thun1-1/+2
2011-03-14Always fetch tags during cloneShawn O. Pearce1-0/+2
2011-03-11Add -o option to commit commandPhilipp Thun3-3/+23
2011-03-03Improve readability of timestamps shown by debug-show-dir-cacheMatthias Sohn1-1/+1
2011-03-03Enhance debug-show-dir-cache command to show stageMatthias Sohn1-0/+4
2011-03-02PackWriter: Avoid CRC-32 validation when feeding IndexPackShawn O. Pearce1-1/+1
2011-03-01Merge "ProgressMonitor: Refactor to use background alarms"Chris Aniszczyk1-1/+4
2011-03-01Show notes in Log CLI command - Part 2Sasa Zivkov4-39/+29
2011-03-01ProgressMonitor: Refactor to use background alarmsShawn O. Pearce1-1/+4
2011-02-23Show notes in Log CLI commandSasa Zivkov3-0/+124
2011-02-17Add Reset to the JGit CLIChris Aniszczyk2-0/+93
2011-02-15pgm: Make --git-dir a stringShawn O. Pearce6-18/+27
2011-02-15daemon: Use HTTP's resolver and factory patternShawn O. Pearce2-6/+11
2011-02-12Qualify post 0.11 buildsMatthias Sohn2-21/+21
2011-02-11JGit 0.11.1v0.11.1Matthias Sohn2-21/+21
2011-01-28[findbugs] Do not ignore exceptional return value of mkdirMatthias Sohn1-2/+2
2011-01-26Fixed several NPEs in the Fetch CLISasa Zivkov1-5/+10
2011-01-26Fixed NLS in JGit command line interfaceSasa Zivkov1-2/+2
2011-01-25Refactor IndexPack to not require local filesystemShawn O. Pearce1-17/+18
2010-12-20clone: Use DirCacheCheckoutShawn O. Pearce1-9/+4
2010-12-17Qualify post 0.10 buildsMatthias Sohn2-21/+21
2010-12-17Merge branch 'stable-0.10'Matthias Sohn2-21/+21
2010-12-17Qualify post 0.10.1 buildsstable-0.10Matthias Sohn2-21/+21
2010-12-17JGit 0.10.1v0.10.1Matthias Sohn2-21/+21
2010-12-15Reduce calls to Repository.getConfigShawn O. Pearce1-5/+8
2010-12-08Clarify WorkingTreeOptions and filemode usageShawn O. Pearce1-1/+4
2010-12-08Remove empty iterator from TreeWalkShawn O. Pearce3-4/+1
2010-12-07Avoid NPE in InitChris Aniszczyk1-2/+5
2010-12-06Update Init to use InitCommandChris Aniszczyk1-9/+7
2010-11-25Make diff algorithm configurableChristian Halstrick1-13/+2
2010-11-23Add the Checkout command to the Git CLIChris Aniszczyk2-0/+74
2010-11-22Update Rm in the JGit CLIChris Aniszczyk1-38/+12
2010-11-10Implement command line support for CredentialsProviderShawn O. Pearce1-3/+3
2010-11-08Merge "Make Repository.shortenRefName static"Shawn Pearce1-1/+1
2010-11-08Fixed help of Diff and ShowCommands commandsChristian Halstrick3-3/+5
2010-11-07Merge "Implemented the git add commandline command."Chris Aniszczyk3-5/+81
2010-11-07Implemented the git add commandline command.Sasa Zivkov3-5/+81
2010-11-06Make Repository.shortenRefName staticRobin Stocker1-1/+1
2010-11-05Fixed the git init to properly set bare=trueSasa Zivkov1-0/+3
2010-10-26Add option to select diff algorithm for diff commandChristian Halstrick2-0/+19
2010-10-17Allow pgm Main to be extendedShawn O. Pearce1-21/+51
2010-10-13Fix three-word command namesShawn O. Pearce1-0/+1
2010-10-12Merge "Update Tag to use TagCommand API"Shawn Pearce1-55/+11
2010-10-11Delete PatienceDiffShawn O. Pearce1-27/+0
2010-10-11debug-diff-algorithms: Real world performance test implementationsShawn O. Pearce2-0/+401
2010-10-10Update Push to use latest APIChris Aniszczyk1-31/+17
2010-09-27Update Fetch to use FetchCommand APIChris Aniszczyk3-26/+23

Back to the top