summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Fix FileSnapShotRobin Rosenberg2010-12-301-5/+9
* Fix ArrayIndexOutOfBoundsException in DirCacheIteratorShawn O. Pearce2010-12-221-8/+5
* Correct GIT_INDEX_FILE environment variableShawn O. Pearce2010-12-222-3/+3
* Merge "FileBasedConfig: Use FileSnapshot for isOutdated()"Chris Aniszczyk2010-12-203-12/+61
|\
| * FileBasedConfig: Use FileSnapshot for isOutdated()Shawn O. Pearce2010-12-153-12/+61
* | Checkout: fix handling if name does not refer to a local branchMathias Kinzler2010-12-201-6/+13
* | Merge "Extract pack directory last modified check code"Chris Aniszczyk2010-12-202-61/+224
|\|
| * Extract pack directory last modified check codeShawn O. Pearce2010-12-152-61/+224
* | Checkout: expose a CheckoutResultMathias Kinzler2010-12-202-14/+189
* | Fix wrong javadoc comment in RepositoryRobin Rosenberg2010-12-191-1/+1
* | Merge "Move TransferConfig to transport package"Robin Rosenberg2010-12-182-2/+2
|\ \
| * | Move TransferConfig to transport packageShawn O. Pearce2010-12-152-2/+2
* | | Qualify post 0.10 buildsMatthias Sohn2010-12-173-28/+28
* | | Merge branch 'stable-0.10'Matthias Sohn2010-12-173-28/+28
|\ \ \
| * | | Qualify post 0.10.1 buildsstable-0.10Matthias Sohn2010-12-173-28/+28
| * | | JGit 0.10.1v0.10.1Matthias Sohn2010-12-173-28/+28
| |/ /
* | | DirCacheCheckout: fix getToBeDeleted()Mathias Kinzler2010-12-161-1/+1
* | | Merge "Do not rely on filemode differences in case of symbolic links"Shawn Pearce2010-12-151-9/+13
|\ \ \ | |_|/ |/| |
| * | Do not rely on filemode differences in case of symbolic linksPhilipp Thun2010-12-141-9/+13
* | | Reduce calls to Repository.getConfigShawn O. Pearce2010-12-154-10/+14
| |/ |/|
* | 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-133-1/+89
* 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-094-49/+275
* | 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
|/