256 Commits (stable-0.11)

Author SHA1 Message Date
  Mathias Kinzler 13a406287e Expose some constants needed for reading the Pull configuration 13 years ago
  Shawn O. Pearce 17dc6bdafd ObjectIdSubclassMap: Support duplicate additions 13 years ago
  Shawn O. Pearce 065a0a8122 Revert "Teach PackWriter how to reuse an existing object list" 13 years ago
  Matthias Sohn 38eec8f4a2 [findbugs] Do not ignore exceptional return value of mkdir 13 years ago
  Shawn O. Pearce f5fe2dca3c Teach PackWriter how to reuse an existing object list 13 years ago
  Shawn O. Pearce 559c4661c3 Remove getObjectsDirectory, openPack from base API 13 years ago
  Shawn O. Pearce 1bf0c3cdb1 Refactor IndexPack to not require local filesystem 13 years ago
  Robin Rosenberg 5e2e3819a6 Add progress reporting to IndexDiff 13 years ago
  Mathias Kinzler 5ebfdc8091 ConfigConstants: expose some constants for user name and email. 13 years ago
  Sasa Zivkov 1993cf8a27 Merging Git notes 13 years ago
  Shawn O. Pearce b2d528887c Config: Preserve existing case of names in sections 13 years ago
  Shawn O. Pearce 0cd76ab65d Correct GIT_INDEX_FILE environment variable 13 years ago
  Robin Rosenberg 94a2cbb407 Fix wrong javadoc comment in Repository 13 years ago
  Shawn O. Pearce 34454465c2 Move TransferConfig to transport package 13 years ago
  Christian Halstrick 1783749e16 Add a performance optimized variant of the ANY_DIFF filter 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 a02be9725c Remove empty iterator from TreeWalk 13 years ago
  Matthias Sohn 45731756a5 [findbugs] Do not ignore exceptional return value 13 years ago
  Shawn O. Pearce 064ecc25ce Fix findGitDir() with no ceiling directories 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
  Stefan Lay b4359cb829 Include list of assume unchanged files in IndexDiff 13 years ago
  Stefan Lay 7bf0f5070e Use the Set interface in declarations and as return value 13 years ago
  Christian Halstrick 049827d708 Make diff algorithm configurable 13 years ago
  Chris Aniszczyk 2054c3fb8a Add core.filemode to CoreConfig 13 years ago
  Jens Baumgart 2dc2dd8b1b IndexDiff: support state [removed, untracked] 13 years ago
  Robin Stocker 2fb0f5cfc0 Make Repository.shortenRefName static 13 years ago
  Shawn O. Pearce e488f1cacd Add MutableObjectId setByte to modify a mutable id 13 years ago
  Shawn O. Pearce b22a4e8488 Add ObjectId getByte for random access 13 years ago
  Shawn O. Pearce c27e1daa55 Refactor tree entry formatting into a common class 13 years ago
  Robin Stocker 80a4ea95e4 Make AbbreviatedObjectId serializable 13 years ago
  Shawn O. Pearce bdf535de4f Call ProgressMonitor.update() from main thread 13 years ago
  Jens Baumgart 6f3b089188 Allow setting a filter in IndexDiff 13 years ago
  Christian Halstrick a4f7992dfb Add support for special symref FETCH_HEAD and MERGE_HEAD 13 years ago
  Mathias Kinzler 7bdef4583b Add "Branch" command 13 years ago
  Mathias Kinzler db55d13f5f Add "Pull" command 13 years ago
  Chris Aniszczyk 47e9e165b8 Add pull operation related constants 13 years ago