1116 Commits (2352290398183e940c2d3e478f49e3902367dd64)

Author SHA1 Message Date
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
Shawn O. Pearce 18abb8195a IndexDiff: Remove unnecessary changesExist flag 14 years ago
Shawn O. Pearce a66a7d90fd IndexDiff: Use isModified() when comparing index-worktree 14 years ago
Shawn O. Pearce d4bbb2e449 IndexDiff: Clean up tree-index compare for staged files 14 years ago
Shawn O. Pearce e6c3922764 IndexDiff: Fix getAssumeUnchanged() 14 years ago
Shawn O. Pearce 72f87adce6 IndexDiff: Correct Javadoc for getUntracked() method 14 years ago
Shawn O. Pearce 48e80698cf IndexDiff: Remove always true not-subtree check 14 years ago
Shawn O. Pearce ca9baa0ee2 IndexDiff: Always use TreeWalk.getPathString() 14 years ago
Shawn O. Pearce f4e9c8890c IndexDiff: Simplify allocation of filter list 14 years ago
Shawn O. Pearce 11fd0fe03a Clarify WorkingTreeOptions and filemode usage 14 years ago
Shawn O. Pearce c181e1ab8a IndexPack: Use streaming for large whole blobs 14 years ago
Christian Halstrick e3881de258 Removed unread parameters 14 years ago
Shawn O. Pearce a02be9725c Remove empty iterator from TreeWalk 14 years ago
Shawn O. Pearce c94efa8286 Refactor IndexPack to use InputStream for inflation 14 years ago
Matthias Sohn 45731756a5 [findbugs] Do not ignore exceptional return value 14 years ago
Matthias Sohn e22f9552a8 Provide file utilities for file deletion 14 years ago
Chris Aniszczyk db8cc4c84e Clean up Init API 14 years ago
Mathias Kinzler ad96546ca0 Rebase Interoperability third part: handle stop upon conflict 14 years ago
Jens Baumgart cbf5ff6ac7 LockFile.commit: retry renaming 14 years ago
Chris Aniszczyk f7a566c1aa Add InitCommand 14 years ago
Shawn O. Pearce 064ecc25ce Fix findGitDir() with no ceiling directories 14 years ago
Shawn O. Pearce 864091d982 Ensure stable tag sort in PlotWalk 14 years ago
Shawn O. Pearce 61db0e4787 Fix checking out large files 14 years ago
Shawn O. Pearce 22e720ce77 Honor GIT_SSH when opening SSH connections 14 years ago
Shawn O. Pearce 04b289cc42 Abstract SSH setup to support GIT_SSH 14 years ago
Matthias Sohn 6ca9fd2d95 Add missing license header 14 years ago
Shawn O. Pearce 8fd2335b70 Add debugging toString to TreeFormatter 14 years ago
Shawn O. Pearce 8d4c95a645 Add insert(TreeFormatter) to ObjectInserter 14 years ago
Shawn O. Pearce 9ad802c15b Add toByteArray to CommitBuilder, TreeBuilder 14 years ago
Shawn O. Pearce 807ee4797f Remove unused getTreeId from TreeFormatter 14 years ago
Shawn O. Pearce cf52ef5531 Remove result id from CommitBuilder, TagBuilder 14 years ago
Shawn O. Pearce f996fb1796 Correct CommitBuilder, TagBuilder method to be build() 14 years ago
Matthias Sohn 37001ddc8d Fix jgit build broken by deabacc4 14 years ago
Christian Halstrick deabacc420 Fixed Merge Algorithm regarding concurrent file creations 14 years ago
Shawn O. Pearce e0a9961b78 Avoid unnecessary decoding of length in PackFile 14 years ago
Shawn O. Pearce d29b5db695 Remove unused 'shift' variable from PackFile 14 years ago
Mathias Kinzler 59e62ba7e1 Rebase Interoperability second part: fix "pop steps" 14 years ago