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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement AutoClosable interface on classes that used release()
Matthias Sohn
2015-02-09
2
-4
/
+32
*
Implement AutoClosable interface to support try-with-resources block
Matthias Sohn
2015-02-09
3
-3
/
+3
*
Merge branch 'stable-3.7'
Matthias Sohn
2015-02-04
1
-0
/
+7
|
\
|
*
Introduce hook support into the FS implementations
Laurent Goubet
2015-02-02
1
-0
/
+7
*
|
Add BatchRefUpdate#toString()
Dave Borowitz
2015-01-27
1
-0
/
+16
|
/
*
Add basic support for .gitattributes
Arthur Daussy
2015-01-07
3
-0
/
+27
*
Trim author/committer name and email in commit header
Rüdiger Herrmann
2015-01-03
1
-2
/
+2
*
Merge branch 'stable-3.5' into stable-3.6
Matthias Sohn
2014-12-19
2
-14
/
+133
|
\
|
*
Merge branch 'stable-3.4' into stable-3.5
Matthias Sohn
2014-12-18
2
-14
/
+133
|
|
\
|
|
*
ObjectChecker: Disallow names potentially mapping to ".git" on HFS+
Matthias Sohn
2014-12-18
1
-0
/
+87
|
|
*
ObjectChecker: Disallow Windows shortname "GIT~1"
Christian Halstrick
2014-12-18
1
-0
/
+11
|
|
*
ObjectChecker: Disallow ".git." and ".git<space>"
Shawn Pearce
2014-12-18
1
-2
/
+26
|
|
*
Always ignore case when forbidding .git in ObjectChecker
Shawn Pearce
2014-12-18
1
-6
/
+4
|
|
*
Detect buffering failures while writing rebase todo file
Shawn Pearce
2014-11-25
1
-7
/
+6
*
|
|
Support the new repository layout for submodules
Christian Halstrick
2014-12-15
1
-0
/
+7
*
|
|
Allow explicit configuration of git directory in InitCommand
Christian Halstrick
2014-12-15
1
-1
/
+15
*
|
|
Fix tests on windows by closing repos
Christian Halstrick
2014-12-12
1
-20
/
+27
*
|
|
Move checkPath from DirCacheCheckout to ObjectChecker
Shawn Pearce
2014-11-28
2
-6
/
+44
*
|
|
Let RepositoryBuilder find bare repos
Christian Halstrick
2014-11-12
1
-1
/
+5
*
|
|
Introduce config parameter core.trustfolderstat
Christian Halstrick
2014-11-12
1
-0
/
+6
*
|
|
Fix javadoc formatting in ConfigConstants
Matthias Sohn
2014-11-12
1
-23
/
+15
*
|
|
Fix possible NPE in IndexDiff when not all submodules are cloned
Christian Halstrick
2014-11-09
1
-20
/
+22
*
|
|
Add missing @since tags
Christian Halstrick
2014-11-09
1
-0
/
+1
*
|
|
Merge "Implement atomic refs update, if possible by database"
Shawn Pearce
2014-11-07
1
-0
/
+8
|
\
\
\
|
*
|
|
Implement atomic refs update, if possible by database
Stefan Beller
2014-11-07
1
-0
/
+8
*
|
|
|
Do not swallow exception if IndexDiff hits invalid ignore param
Matthias Sohn
2014-11-06
1
-1
/
+3
*
|
|
|
Fix non-externalized string warnings in IndexDiff
Matthias Sohn
2014-11-06
1
-2
/
+2
*
|
|
|
Add new method IndexDiff#getPathsWithIndexMode
Axel Richard
2014-11-06
1
-0
/
+32
|
/
/
/
*
|
|
Add missing @since tags
Matthias Sohn
2014-11-03
2
-1
/
+7
*
|
|
Support for Submodule configuration submodule.<name>.ignore
Christian Halstrick
2014-11-03
2
-12
/
+109
*
|
|
Fixed API violation errors for 3.6 in ConfigConstants
Andrey Loskutov
2014-09-24
1
-2
/
+10
*
|
|
Add "aggressive" option to GC
Christian Halstrick
2014-09-19
1
-0
/
+6
|
/
/
*
|
Windows: Hide the .git directory if hidedotfiles is set to non-false
Robin Rosenberg
2014-09-04
2
-0
/
+20
*
|
Strip "<", ">", and "\n" from name/email in UserConfig
Robin Stocker
2014-08-21
1
-2
/
+6
*
|
Fix minor spelling error in comment
Robin Rosenberg
2014-08-19
1
-1
/
+1
*
|
Add a method to ObjectInserter to read back inserted objects
Dave Borowitz
2014-08-13
1
-0
/
+24
*
|
Add isRebase to API of BranchConfig
Robin Stocker
2014-08-03
1
-3
/
+11
*
|
Enhance BranchConfig API to expose branch.* options
Robin Stocker
2014-08-03
1
-18
/
+47
*
|
Preserve merges during pull if configured to do so
Konrad Kügler
2014-07-15
1
-0
/
+7
*
|
Repository.writeMergeHeads to accept a list with subtypes of ObjectId
Konrad Kügler
2014-07-14
1
-2
/
+2
|
/
*
Handle the revision attribute in repo manifest.
Yuxuan 'fishy' Wang
2014-05-09
1
-0
/
+22
*
Add methods to Repository to handle remote names
Robin Rosenberg
2014-04-27
1
-0
/
+43
*
Fix ObjectChecker when normalization is enabled
Shawn Pearce
2014-04-03
1
-1
/
+1
*
Cleanup javadocs so they pass the java8 doclint checks
Robin Rosenberg
2014-03-29
6
-15
/
+15
*
Check for duplicate names after folding case in ObjectChecker
Shawn Pearce
2014-03-12
1
-1
/
+69
*
Change DirCacheCheckout to verify path using ObjectChecker
Shawn Pearce
2014-03-12
1
-22
/
+45
*
Reject mixed case .git on Mac OS in ObjectChecker
Shawn Pearce
2014-03-12
1
-1
/
+17
*
Reject special Windows device names in ObjectChecker
Shawn Pearce
2014-03-12
1
-4
/
+66
*
Allow an ObjectChecker to reject special characters for Windows
Shawn Pearce
2014-03-12
1
-2
/
+55
*
Reject '.git' as a tree name in ObjectChecker
Shawn Pearce
2014-03-12
1
-4
/
+17
[next]