index
:
jgit.git
master
master%private
next
stable-0.10
stable-0.11
stable-0.12
stable-0.7
stable-0.8
stable-0.9
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-2.0
stable-2.1
stable-2.2
stable-2.3
stable-3.0
stable-3.1
stable-3.2
stable-3.3
stable-3.4
stable-3.5
stable-3.6
stable-3.7
stable-4.0
stable-4.1
stable-4.10
stable-4.11
stable-4.2
stable-4.3
stable-4.4
stable-4.5
stable-4.6
stable-4.7
stable-4.8
stable-4.9
stable-5.0
stable-5.1
stable-5.10
stable-5.11
stable-5.12
stable-5.13
stable-5.2
stable-5.3
stable-5.4
stable-5.5
stable-5.6
stable-5.7
stable-5.8
stable-5.9
stable-6.0
stable-6.1
stable-6.10
stable-6.2
stable-6.3
stable-6.4
stable-6.5
stable-6.6
stable-6.7
stable-6.8
stable-6.9
stable-7.0
stable-7.1
JGit, the Java implementation of git: https://github.com/eclipse-jgit/jgit
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit
/
src
/
org
/
eclipse
/
jgit
/
dircache
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8
David Pursehouse
2018-09-04
2
-2
/
+5
*
refactor: simplify collection.toArray()
Michael Keppler
2018-08-23
1
-1
/
+1
*
Fix ResolveMerger: rebase with autocrlf=true, direct checkout
Thomas Wolf
2018-08-13
1
-0
/
+4
*
Remove further unnecessary 'final' keywords
Han-Wen Nienhuys
2018-05-18
4
-12
/
+12
*
Remove 'final' in parameter lists
Han-Wen Nienhuys
2018-05-15
8
-58
/
+58
*
Store in IndexChangedEvent if it was caused by JGit itself
Matthias Sohn
2018-05-13
1
-3
/
+5
*
DirCache: Use constant from StandardCharsets
David Pursehouse
2018-04-12
1
-4
/
+4
*
DirCache: Suppress resource warning related to TemporaryBuffer
David Pursehouse
2018-03-15
1
-0
/
+2
*
Add SilentFileInputStream to allow ignoring exceptions raised by close()
David Pursehouse
2018-03-15
1
-13
/
+5
*
DirCacheIterator: Open InputStream in try-with-resource
David Pursehouse
2018-03-06
1
-4
/
+1
*
Add ConfigConstants.CONFIG_SECTION_LFS
David Pursehouse
2018-03-05
1
-1
/
+2
*
LFS: Enable LFS support for the CLI, better error handling
Markus Duft
2018-03-03
1
-3
/
+12
*
Basic submodule merge handling
David Turner
2018-02-04
1
-1
/
+11
*
Progress reporting for checkout
Markus Duft
2018-01-23
1
-1
/
+40
*
Fix javadoc in org.eclipse.jgit dircache package
Matthias Sohn
2017-12-18
10
-92
/
+153
*
Merge branch 'stable-4.9'
David Pursehouse
2017-12-07
1
-1
/
+1
|
\
|
*
DirCacheCheckout#processEntry: Fix typo in javadoc
David Pursehouse
2017-12-06
1
-1
/
+1
*
|
Performance improvement on writing a large index
Stephen Lawson
2017-11-23
1
-2
/
+6
*
|
TreeWalk: Make getEolStreamType(OperationType) public
David Pursehouse
2017-11-15
1
-1
/
+4
|
/
*
Send a detailed event on working tree modifications
Thomas Wolf
2017-08-15
1
-12
/
+82
*
Checkout should not use too long filenames
Christian Halstrick
2017-05-10
1
-1
/
+6
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
3
-6
/
+6
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
4
-0
/
+7
*
[infer] Fix resource leak in DirCache
Matthias Sohn
2016-12-18
1
-3
/
+3
*
Deprecate SafeBufferedOutputStream
Shawn Pearce
2016-11-14
1
-2
/
+2
*
Add support for built-in smudge filters
Christian Halstrick
2016-09-20
1
-37
/
+74
*
Use FS#lastModified instead of File#lastModified
Masaya Suzuki
2016-08-24
1
-1
/
+1
*
Fix DirCacheCheckout to return CheckoutConflictException
Christian Halstrick
2016-06-23
1
-4
/
+28
*
Make sure to overwrite files when "reset --hard" detects conflicts
Christian Halstrick
2016-05-18
1
-2
/
+13
*
Fix calling of clean/smudge filters from Checkout,MergeCommands
Christian Halstrick
2016-04-22
1
-4
/
+8
*
Merge "Change visibility of DirCacheTree#getObjectId to public"
Matthias Sohn
2016-03-07
1
-1
/
+9
|
\
|
*
Change visibility of DirCacheTree#getObjectId to public
Philipp Marx
2016-03-07
1
-1
/
+9
*
|
Add EOL stream type detection to TreeWalk
Ivan Motsch
2016-03-07
1
-59
/
+68
|
/
*
Don't use deprecated LockFile constructor
David Pursehouse
2016-02-15
1
-5
/
+1
*
Paths.pathCompare: Utility to sort paths from byte[]
Shawn Pearce
2016-01-09
2
-26
/
+5
*
RefTree: Store references in a Git tree
Shawn Pearce
2016-01-07
1
-0
/
+17
*
Merge changes from topic 'add-df'
Shawn Pearce
2016-01-01
5
-9
/
+265
|
\
|
*
DirCache: Do not create duplicate tree entries
Shawn Pearce
2015-12-29
1
-0
/
+74
|
*
DirCacheEditor: Replace file-with-tree and tree-with-file
Shawn Pearce
2015-12-29
4
-9
/
+186
|
*
AddCommand: Use NameConflictTreeWalk to identify file-dir changes
Shawn Pearce
2015-12-29
1
-0
/
+5
*
|
Rename files using NIO2 atomic rename
Matthias Sohn
2015-12-30
1
-4
/
+6
|
/
*
DirCacheEditor: Cleanup DeleteTree constructor
Shawn Pearce
2015-12-28
1
-4
/
+5
*
DirCacheEditor: Fix formatting to avoid , at start of line
Shawn Pearce
2015-12-28
1
-3
/
+5
*
Merge changes If1490ca2,Ife950253
Shawn Pearce
2015-11-30
2
-19
/
+53
|
\
|
*
DirCacheBuilder: Speed up reading from trees
Shawn Pearce
2015-11-30
2
-19
/
+53
*
|
DirCache: Add helper to read from a tree
Shawn Pearce
2015-11-29
1
-0
/
+24
|
/
*
DirCache: Fix bad code formatting
Shawn Pearce
2015-11-28
2
-8
/
+9
*
DirCacheEntry: Speed up creation by avoiding string cast
Shawn Pearce
2015-11-28
2
-24
/
+17
*
DirCache: Fix getEntriesWithin("") to not include null entries
Shawn Pearce
2015-11-27
1
-2
/
+2
*
Add support for smudge filters
Christian Halstrick
2015-11-27
1
-14
/
+101
[next]