aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/dircache
Commit message (Expand)AuthorAgeFilesLines
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-042-2/+5
* refactor: simplify collection.toArray()Michael Keppler2018-08-231-1/+1
* Fix ResolveMerger: rebase with autocrlf=true, direct checkoutThomas Wolf2018-08-131-0/+4
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-184-12/+12
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-158-58/+58
* Store in IndexChangedEvent if it was caused by JGit itselfMatthias Sohn2018-05-131-3/+5
* DirCache: Use constant from StandardCharsetsDavid Pursehouse2018-04-121-4/+4
* DirCache: Suppress resource warning related to TemporaryBufferDavid Pursehouse2018-03-151-0/+2
* Add SilentFileInputStream to allow ignoring exceptions raised by close()David Pursehouse2018-03-151-13/+5
* DirCacheIterator: Open InputStream in try-with-resourceDavid Pursehouse2018-03-061-4/+1
* Add ConfigConstants.CONFIG_SECTION_LFSDavid Pursehouse2018-03-051-1/+2
* LFS: Enable LFS support for the CLI, better error handlingMarkus Duft2018-03-031-3/+12
* Basic submodule merge handlingDavid Turner2018-02-041-1/+11
* Progress reporting for checkoutMarkus Duft2018-01-231-1/+40
* Fix javadoc in org.eclipse.jgit dircache packageMatthias Sohn2017-12-1810-92/+153
* Merge branch 'stable-4.9'David Pursehouse2017-12-071-1/+1
|\
| * DirCacheCheckout#processEntry: Fix typo in javadocDavid Pursehouse2017-12-061-1/+1
* | Performance improvement on writing a large indexStephen Lawson2017-11-231-2/+6
* | TreeWalk: Make getEolStreamType(OperationType) publicDavid Pursehouse2017-11-151-1/+4
|/
* Send a detailed event on working tree modificationsThomas Wolf2017-08-151-12/+82
* Checkout should not use too long filenamesChristian Halstrick2017-05-101-1/+6
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-203-6/+6
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-194-0/+7
* [infer] Fix resource leak in DirCacheMatthias Sohn2016-12-181-3/+3
* Deprecate SafeBufferedOutputStreamShawn Pearce2016-11-141-2/+2
* Add support for built-in smudge filtersChristian Halstrick2016-09-201-37/+74
* Use FS#lastModified instead of File#lastModifiedMasaya Suzuki2016-08-241-1/+1
* Fix DirCacheCheckout to return CheckoutConflictExceptionChristian Halstrick2016-06-231-4/+28
* Make sure to overwrite files when "reset --hard" detects conflictsChristian Halstrick2016-05-181-2/+13
* Fix calling of clean/smudge filters from Checkout,MergeCommandsChristian Halstrick2016-04-221-4/+8
* Merge "Change visibility of DirCacheTree#getObjectId to public"Matthias Sohn2016-03-071-1/+9
|\
| * Change visibility of DirCacheTree#getObjectId to publicPhilipp Marx2016-03-071-1/+9
* | Add EOL stream type detection to TreeWalkIvan Motsch2016-03-071-59/+68
|/
* Don't use deprecated LockFile constructorDavid Pursehouse2016-02-151-5/+1
* Paths.pathCompare: Utility to sort paths from byte[]Shawn Pearce2016-01-092-26/+5
* RefTree: Store references in a Git treeShawn Pearce2016-01-071-0/+17
* Merge changes from topic 'add-df'Shawn Pearce2016-01-015-9/+265
|\
| * DirCache: Do not create duplicate tree entriesShawn Pearce2015-12-291-0/+74
| * DirCacheEditor: Replace file-with-tree and tree-with-fileShawn Pearce2015-12-294-9/+186
| * AddCommand: Use NameConflictTreeWalk to identify file-dir changesShawn Pearce2015-12-291-0/+5
* | Rename files using NIO2 atomic renameMatthias Sohn2015-12-301-4/+6
|/
* DirCacheEditor: Cleanup DeleteTree constructorShawn Pearce2015-12-281-4/+5
* DirCacheEditor: Fix formatting to avoid , at start of lineShawn Pearce2015-12-281-3/+5
* Merge changes If1490ca2,Ife950253Shawn Pearce2015-11-302-19/+53
|\
| * DirCacheBuilder: Speed up reading from treesShawn Pearce2015-11-302-19/+53
* | DirCache: Add helper to read from a treeShawn Pearce2015-11-291-0/+24
|/
* DirCache: Fix bad code formattingShawn Pearce2015-11-282-8/+9
* DirCacheEntry: Speed up creation by avoiding string castShawn Pearce2015-11-282-24/+17
* DirCache: Fix getEntriesWithin("") to not include null entriesShawn Pearce2015-11-271-2/+2
* Add support for smudge filtersChristian Halstrick2015-11-271-14/+101