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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: Remove trailing whitespace
Matthias Sohn
2017-08-30
6
-11
/
+11
*
Partially revert c0ad77d8 "Enhance Eclipse save actions"
Matthias Sohn
2017-08-30
1
-2
/
+2
*
Pass along the original exception when an ssh connection fails
Thomas Wolf
2017-08-29
1
-4
/
+7
*
Merge "reftable: explicitly store update_index per ref"
Shawn Pearce
2017-08-28
7
-26
/
+74
|
\
|
*
reftable: explicitly store update_index per ref
Shawn Pearce
2017-08-21
7
-26
/
+74
*
|
Merge "Enhance Eclipse save actions"
David Pursehouse
2017-08-28
1
-7
/
+12
|
\
\
|
*
|
Enhance Eclipse save actions
Matthias Sohn
2017-08-28
1
-7
/
+12
*
|
|
Merge "Add BlobObjectChecker"
Terry Parker
2017-08-28
3
-1
/
+123
|
\
\
\
|
*
|
|
Add BlobObjectChecker
Masaya Suzuki
2017-08-28
3
-1
/
+123
*
|
|
|
FetchCommand: pass on CredentialsProvider to submodule fetches
Thomas Wolf
2017-08-27
1
-0
/
+1
*
|
|
|
Exclude file matching: fix backtracking on match failures after **
Thomas Wolf
2017-08-27
1
-1
/
+24
*
|
|
|
Fix path pattern matching to work also for gitattributes
Thomas Wolf
2017-08-27
7
-63
/
+112
|
|
/
/
|
/
|
|
*
|
|
Ignore invalid TagOpt values
Thomas Wolf
2017-08-26
1
-2
/
+7
*
|
|
Add a getter for a list of RefSpecs to Config
Thomas Wolf
2017-08-26
4
-12
/
+60
*
|
|
Improve getting typed values from a Config
Thomas Wolf
2017-08-26
3
-203
/
+480
*
|
|
Merge "Fix JGit set core.fileMode to false by default instead of true for non...
David Pursehouse
2017-08-25
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix JGit set core.fileMode to false by default instead of true for non Window...
Joan Goyeau
2017-07-24
1
-1
/
+1
*
|
|
|
Merge "Fix default directory set when setDirectory wasn't called."
David Pursehouse
2017-08-25
1
-2
/
+13
|
\
\
\
\
|
*
|
|
|
Fix default directory set when setDirectory wasn't called.
Joan Goyeau
2017-08-25
1
-2
/
+13
*
|
|
|
|
FileMode: Remove unnecessary @SuppressWarnings("synthetic-access")
David Pursehouse
2017-08-25
1
-6
/
+0
*
|
|
|
|
Add toString() methods to OpenSshConfig to help debugging
Matthias Sohn
2017-08-26
1
-0
/
+31
*
|
|
|
|
Do most %-token substitutions in OpenSshConfig
Thomas Wolf
2017-08-26
1
-5
/
+129
*
|
|
|
|
Let Jsch know about ~/.ssh/config
Thomas Wolf
2017-08-26
2
-144
/
+519
*
|
|
|
|
Consume request body before flushing the buffer
Masaya Suzuki
2017-08-25
1
-12
/
+17
|
/
/
/
/
*
|
/
/
ObjectToPack: Add missing @Override annotation
David Pursehouse
2017-08-24
1
-0
/
+1
|
|
/
/
|
/
|
|
*
|
|
Cleanup: message reporting for HTTP redirect handling
Thomas Wolf
2017-08-23
3
-21
/
+24
*
|
|
Do authentication re-tries on HTTP POST
Thomas Wolf
2017-08-22
3
-24
/
+124
|
|
/
|
/
|
*
|
reftable: reserve standard PackExt
Shawn Pearce
2017-08-17
1
-0
/
+3
*
|
reftable: resolve symbolic references
Shawn Pearce
2017-08-17
1
-0
/
+39
*
|
reftable: support threshold based compaction
Shawn Pearce
2017-08-17
2
-0
/
+52
*
|
reftable: compact merged tables
Shawn Pearce
2017-08-17
1
-0
/
+223
*
|
reftable: merge-join reftables
Shawn Pearce
2017-08-17
1
-0
/
+375
*
|
reftable: debug tools
Shawn Pearce
2017-08-17
1
-0
/
+1
*
|
reftable: scan and lookup reftable files
Shawn Pearce
2017-08-17
9
-0
/
+1878
*
|
reftable: create and write reftable files
Shawn Pearce
2017-08-17
9
-0
/
+2010
*
|
Add support to follow HTTP redirects
Thomas Wolf
2017-08-17
5
-65
/
+297
*
|
Merge "Fix off-by-one error in Strings.count()"
Christian Halstrick
2017-08-16
1
-4
/
+7
|
\
\
|
*
|
Fix off-by-one error in Strings.count()
Thomas Wolf
2017-08-14
1
-4
/
+7
*
|
|
Merge "Use relative paths for attribute rule matching"
Christian Halstrick
2017-08-16
1
-4
/
+10
|
\
|
|
|
*
|
Use relative paths for attribute rule matching
Thomas Wolf
2017-08-11
1
-4
/
+10
*
|
|
Send a detailed event on working tree modifications
Thomas Wolf
2017-08-15
10
-25
/
+374
*
|
|
Merge branch 'stable-4.8'
Matthias Sohn
2017-08-15
1
-2
/
+11
|
\
\
\
|
*
\
\
Merge branch 'stable-4.7' into stable-4.8
Matthias Sohn
2017-08-15
1
-2
/
+11
|
|
\
\
\
|
|
*
\
\
Merge branch 'stable-4.6' into stable-4.7
Matthias Sohn
2017-08-14
1
-2
/
+11
|
|
|
\
\
\
|
|
|
*
\
\
Merge branch 'stable-4.5' into stable-4.6
Matthias Sohn
2017-08-14
1
-2
/
+11
|
|
|
|
\
\
\
|
|
|
|
*
|
|
Fix exception handling for opening bitmap index files
Christian Halstrick
2017-08-14
1
-2
/
+11
|
|
|
|
*
|
|
Prepare 4.5.3-SNAPSHOT builds
Matthias Sohn
2017-04-08
3
-43
/
+43
|
|
|
|
*
|
|
JGit v4.5.2.201704071617-r
v4.5.2.201704071617-r
Matthias Sohn
2017-04-07
3
-4
/
+4
|
|
*
|
|
|
|
Prepare 4.7.2-SNAPSHOT builds
Matthias Sohn
2017-06-08
3
-45
/
+45
|
*
|
|
|
|
|
Prepare 4.8.1-SNAPSHOT builds
Matthias Sohn
2017-06-12
3
-46
/
+46
[next]