Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-12-17JGit 0.10.1v0.10.1Matthias Sohn30-192/+192
2010-12-15Support GIT_SSH=tortoiseplinkShawn O. Pearce1-1/+1
2010-12-15Correct plink -batch optionShawn O. Pearce1-1/+1
2010-12-13Remove remaining uses of FileWriterShawn O. Pearce2-20/+6
2010-12-13Simplify NoteParser use of prefix.length()Shawn O. Pearce1-9/+9
2010-12-13Fix HTTP digest authenticationShawn O. Pearce1-16/+52
2010-12-13File utilities for creating directoriesMatthias Sohn4-5/+166
2010-12-11DiffFormatter: Use IndexDiffFilter to speed up working treeShawn O. Pearce1-15/+27
2010-12-10Rebase: abort on unknown/unsupported command in git-rebase-todoMathias Kinzler2-4/+20
2010-12-10Merge "IndexPack: Remove blob-streaming size threshold"Shawn Pearce2-9/+1
2010-12-09IndexPack: Remove blob-streaming size thresholdroberto2-9/+1
2010-12-09Merge "Add option to skip deletion of non-existing files"Chris Aniszczyk2-0/+103
2010-12-09Merge "Add further unit tests for IndexDiffFilter"Chris Aniszczyk1-22/+519
2010-12-09Merge "Simplify logic in StrategySimpleTwoWayInCore"Chris Aniszczyk1-7/+3
2010-12-09Add option to skip deletion of non-existing filesMatthias Sohn2-0/+103
2010-12-09Add further unit tests for IndexDiffFilterPhilipp Thun1-22/+519
2010-12-09Simplify logic in StrategySimpleTwoWayInCoreShawn O. Pearce1-7/+3
2010-12-09Rebase: fix wrong update if original HEAD after Merge+SkipMathias Kinzler2-16/+66
2010-12-09Add a performance optimized variant of the ANY_DIFF filterChristian Halstrick4-3/+301
2010-12-09Implement rebase --continue and --skipMathias Kinzler5-143/+728
2010-12-09JGit Build: use jetty 7.1.6Jens Baumgart3-19/+27
2010-12-08IndexDiff: Remove unnecessary changesExist flagShawn O. Pearce1-8/+7
2010-12-08IndexDiff: Use isModified() when comparing index-worktreeShawn O. Pearce2-4/+6
2010-12-08IndexDiff: Clean up tree-index compare for staged filesShawn O. Pearce1-2/+3
2010-12-08IndexDiff: Fix getAssumeUnchanged()Shawn O. Pearce1-7/+12
2010-12-08IndexDiff: Correct Javadoc for getUntracked() methodShawn O. Pearce1-1/+1
2010-12-08IndexDiff: Remove always true not-subtree checkShawn O. Pearce1-7/+4
2010-12-08IndexDiff: Always use TreeWalk.getPathString()Shawn O. Pearce1-9/+8
2010-12-08IndexDiff: Simplify allocation of filter listShawn O. Pearce1-2/+1
2010-12-08Clarify WorkingTreeOptions and filemode usageShawn O. Pearce10-123/+51
2010-12-08IndexPack: Use streaming for large whole blobsShawn O. Pearce2-6/+107
2010-12-08Merge "Refactor IndexPack to use InputStream for inflation"Chris Aniszczyk1-59/+122
2010-12-08Removed unread parametersChristian Halstrick3-28/+20
2010-12-08Introduce http test bundleJens Baumgart32-59/+810
2010-12-08Remove empty iterator from TreeWalkShawn O. Pearce21-36/+12
2010-12-08Refactor IndexPack to use InputStream for inflationShawn O. Pearce1-59/+122
2010-12-08[findbugs] Do not ignore exceptional return valueMatthias Sohn22-57/+79
2010-12-08Provide file utilities for file deletionMatthias Sohn3-1/+133
2010-12-07Merge "Clean up Init API"Chris Aniszczyk1-13/+13
2010-12-07Clean up Init APIChris Aniszczyk1-13/+13
2010-12-07Avoid NPE in InitChris Aniszczyk1-2/+5
2010-12-07Merge "Rebase Interoperability third part: handle stop upon conflict"Chris Aniszczyk1-1/+26
2010-12-07Merge "Rebase Interoperability second part: fix "pop steps""Chris Aniszczyk2-17/+33
2010-12-07Rebase Interoperability third part: handle stop upon conflictMathias Kinzler1-1/+26
2010-12-06Merge "LockFile.commit: retry renaming"Shawn Pearce1-1/+20
2010-12-06Merge "Update Init to use InitCommand"Chris Aniszczyk1-9/+7
2010-12-06Merge "Add InitCommand"Chris Aniszczyk3-1/+234
2010-12-06Merge "Add debugging toString to TreeFormatter"Chris Aniszczyk1-0/+36
2010-12-06Merge "Add insert(TreeFormatter) to ObjectInserter"Chris Aniszczyk5-5/+21
2010-12-06Merge "Add toByteArray to CommitBuilder, TreeBuilder"Chris Aniszczyk2-0/+23

Back to the top