aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* DirCacheIteratorTest: Use newInCore instead of diskShawn O. Pearce2010-12-221-8/+8
* 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
* | Fix CheckoutCommandTestMathias Kinzler2010-12-201-3/+4
* | Fix JDK 6 Usage of String.getBytes(Charset)Mathias Kinzler2010-12-201-1/+2
* | Checkout: fix handling if name does not refer to a local branchMathias Kinzler2010-12-202-7/+31
* | clone: Use DirCacheCheckoutShawn O. Pearce2010-12-201-9/+4
* | 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
* | Remove deprecated WriteTree from testsShawn O. Pearce2010-12-202-141/+168
* | Checkout: expose a CheckoutResultMathias Kinzler2010-12-203-14/+240
* | 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-1730-192/+192
* | | Merge branch 'stable-0.10'Matthias Sohn2010-12-1730-192/+192
|\ \ \
| * | | Qualify post 0.10.1 buildsstable-0.10Matthias Sohn2010-12-1730-192/+192
| * | | JGit 0.10.1v0.10.1Matthias Sohn2010-12-1730-192/+192
| |/ /
* | | DirCacheCheckout: fix getToBeDeleted()Mathias Kinzler2010-12-161-1/+1
* | | Merge "Do not rely on filemode differences in case of symbolic links"Shawn Pearce2010-12-152-9/+34
|\ \ \ | |_|/ |/| |
| * | Do not rely on filemode differences in case of symbolic linksPhilipp Thun2010-12-142-9/+34
* | | Save StoredConfig after modificationsShawn O. Pearce2010-12-158-20/+51
* | | Reduce calls to Repository.getConfigShawn O. Pearce2010-12-157-24/+32
| |/ |/|
* | 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