902 Commits (857d1511987599c66b834eb43f25b45394244af3)

Author SHA1 Message Date
Christian Halstrick c62882191f Introduce metaData compare between working tree and index entries 14 years ago
Robin Rosenberg 5e2e3819a6 Add progress reporting to IndexDiff 14 years ago
Robin Rosenberg e43887b69e Fix misc spelling errors in comments and method names 14 years ago
Matthias Sohn c45f2aec56 File utility for creating a new empty file 14 years ago
Roberto Tyley 944fcdae66 Fix API ListBranchCommand for listmode 'all' 14 years ago
Robin Rosenberg 0fd9676771 Locate $HOME like C Git does on Windows 14 years ago
Mathias Kinzler 7047d2fa8d CheckoutCommand: fix reflog message 14 years ago
Mathias Kinzler 5ebfdc8091 ConfigConstants: expose some constants for user name and email. 14 years ago
Robin Rosenberg 2058f9272b Do not cherry-pick or revert commit more than once 14 years ago
Sasa Zivkov 1993cf8a27 Merging Git notes 14 years ago
Marc Strapetz c87ae94c70 Fix IgnoreRule for directory-only patterns 14 years ago
Shawn O. Pearce b2d528887c Config: Preserve existing case of names in sections 14 years ago
Shawn O. Pearce 165358bc99 Use heap based stack for PackFile deltas 14 years ago
Sasa Zivkov 7cd812940d NoteMap implements Iterable<Note> 14 years ago
Robin Rosenberg b3e59bd9d6 Implement a revert command 14 years ago
Robin Rosenberg d9e07a574a Convert all JGit unit tests to JUnit 4 14 years ago
Robin Rosenberg 797ebba307 Add support for getting the system wide configuration 14 years ago
roberto b5f0a7d7ff IndexPack: Use stack-based recursion for delta resolution 14 years ago
Matthias Sohn 65ccadeced [findbugs] Make CheckoutResult constants final 14 years ago
Robin Rosenberg 240769e023 Refactor exec of a command and reading one line into utility 14 years ago
Robin Rosenberg 14b358a6fb Refactor search for a file within a PATH 14 years ago
Robin Rosenberg c3f52c62a8 Fix FileSnapShot 14 years ago
Shawn O. Pearce 6533994bc9 Fix ArrayIndexOutOfBoundsException in DirCacheIterator 14 years ago
Shawn O. Pearce 0cd76ab65d Correct GIT_INDEX_FILE environment variable 14 years ago
Mathias Kinzler e272ca0f14 CheckoutResult: return paths instead of Files 14 years ago
Mathias Kinzler 89a4dcf71f Checkout: fix handling if name does not refer to a local branch 14 years ago
Mathias Kinzler 645d262de6 Checkout: expose a CheckoutResult 14 years ago
Robin Rosenberg 94a2cbb407 Fix wrong javadoc comment in Repository 14 years ago
Matthias Sohn 485917598e Qualify post 0.10 builds 14 years ago
Matthias Sohn 51d1af9489 Qualify post 0.10.1 builds 14 years ago
Matthias Sohn 1fdc17bfe4 JGit 0.10.1 14 years ago
Mathias Kinzler 73f36aa8f7 DirCacheCheckout: fix getToBeDeleted() 14 years ago
Shawn O. Pearce 34454465c2 Move TransferConfig to transport package 14 years ago
Shawn O. Pearce 3922e026e0 FileBasedConfig: Use FileSnapshot for isOutdated() 14 years ago
Shawn O. Pearce c8db22f355 Extract pack directory last modified check code 14 years ago
Shawn O. Pearce 013cb8de38 Reduce calls to Repository.getConfig 14 years ago
Shawn O. Pearce 86847ee322 Support GIT_SSH=tortoiseplink 14 years ago
Shawn O. Pearce 8efbd378e1 Correct plink -batch option 14 years ago
Philipp Thun bab053afdd Do not rely on filemode differences in case of symbolic links 14 years ago
Shawn O. Pearce 5ac5871d16 Simplify NoteParser use of prefix.length() 14 years ago
Shawn O. Pearce 2bc13104a8 Fix HTTP digest authentication 14 years ago
Matthias Sohn c6ca443b61 File utilities for creating directories 14 years ago
Shawn O. Pearce 45a020fe6a DiffFormatter: Use IndexDiffFilter to speed up working tree 14 years ago
Mathias Kinzler 9b039b42e0 Rebase: abort on unknown/unsupported command in git-rebase-todo 14 years ago
roberto 941b3d8a81 IndexPack: Remove blob-streaming size threshold 14 years ago
Matthias Sohn cbd1ecff4d Add option to skip deletion of non-existing files 14 years ago
Shawn O. Pearce 33c670c1f0 Simplify logic in StrategySimpleTwoWayInCore 14 years ago
Mathias Kinzler 2a7cd0086b Rebase: fix wrong update if original HEAD after Merge+Skip 14 years ago
Christian Halstrick 1783749e16 Add a performance optimized variant of the ANY_DIFF filter 14 years ago
Mathias Kinzler 6bca46e168 Implement rebase --continue and --skip 14 years ago