summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
* Support GIT_SSH=tortoiseplinkShawn O. Pearce2010-12-151-1/+1
* Correct plink -batch optionShawn O. Pearce2010-12-151-1/+1
* Simplify NoteParser use of prefix.length()Shawn O. Pearce2010-12-131-9/+9
* Fix HTTP digest authenticationShawn O. Pearce2010-12-131-16/+52
* File utilities for creating directoriesMatthias Sohn2010-12-132-1/+87
* DiffFormatter: Use IndexDiffFilter to speed up working treeShawn O. Pearce2010-12-101-15/+27
* Rebase: abort on unknown/unsupported command in git-rebase-todoMathias Kinzler2010-12-101-3/+11
* Merge "IndexPack: Remove blob-streaming size threshold"Shawn Pearce2010-12-091-8/+1
|\
| * IndexPack: Remove blob-streaming size thresholdroberto2010-12-091-8/+1
* | Merge "Add option to skip deletion of non-existing files"Chris Aniszczyk2010-12-091-0/+8
|\ \
| * | Add option to skip deletion of non-existing filesMatthias Sohn2010-12-101-0/+8
* | | Merge "Simplify logic in StrategySimpleTwoWayInCore"Chris Aniszczyk2010-12-091-7/+3
|\ \ \ | |/ / |/| |
| * | Simplify logic in StrategySimpleTwoWayInCoreShawn O. Pearce2010-12-091-7/+3
* | | Rebase: fix wrong update if original HEAD after Merge+SkipMathias Kinzler2010-12-091-16/+28
|/ /
* | Add a performance optimized variant of the ANY_DIFF filterChristian Halstrick2010-12-093-3/+201
* | Implement rebase --continue and --skipMathias Kinzler2010-12-093-49/+273
* | IndexDiff: Remove unnecessary changesExist flagShawn O. Pearce2010-12-081-8/+7
* | IndexDiff: Use isModified() when comparing index-worktreeShawn O. Pearce2010-12-081-1/+2
* | IndexDiff: Clean up tree-index compare for staged filesShawn O. Pearce2010-12-081-2/+3
* | IndexDiff: Fix getAssumeUnchanged()Shawn O. Pearce2010-12-081-7/+12
* | IndexDiff: Correct Javadoc for getUntracked() methodShawn O. Pearce2010-12-081-1/+1
* | IndexDiff: Remove always true not-subtree checkShawn O. Pearce2010-12-081-7/+4
* | IndexDiff: Always use TreeWalk.getPathString()Shawn O. Pearce2010-12-081-9/+8
* | IndexDiff: Simplify allocation of filter listShawn O. Pearce2010-12-081-2/+1
* | Clarify WorkingTreeOptions and filemode usageShawn O. Pearce2010-12-086-113/+38
|/
* IndexPack: Use streaming for large whole blobsShawn O. Pearce2010-12-081-6/+87
* Merge "Refactor IndexPack to use InputStream for inflation"Chris Aniszczyk2010-12-081-59/+122
|\
| * Refactor IndexPack to use InputStream for inflationShawn O. Pearce2010-12-071-59/+122
* | Removed unread parametersChristian Halstrick2010-12-083-28/+20
* | Remove empty iterator from TreeWalkShawn O. Pearce2010-12-078-13/+6
|/
* [findbugs] Do not ignore exceptional return valueMatthias Sohn2010-12-0715-42/+59
* Provide file utilities for file deletionMatthias Sohn2010-12-072-1/+132
* Clean up Init APIChris Aniszczyk2010-12-071-13/+13
* Merge "Rebase Interoperability third part: handle stop upon conflict"Chris Aniszczyk2010-12-071-1/+26
|\
| * Rebase Interoperability third part: handle stop upon conflictMathias Kinzler2010-12-071-1/+26
* | Merge "Rebase Interoperability second part: fix "pop steps""Chris Aniszczyk2010-12-071-15/+31
|\|
| * Rebase Interoperability second part: fix "pop steps"Mathias Kinzler2010-12-011-15/+31
* | Merge "LockFile.commit: retry renaming"Shawn Pearce2010-12-061-1/+20
|\ \
| * | LockFile.commit: retry renamingJens Baumgart2010-12-061-1/+20
* | | Merge "Add InitCommand"Chris Aniszczyk2010-12-062-1/+134
|\ \ \
| * | | Add InitCommandChris Aniszczyk2010-12-052-1/+134
* | | | Merge "Add debugging toString to TreeFormatter"Chris Aniszczyk2010-12-061-0/+36
|\ \ \ \
| * | | | Add debugging toString to TreeFormatterShawn O. Pearce2010-12-031-0/+36
* | | | | Merge "Add insert(TreeFormatter) to ObjectInserter"Chris Aniszczyk2010-12-065-5/+21
|\| | | |
| * | | | Add insert(TreeFormatter) to ObjectInserterShawn O. Pearce2010-12-035-5/+21
* | | | | Merge "Add toByteArray to CommitBuilder, TreeBuilder"Chris Aniszczyk2010-12-062-0/+23
|\| | | |
| * | | | Add toByteArray to CommitBuilder, TreeBuilderShawn O. Pearce2010-12-032-0/+23
* | | | | Merge "Remove unused getTreeId from TreeFormatter"Chris Aniszczyk2010-12-061-19/+0
|\| | | |
| * | | | Remove unused getTreeId from TreeFormatterShawn O. Pearce2010-12-031-19/+0
* | | | | Merge "Remove result id from CommitBuilder, TagBuilder"Chris Aniszczyk2010-12-064-110/+5
|\| | | | | |_|/ / |/| | |