97 Revīzijas (dac66672df0535f61a13273524d46e1e0012ca69)

Autors SHA1 Ziņojums Datums
  Kevin Sawicki dac66672df Update smudged entries when writing index pirms 12 gadiem
  Robin Rosenberg 1953ae6aee Smudge index entries on first write (too), as well when reading pirms 12 gadiem
  Matthias Sohn c394d05a47 Add missing @since tags to mark API added in 2.0 pirms 12 gadiem
  Kevin Sawicki 17fb542e9e Remove 86 boxing warnings pirms 12 gadiem
  Kevin Sawicki e4effd25c5 Remove unnecessary boxing SuppressWarnings annotation pirms 12 gadiem
  Robin Rosenberg 42d7565ba9 Validate paths during DirCheckout pirms 12 gadiem
  Robin Rosenberg 9c5b31703f Enable large file support pirms 12 gadiem
  Robin Rosenberg 95ed300b04 Enable DirCacheEntry's copyMetaData to not copy stage info pirms 12 gadiem
  Robin Rosenberg bf33a6eeed Hide two warnings about boxing pirms 12 gadiem
  Robin Rosenberg 95d311f888 Move JGitText to an internal package pirms 12 gadiem
  Kevin Sawicki d364fb2d4f Remove null access warning in DirCacheCheckout pirms 12 gadiem
  Kevin Sawicki 014d759d35 Update example code for obtaining a locked DirCache pirms 12 gadiem
  Kevin Sawicki 0fb0e84405 Reuse existing modes and ids pirms 12 gadiem
  Christian Halstrick ed7b322186 Generate conflicts and index updates on file mode changes pirms 12 gadiem
  Robin Rosenberg e875c905d3 Make sure all bytes are written to files on close, or get an error. pirms 12 gadiem
  Robin Rosenberg 76dd9d1d46 Support more of AutoCRLF pirms 12 gadiem
  Kevin Sawicki 656461a991 Add exception class for when locking a file fails pirms 12 gadiem
  Matthias Sohn 899a3ccf6d Implement DirCacheEntry.toString() to ease debugging pirms 12 gadiem
  Marc Strapetz bf81119e62 DirCacheEntry: accessors for cached creation time (CTIME) pirms 12 gadiem
  Robin Rosenberg 2e43dcd645 Fix bad checkout behaviour when a file is removed pirms 12 gadiem
  Kevin Sawicki 565e4a06ef Add missing comment text for mergeCommitTree parameter pirms 12 gadiem
  Robin Rosenberg 1570aa9e5c Fix DirCacheEdtor.DeleteTree for empty string argument pirms 12 gadiem
  Matthias Sohn 0db0476542 Fire IndexChangedEvent on DirCache.commit() pirms 12 gadiem
  Robin Rosenberg b4112c1748 Fix DirCache,getEntriesWithin for empty string arguemnt pirms 12 gadiem
  Kevin Sawicki 4005f3c693 Remove duplicate calls to DirCache.unlock on checkout pirms 12 gadiem
  Robin Rosenberg 576abf64d1 Ignore submodule on checkout instead of deleting it pirms 12 gadiem
  Robin Rosenberg 2bb8da0405 cleanup: Reuse local variable for current DirCacheEntry pirms 12 gadiem
  Matthias Sohn 1067f82f56 Reuse ObjectReader for all objects touched during checkout pirms 13 gadiem
  Tomasz Zarna e15037b3c7 Merge doesn't remove empty folders pirms 13 gadiem
  Jens Baumgart eb46d7ffdc DirCacheCheckout: unlock DirCache in case of failure pirms 13 gadiem
  Robin Rosenberg 5f22d67270 Ignore submodule commits during checkout pirms 13 gadiem
  Philipp Thun e24005de2d Fix DirCache.isModified() pirms 13 gadiem
  Philipp Thun 475672866a Fix possible NPE in DirCache.isModified() pirms 13 gadiem
  Shawn O. Pearce d72b932853 Remove deprecated WorkDirCheckout pirms 13 gadiem
  Robin Rosenberg 3947bd25d9 Fix DirCache re-read. pirms 13 gadiem
  Jens Baumgart c9e4a78555 Add isOutdated method to DirCache pirms 13 gadiem
  Matthias Sohn 38eec8f4a2 [findbugs] Do not ignore exceptional return value of mkdir pirms 13 gadiem
  Matthias Sohn 9ec97688b9 Do not create files to be updated before checkout of DirCache entry pirms 13 gadiem
  Matthias Sohn 91af19de56 Hard reset should not report conflict on untracked file pirms 13 gadiem
  Christian Halstrick 0d7dd6625a Make sure not to overwrite untracked not-ignored files pirms 13 gadiem
  Christian Halstrick 4cba86bfea Refactor and comment complicated if statements pirms 13 gadiem
  Robin Rosenberg e43887b69e Fix misc spelling errors in comments and method names pirms 13 gadiem
  Shawn O. Pearce 6533994bc9 Fix ArrayIndexOutOfBoundsException in DirCacheIterator pirms 13 gadiem
  Mathias Kinzler 73f36aa8f7 DirCacheCheckout: fix getToBeDeleted() pirms 13 gadiem
  Shawn O. Pearce 11fd0fe03a Clarify WorkingTreeOptions and filemode usage pirms 13 gadiem
  Christian Halstrick e3881de258 Removed unread parameters pirms 13 gadiem
  Shawn O. Pearce a02be9725c Remove empty iterator from TreeWalk pirms 13 gadiem
  Matthias Sohn 45731756a5 [findbugs] Do not ignore exceptional return value pirms 13 gadiem
  Shawn O. Pearce 61db0e4787 Fix checking out large files pirms 13 gadiem
  Shawn O. Pearce 8d4c95a645 Add insert(TreeFormatter) to ObjectInserter pirms 13 gadiem