index
:
jgit.git
master
master%private
next
servlet-4
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
stable-7.2
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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix TreeWalk to reset attributes cache for each entry
Christian Halstrick
2016-06-23
1
-1
/
+1
*
Fix DirCacheCheckout to return CheckoutConflictException
Christian Halstrick
2016-06-23
1
-4
/
+28
*
Optimize RefAdvertiser for wire protocol
Shawn Pearce
2016-06-18
2
-5
/
+95
*
Merge branch 'stable-4.4'
Matthias Sohn
2016-06-14
2
-14
/
+63
|
\
|
*
Merge branch 'master' into stable-4.4
Matthias Sohn
2016-06-01
35
-56
/
+293
|
|
\
|
*
\
Merge branch 'master' into stable-4.4
Matthias Sohn
2016-05-24
14
-18
/
+191
|
|
\
\
|
*
\
\
Merge branch 'stable-4.3' into stable-4.4
Matthias Sohn
2016-05-24
8
-31
/
+92
|
|
\
\
\
|
|
*
|
|
Fix computation of id in WorkingTreeIterator with autocrlf and smudging
Christian Halstrick
2016-05-23
2
-14
/
+63
*
|
|
|
|
Merge "Add method to read time unit from config"
Shawn Pearce
2016-06-10
2
-0
/
+122
|
\
\
\
\
\
|
*
|
|
|
|
Add method to read time unit from config
Hugo Arès
2016-06-06
2
-0
/
+122
*
|
|
|
|
|
http transport does not use authentication fallback
Christian Pontesegger
2016-06-06
2
-12
/
+40
|
/
/
/
/
/
*
|
|
|
|
Add $NON-NLS to suppress "Non-externalized string literal" warnings
Hugo Arès
2016-06-03
1
-2
/
+2
*
|
|
|
|
BatchRefUpdate: Include command message in toString()
Dave Borowitz
2016-06-02
1
-1
/
+5
*
|
|
|
|
DfsBlock: throw DataFormatException on 0 bytes
Shawn Pearce
2016-06-01
2
-2
/
+10
*
|
|
|
|
DfsInserter: Optionally disable existing object check
Dave Borowitz
2016-06-01
1
-1
/
+11
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Fix javadoc errors and unused imports introduced by ddd0fe25
Matthias Sohn
2016-06-01
2
-2
/
+6
*
|
|
|
RepoCommand: record manifest shallow recommendation in .gitmodules
Stefan Beller
2016-05-31
3
-5
/
+56
*
|
|
|
RepoCommand: record manifest groups as submodule labels
Stefan Beller
2016-05-31
2
-8
/
+91
*
|
|
|
Replace use of deprecated method Repository.getRef()
Matthias Sohn
2016-05-31
27
-44
/
+44
*
|
|
|
Better report on client side if push failed due to too large object
Matthias Sohn
2016-05-30
4
-4
/
+91
*
|
|
|
[findBugs] Prevent potential NPE in CloneCommand.init()
Matthias Sohn
2016-05-30
2
-0
/
+12
|
|
_
|
/
|
/
|
|
*
|
|
Support git config [include] section with absolute path(s)
Marco Miller
2016-05-21
2
-1
/
+44
*
|
|
Added filter for merge and non-merges commits.
Alcemir Santos
2016-05-20
2
-0
/
+57
*
|
|
[findBugs] Prevent potential NPE in FS_POSIX.readUmask()
Matthias Sohn
2016-05-19
1
-1
/
+1
*
|
|
Fix StashApply regarding handling of untracked files
Christian Halstrick
2016-05-19
1
-2
/
+7
*
|
|
GC should not pack objects only referenced by ORIG_HEAD,...
Christian Halstrick
2016-05-18
2
-4
/
+18
*
|
|
Make sure to overwrite files when "reset --hard" detects conflicts
Christian Halstrick
2016-05-18
1
-2
/
+13
*
|
|
Allow setting FileMode to executable when applying patches in ApplyCommand
Nadav Cohen
2016-05-17
1
-0
/
+3
*
|
|
Fix config value get to return last instead of 1st just like git
Marco Miller
2016-05-12
1
-4
/
+5
*
|
|
Remove UTF-8 checking duplication in Config lib subclasses
Marco Miller
2016-05-12
3
-4
/
+15
*
|
|
Merge branch 'stable-4.3'
Matthias Sohn
2016-05-05
6
-17
/
+29
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Scan loose ref before packed in case gc about to remove the loose
Marco Miller
2016-05-05
1
-2
/
+1
|
*
|
Fix possible NPEs when reporting transport errors
Christian Halstrick
2016-04-27
1
-2
/
+4
|
*
|
Fix calling of clean/smudge filters from Checkout,MergeCommands
Christian Halstrick
2016-04-22
3
-7
/
+12
|
*
|
Fix ApplyCommand when result of patch is an empty file
Jon Schneider
2016-04-16
1
-6
/
+12
*
|
|
Make BaseReceivePack.setAtomic public
Jonathan Nieder
2016-05-04
1
-1
/
+1
*
|
|
ReceivePack: Pass atomic setting from client to BatchRefUpdate
Jonathan Nieder
2016-05-04
2
-0
/
+28
|
|
/
|
/
|
*
|
PersonIdent: Make appendSanitized public
Dave Borowitz
2016-05-03
1
-1
/
+6
*
|
Config: Improve documentation for setStringList
Stefan Beller
2016-05-03
1
-1
/
+2
*
|
PersonIdent: Strip some special chars from external strings
Dave Borowitz
2016-04-29
1
-2
/
+39
*
|
PersonIdent: Document that name and email aren't trimmed
Dave Borowitz
2016-04-29
1
-1
/
+6
*
|
Expose the ObjectInserter that created an ObjectReader
Dave Borowitz
2016-04-26
5
-2
/
+57
*
|
Add ObjectReader.Filter, like in ObjectInserter
Dave Borowitz
2016-04-25
1
-0
/
+98
*
|
Support per-BatchRefUpdate atomic transactions
Dave Borowitz
2016-04-19
5
-5
/
+76
*
|
Make UploadPack observe exceptions reading refs
Mike Edgar
2016-04-14
2
-11
/
+21
*
|
Expose conflicting files in CheckoutConflictException
Ned Twigg
2016-04-11
1
-0
/
+13
*
|
Merge "Fix CommitCommand to be able to skip writing to RefLog"
Matthias Sohn
2016-04-11
1
-1
/
+6
|
\
\
|
*
|
Fix CommitCommand to be able to skip writing to RefLog
Christian Halstrick
2016-04-11
1
-1
/
+6
*
|
|
Merge "Prepare 4.3.1-SNAPSHOT versions"
Matthias Sohn
2016-04-08
8
-15
/
+107
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Merge branch 'master' into stable-4.3
Matthias Sohn
2016-04-07
3
-15
/
+44
|
|
\
[next]