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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Merge "Fix DiffFormatter NPEs for DiffEntry without content change" into stab...
Matthias Sohn
2013-05-16
2
-2
/
+36
|
|
\
|
|
*
Fix DiffFormatter NPEs for DiffEntry without content change
Robin Stocker
2013-05-15
2
-2
/
+36
|
*
|
Fix AnyObjectId's generic type declaration of Comparable
Roberto Tyley
2013-05-16
1
-5
/
+1
|
|
/
|
*
Fix CommitCommand not to destroy repo
Christian Halstrick
2013-05-11
2
-60
/
+98
|
*
Fix the parameters to an exception
Robin Rosenberg
2013-05-10
1
-20
/
+18
|
*
Prepare post 3.0.0 M7 builds
Matthias Sohn
2013-05-08
46
-58
/
+58
|
*
JGit v3.0.0.201305080800-m7
v3.0.0.201305080800-m7
Matthias Sohn
2013-05-08
46
-58
/
+58
*
|
Add tgz and txz archive formats
Jonathan Nieder
2013-05-28
5
-1
/
+141
*
|
Maintain list of archive formats in one place
Jonathan Nieder
2013-05-28
2
-8
/
+53
*
|
Release ArchiveCommand's ObjectReader in call()
Jonathan Nieder
2013-05-24
2
-35
/
+33
*
|
Move ArchiveCommand into standard porcelain API
Jonathan Nieder
2013-05-24
30
-36
/
+851
*
|
Remove dependency by ArchiveCommand on archive formats
Jonathan Nieder
2013-05-24
10
-6
/
+123
*
|
Drop dependency by ArchiveCommand.Format interface on commons-compress
Jonathan Nieder
2013-05-23
3
-18
/
+27
*
|
ArchiveCommand.Format: pass output stream as first argument to putEntry
Jonathan Nieder
2013-05-23
3
-9
/
+10
*
|
ArchiveCommand: make archive formats non-inner classes
Jonathan Nieder
2013-05-23
8
-83
/
+239
*
|
Remove unused import in UploadPack
Shawn Pearce
2013-05-23
1
-1
/
+0
*
|
Use NullOutputStream not DisabledOutputStream in UploadPack
Shawn Pearce
2013-05-23
1
-3
/
+5
*
|
Allow PreUploadHook.onSendPack to send messages to the client
Shawn Pearce
2013-05-22
1
-2
/
+30
*
|
Remove unused import in LocalDiskRepositoryTestCase
Tomasz Zarna
2013-05-13
1
-1
/
+0
*
|
Fix hardcoded use of target/trash in LocalDiskRepositoryTestCase
Shawn Pearce
2013-05-08
5
-75
/
+94
|
/
*
Add missing @since tags
Matthias Sohn
2013-05-06
5
-1
/
+12
*
Move org.eclipse.jgit.pgm's resource bundle to internal package
Matthias Sohn
2013-05-06
50
-35
/
+50
*
Merge "URIish: Allow multiple slashes in paths"
Shawn Pearce
2013-05-05
2
-4
/
+21
|
\
|
*
URIish: Allow multiple slashes in paths
Robin Stocker
2013-04-27
2
-4
/
+21
*
|
Remove unused repository field from RevWalk
Dave Borowitz
2013-05-05
2
-10
/
+2
*
|
Merge "Require a DiffConfig when creating a FollowFilter"
Shawn Pearce
2013-05-05
6
-28
/
+47
|
\
\
|
*
|
Require a DiffConfig when creating a FollowFilter
Dave Borowitz
2013-05-05
6
-28
/
+47
*
|
|
Add optional feature to install Java 7 support
Matthias Sohn
2013-05-04
15
-19
/
+481
*
|
|
Extend the FS class for Java7
Robin Rosenberg
2013-05-04
65
-61
/
+3024
*
|
|
Fix line endings
Matthias Sohn
2013-05-03
5
-335
/
+335
|
/
/
*
|
TagCommand should be able to create unannotated tags too
Robin Rosenberg
2013-05-03
4
-45
/
+95
*
|
Add test for RefUpdate delete without HEAD
Robin Stocker
2013-05-03
1
-1
/
+16
*
|
Merge "Fix warnings about assigning paramter in util.io"
Robin Rosenberg
2013-05-02
5
-40
/
+43
|
\
\
|
*
|
Fix warnings about assigning paramter in util.io
Robin Stocker
2013-05-01
5
-40
/
+43
*
|
|
Update tags on fetch if --tags or tag refspec specified
Robin Stocker
2013-05-01
2
-1
/
+26
*
|
|
Only fetch tags that do not exist locally with auto-follow
Robin Stocker
2013-05-01
2
-27
/
+94
|
/
/
*
|
ArchiveCommand: Add missing @since tag
Jonathan Nieder
2013-04-30
1
-0
/
+2
*
|
Abort before delete in FileUtils.delete EMPTY_DIRECTORIES_ONLY|RECURSIVE
Robin Stocker
2013-04-29
2
-2
/
+131
*
|
Merge "Cleanup imports and javadocs in ArchiveCommand"
Robin Rosenberg
2013-04-27
1
-3
/
+6
|
\
\
|
*
|
Cleanup imports and javadocs in ArchiveCommand
Robin Rosenberg
2013-04-27
1
-3
/
+6
*
|
|
Delete CLIText strings previously used in iplog generator
Jonathan Nieder
2013-04-27
2
-6
/
+0
*
|
|
Merge "Make the Reflog a public API again"
Robin Rosenberg
2013-04-27
24
-103
/
+273
|
\
\
\
|
*
|
|
Make the Reflog a public API again
Robin Rosenberg
2013-04-26
24
-103
/
+273
*
|
|
|
Merge "Remove unused logger from RecursiveMerger"
Robin Rosenberg
2013-04-27
1
-3
/
+0
|
\
\
\
\
|
*
|
|
|
Remove unused logger from RecursiveMerger
Jonathan Nieder
2013-04-26
1
-3
/
+0
*
|
|
|
|
Refer to getEntryPathLength in docs of getEntryPathBuffer
Robin Stocker
2013-04-27
1
-1
/
+8
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Allow deletions to occur when there is no HEAD
Alex Blewitt
2013-04-27
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
ArchiveCommand: Do not warn for unsupported file mode
Jonathan Nieder
2013-04-26
3
-13
/
+7
*
|
|
Add internal porcelain-style API for ArchiveCommand
Jonathan Nieder
2013-04-26
4
-124
/
+288
*
|
|
Merge "archive: Release resources before returning"
Shawn Pearce
2013-04-26
1
-18
/
+22
|
\
\
\
|
|
/
/
|
/
|
|
[prev]
[next]