summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Qualify post 0.10.1 buildsstable-0.10Matthias Sohn2010-12-1730-192/+192
* JGit 0.10.1v0.10.1Matthias Sohn2010-12-1730-192/+192
* Support GIT_SSH=tortoiseplinkShawn O. Pearce2010-12-151-1/+1
* Correct plink -batch optionShawn O. Pearce2010-12-151-1/+1
* Remove remaining uses of FileWriterShawn O. Pearce2010-12-132-20/+6
* 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-134-5/+166
* 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-102-4/+20
* Merge "IndexPack: Remove blob-streaming size threshold"Shawn Pearce2010-12-092-9/+1
|\
| * IndexPack: Remove blob-streaming size thresholdroberto2010-12-092-9/+1
* | Merge "Add option to skip deletion of non-existing files"Chris Aniszczyk2010-12-092-0/+103
|\ \
| * | Add option to skip deletion of non-existing filesMatthias Sohn2010-12-102-0/+103
* | | Merge "Add further unit tests for IndexDiffFilter"Chris Aniszczyk2010-12-091-22/+519
|\ \ \
| * | | Add further unit tests for IndexDiffFilterPhilipp Thun2010-12-091-22/+519
* | | | 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-092-16/+66
|/ /
* | Add a performance optimized variant of the ANY_DIFF filterChristian Halstrick2010-12-094-3/+301
* | Implement rebase --continue and --skipMathias Kinzler2010-12-095-143/+728
* | JGit Build: use jetty 7.1.6Jens Baumgart2010-12-093-19/+27
* | IndexDiff: Remove unnecessary changesExist flagShawn O. Pearce2010-12-081-8/+7
* | IndexDiff: Use isModified() when comparing index-worktreeShawn O. Pearce2010-12-082-4/+6
* | 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-0810-123/+51
|/
* IndexPack: Use streaming for large whole blobsShawn O. Pearce2010-12-082-6/+107
* 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
* | Introduce http test bundleJens Baumgart2010-12-0832-59/+810
* | Remove empty iterator from TreeWalkShawn O. Pearce2010-12-0721-36/+12
|/
* [findbugs] Do not ignore exceptional return valueMatthias Sohn2010-12-0722-57/+79
* Provide file utilities for file deletionMatthias Sohn2010-12-073-1/+133
* Merge "Clean up Init API"Chris Aniszczyk2010-12-071-13/+13
|\
| * Clean up Init APIChris Aniszczyk2010-12-071-13/+13
* | Avoid NPE in InitChris Aniszczyk2010-12-071-2/+5
|/
* 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-072-17/+33
|\|
| * Rebase Interoperability second part: fix "pop steps"Mathias Kinzler2010-12-012-17/+33
* | Merge "LockFile.commit: retry renaming"Shawn Pearce2010-12-061-1/+20
|\ \
| * | LockFile.commit: retry renamingJens Baumgart2010-12-061-1/+20
* | | Merge "Update Init to use InitCommand"Chris Aniszczyk2010-12-061-9/+7
|\ \ \
| * | | Update Init to use InitCommandChris Aniszczyk2010-12-051-9/+7