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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix javadoc errors and unused imports introduced by ddd0fe25
Matthias Sohn
2016-06-01
3
-5
/
+6
*
RepoCommand: record manifest shallow recommendation in .gitmodules
Stefan Beller
2016-05-31
4
-5
/
+104
*
RepoCommand: record manifest groups as submodule labels
Stefan Beller
2016-05-31
3
-8
/
+140
*
Remove the deprecated TestRepository.getClock() method
Terry Parker
2016-05-31
1
-11
/
+0
*
Replace use of deprecated method Repository.getRef()
Matthias Sohn
2016-05-31
35
-58
/
+58
*
[findBugs] Prevent potential NPE in FileLfsRepository.getOutputStream()
Matthias Sohn
2016-05-30
1
-1
/
+4
*
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
3
-0
/
+14
*
Merge "RepoCommandTest: Improve assertion message for remote branch recording"
Terry Parker
2016-05-26
1
-2
/
+2
|
\
|
*
RepoCommandTest: Improve assertion message for remote branch recording
Stefan Beller
2016-05-25
1
-2
/
+2
*
|
RepoCommand: remove --record-remote-branches
Stefan Beller
2016-05-25
2
-5
/
+0
|
/
*
JGit CLI: allow to call git init with specific directory
RĂ¼diger Herrmann
2016-05-22
3
-2
/
+102
*
Redirect all Show output to outs
RĂ¼diger Herrmann
2016-05-21
1
-2
/
+8
*
Support git config [include] section with absolute path(s)
Marco Miller
2016-05-21
5
-1
/
+130
*
Added filter for merge and non-merges commits.
Alcemir Santos
2016-05-20
3
-0
/
+136
*
[findBugs] Prevent potential NPE in FS_POSIX.readUmask()
Matthias Sohn
2016-05-19
1
-1
/
+1
*
[findBugs] Fix calculation of host header in SignerV4
Matthias Sohn
2016-05-19
1
-3
/
+3
*
Update Orbit repository to S20160518051658 for Neon RC2
Matthias Sohn
2016-05-19
3
-9
/
+9
*
Fix StashApply regarding handling of untracked files
Christian Halstrick
2016-05-19
2
-3
/
+43
*
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
2
-2
/
+41
*
Allow setting FileMode to executable when applying patches in ApplyCommand
Nadav Cohen
2016-05-17
10
-0
/
+71
*
Fix config value get to return last instead of 1st just like git
Marco Miller
2016-05-12
2
-4
/
+11
*
Remove UTF-8 checking duplication in Config lib subclasses
Marco Miller
2016-05-12
3
-4
/
+15
*
Update Maven plugins
Matthias Sohn
2016-05-07
2
-22
/
+22
*
Fix type parameter in javadoc in TestRepository.delete(String ref)
Matthias Sohn
2016-05-05
1
-1
/
+1
*
Merge branch 'stable-4.3'
Matthias Sohn
2016-05-05
11
-34
/
+67
|
\
|
*
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
4
-24
/
+32
|
*
Fix ApplyCommand when result of patch is an empty file
Jon Schneider
2016-04-16
5
-6
/
+30
*
|
TestRepository: Add delete() method
Jonathan Nieder
2016-05-04
1
-0
/
+34
*
|
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
2
-1
/
+13
*
|
Config: Improve documentation for setStringList
Stefan Beller
2016-05-03
1
-1
/
+2
*
|
Prepare Neon target platform
Matthias Sohn
2016-05-02
6
-19
/
+19
*
|
PersonIdent: Strip some special chars from external strings
Dave Borowitz
2016-04-29
2
-6
/
+76
*
|
PersonIdent: Document that name and email aren't trimmed
Dave Borowitz
2016-04-29
2
-2
/
+9
*
|
Expose the ObjectInserter that created an ObjectReader
Dave Borowitz
2016-04-26
6
-2
/
+62
*
|
Add ObjectReader.Filter, like in ObjectInserter
Dave Borowitz
2016-04-25
1
-0
/
+98
*
|
Update buck to e64a2e2ada022f81e42be750b774024469551398
David Pursehouse
2016-04-21
1
-1
/
+1
*
|
Support per-BatchRefUpdate atomic transactions
Dave Borowitz
2016-04-19
6
-5
/
+77
*
|
Add .buckd to .gitignore
Dave Borowitz
2016-04-19
1
-1
/
+2
*
|
Fix RefsUnreadableInMemoryRepository
Matthias Sohn
2016-04-16
2
-1
/
+43
*
|
Fix Buck build broken by 4812fda.
Mike Edgar
2016-04-14
3
-1
/
+2
*
|
Make UploadPack observe exceptions reading refs
Mike Edgar
2016-04-14
6
-24
/
+150
*
|
Expose conflicting files in CheckoutConflictException
Ned Twigg
2016-04-11
2
-0
/
+15
*
|
Merge "Fix CommitCommand to be able to skip writing to RefLog"
Matthias Sohn
2016-04-11
2
-1
/
+37
|
\
\
|
*
|
Fix CommitCommand to be able to skip writing to RefLog
Christian Halstrick
2016-04-11
2
-1
/
+37
[next]