837 Commits (stable-0.11)

Author SHA1 Message Date
  Mathias Kinzler 73f36aa8f7 DirCacheCheckout: fix getToBeDeleted() 13 years ago
  Shawn O. Pearce 34454465c2 Move TransferConfig to transport package 13 years ago
  Shawn O. Pearce 3922e026e0 FileBasedConfig: Use FileSnapshot for isOutdated() 13 years ago
  Shawn O. Pearce c8db22f355 Extract pack directory last modified check code 13 years ago
  Shawn O. Pearce 013cb8de38 Reduce calls to Repository.getConfig 13 years ago
  Shawn O. Pearce 86847ee322 Support GIT_SSH=tortoiseplink 13 years ago
  Shawn O. Pearce 8efbd378e1 Correct plink -batch option 13 years ago
  Philipp Thun bab053afdd Do not rely on filemode differences in case of symbolic links 13 years ago
  Shawn O. Pearce 5ac5871d16 Simplify NoteParser use of prefix.length() 13 years ago
  Shawn O. Pearce 2bc13104a8 Fix HTTP digest authentication 13 years ago
  Matthias Sohn c6ca443b61 File utilities for creating directories 13 years ago
  Shawn O. Pearce 45a020fe6a DiffFormatter: Use IndexDiffFilter to speed up working tree 13 years ago
  Mathias Kinzler 9b039b42e0 Rebase: abort on unknown/unsupported command in git-rebase-todo 13 years ago
  roberto 941b3d8a81 IndexPack: Remove blob-streaming size threshold 13 years ago
  Matthias Sohn cbd1ecff4d Add option to skip deletion of non-existing files 13 years ago
  Shawn O. Pearce 33c670c1f0 Simplify logic in StrategySimpleTwoWayInCore 13 years ago
  Mathias Kinzler 2a7cd0086b Rebase: fix wrong update if original HEAD after Merge+Skip 13 years ago
  Christian Halstrick 1783749e16 Add a performance optimized variant of the ANY_DIFF filter 13 years ago
  Mathias Kinzler 6bca46e168 Implement rebase --continue and --skip 13 years ago
  Shawn O. Pearce 18abb8195a IndexDiff: Remove unnecessary changesExist flag 13 years ago
  Shawn O. Pearce a66a7d90fd IndexDiff: Use isModified() when comparing index-worktree 13 years ago
  Shawn O. Pearce d4bbb2e449 IndexDiff: Clean up tree-index compare for staged files 13 years ago
  Shawn O. Pearce e6c3922764 IndexDiff: Fix getAssumeUnchanged() 13 years ago
  Shawn O. Pearce 72f87adce6 IndexDiff: Correct Javadoc for getUntracked() method 13 years ago
  Shawn O. Pearce 48e80698cf IndexDiff: Remove always true not-subtree check 13 years ago
  Shawn O. Pearce ca9baa0ee2 IndexDiff: Always use TreeWalk.getPathString() 13 years ago
  Shawn O. Pearce f4e9c8890c IndexDiff: Simplify allocation of filter list 13 years ago
  Shawn O. Pearce 11fd0fe03a Clarify WorkingTreeOptions and filemode usage 13 years ago
  Shawn O. Pearce c181e1ab8a IndexPack: Use streaming for large whole blobs 13 years ago
  Christian Halstrick e3881de258 Removed unread parameters 13 years ago
  Shawn O. Pearce a02be9725c Remove empty iterator from TreeWalk 13 years ago
  Shawn O. Pearce c94efa8286 Refactor IndexPack to use InputStream for inflation 13 years ago
  Matthias Sohn 45731756a5 [findbugs] Do not ignore exceptional return value 13 years ago
  Matthias Sohn e22f9552a8 Provide file utilities for file deletion 13 years ago
  Chris Aniszczyk db8cc4c84e Clean up Init API 13 years ago
  Mathias Kinzler ad96546ca0 Rebase Interoperability third part: handle stop upon conflict 13 years ago
  Jens Baumgart cbf5ff6ac7 LockFile.commit: retry renaming 13 years ago
  Chris Aniszczyk f7a566c1aa Add InitCommand 13 years ago
  Shawn O. Pearce 064ecc25ce Fix findGitDir() with no ceiling directories 13 years ago
  Shawn O. Pearce 864091d982 Ensure stable tag sort in PlotWalk 13 years ago
  Shawn O. Pearce 61db0e4787 Fix checking out large files 13 years ago
  Shawn O. Pearce 22e720ce77 Honor GIT_SSH when opening SSH connections 13 years ago
  Shawn O. Pearce 04b289cc42 Abstract SSH setup to support GIT_SSH 13 years ago
  Matthias Sohn 6ca9fd2d95 Add missing license header 13 years ago
  Shawn O. Pearce 8fd2335b70 Add debugging toString to TreeFormatter 13 years ago
  Shawn O. Pearce 8d4c95a645 Add insert(TreeFormatter) to ObjectInserter 13 years ago
  Shawn O. Pearce 9ad802c15b Add toByteArray to CommitBuilder, TreeBuilder 13 years ago
  Shawn O. Pearce 807ee4797f Remove unused getTreeId from TreeFormatter 13 years ago
  Shawn O. Pearce cf52ef5531 Remove result id from CommitBuilder, TagBuilder 13 years ago
  Shawn O. Pearce f996fb1796 Correct CommitBuilder, TagBuilder method to be build() 13 years ago