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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Only mark packfile invalid if exception signals permanent problem
Matthias Sohn
2017-03-26
6
-18
/
+245
*
Don't flag a packfile invalid if opening existing file failed
Luca Milanesio
2017-03-25
1
-0
/
+7
*
Prepare 4.5.2-SNAPSHOT builds
Matthias Sohn
2017-03-25
3
-43
/
+43
*
JGit v4.5.1.201703201650-r
v4.5.1.201703201650-r
Matthias Sohn
2017-03-20
3
-4
/
+4
*
Don't remove pack when FileNotFoundException is transient
Luca Milanesio
2017-03-15
3
-9
/
+40
*
Fix one case of missing object
Hector Oswaldo Caballero
2016-12-13
1
-3
/
+8
*
Config: do not add spaces before units
David Turner
2016-10-19
1
-3
/
+3
*
Unconditionally close repositories in RepositoryCache.clear()
Matthias Sohn
2016-10-13
1
-9
/
+3
*
Fix eviction of repositories with negative usage count
Hugo Arès
2016-10-12
1
-1
/
+1
*
Merge "Fix carrying over flags during a RevWalk" into stable-4.5
Shawn Pearce
2016-09-24
1
-1
/
+1
|
\
|
*
Fix carrying over flags during a RevWalk
Christian Halstrick
2016-09-23
1
-1
/
+1
*
|
Prepare 4.5.1-SNAPSHOT builds
Matthias Sohn
2016-09-21
3
-43
/
+43
*
|
JGit v4.5.0.201609210915-r
v4.5.0.201609210915-r
Matthias Sohn
2016-09-21
3
-4
/
+4
*
|
Unconditionally close repository in unregisterAndCloseRepository
Saša Živkov
2016-09-21
1
-5
/
+3
|
/
*
Handle all values of branch.[name].rebase
Thomas Wolf
2016-09-15
3
-41
/
+116
*
Ignore trailing spaces in directory rule patterns
Andrey Loskutov
2016-09-14
2
-5
/
+48
*
Add support for post-commit hooks
Martin Goellnitz
2016-09-13
5
-6
/
+142
*
Don't log error if system git config does not exist
Matthias Sohn
2016-09-05
6
-23
/
+179
*
ReceivePack: integrate push option parsing into recvCommands
Shawn Pearce
2016-08-29
2
-11
/
+23
*
ReceivePack: simplify getPushOptions
Shawn Pearce
2016-08-29
1
-13
/
+7
*
ReceivePack: allow push options to be set
Shawn Pearce
2016-08-29
1
-6
/
+18
*
Make GC.RepoStatistics static
Jonathan Nieder
2016-08-26
1
-1
/
+1
*
ReceivePack: refactor push option parsing
Shawn Pearce
2016-08-26
2
-75
/
+58
*
Fix push option initalization on HTTP
Stefan Beller
2016-08-26
1
-1
/
+3
*
Merge "DfsReader: check object type during open"
Shawn Pearce
2016-08-25
2
-4
/
+17
|
\
|
*
DfsReader: check object type during open
Shawn Pearce
2016-08-25
2
-4
/
+17
*
|
Clarify the semantics of DfsRefDatabase#compareAndPut
Masaya Suzuki
2016-08-25
2
-26
/
+17
|
/
*
Do not fake a SymbolicRef as an ObjectIdRef
Masaya Suzuki
2016-08-25
4
-11
/
+12
*
Packet logging for JGit
Dan Wang
2016-08-24
2
-5
/
+31
*
Use FS#lastModified instead of File#lastModified
Masaya Suzuki
2016-08-24
4
-8
/
+22
*
Don't check lastModified, length on folders for submodules
Christian Halstrick
2016-08-24
1
-3
/
+13
*
Add HTTP status code to ServiceMayNotContinueException
Masaya Suzuki
2016-08-23
4
-2
/
+51
*
Merge "Ignore IOException thrown from close"
Shawn Pearce
2016-08-19
1
-1
/
+10
|
\
|
*
Ignore IOException thrown from close
Masaya Suzuki
2016-08-19
1
-1
/
+10
*
|
DfsObjDatabase: clear PackList dirty bit if no new packs
Shawn Pearce
2016-08-19
1
-1
/
+14
|
/
*
Enhance ResetCommand to allow disabling reflog update
Matthias Sohn
2016-08-17
1
-2
/
+28
*
Merge "BaseReceivePack: null and IllegalStateException cases for getPushOptions"
Jonathan Nieder
2016-08-15
1
-3
/
+19
|
\
|
*
BaseReceivePack: null and IllegalStateException cases for getPushOptions
Dan Wang
2016-08-10
1
-3
/
+19
*
|
RepoCommand: Avoid group lists shadowing groups strings
Jonathan Nieder
2016-08-08
2
-10
/
+10
*
|
PackWriter: Fix Javadoc tag for thrown exception in preparePack
David Pursehouse
2016-08-09
1
-1
/
+1
*
|
Merge "Document new PackWriter#preparePack variant's parameters and exceptions"
Jonathan Nieder
2016-08-08
1
-0
/
+20
|
\
\
|
*
|
Document new PackWriter#preparePack variant's parameters and exceptions
Jonathan Nieder
2016-08-08
1
-0
/
+20
*
|
|
Add missing @since tags for new API
Matthias Sohn
2016-08-09
1
-0
/
+3
*
|
|
Merge "Require-Bundle com.jcraft.jsch replaced by Import-Package statement"
Matthias Sohn
2016-08-08
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Require-Bundle com.jcraft.jsch replaced by Import-Package statement
Jens Offenbach
2016-08-09
1
-1
/
+1
*
|
|
Merge changes Ib0d8c294,Idfb83482
Jonathan Nieder
2016-08-08
2
-6
/
+30
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Shallow fetch: Pass along "shallow"s in unparsed-wants case, too
Jonathan Nieder
2016-08-08
2
-3
/
+24
|
*
|
Shallow fetch: Pass a DepthWalk to PackWriter
Jonathan Nieder
2016-08-08
1
-3
/
+6
[next]