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
*
Add missing @since tags for new API methods
Matthias Sohn
2013-04-07
2
-0
/
+3
*
DfsReaderOptions are options for a DFS stored repository
Matthias Sohn
2013-04-06
1
-1
/
+1
*
Support cutting existing delta chains longer than the max depth
Shawn Pearce
2013-04-05
3
-7
/
+81
*
Micro-optimize reuseDeltaFor in PackWriter
Shawn Pearce
2013-04-05
1
-10
/
+6
*
Static import OBJ_* constants into PackWriter
Shawn Pearce
2013-04-05
1
-55
/
+57
*
Renumber internal ObjectToPack flags
Shawn Pearce
2013-04-04
1
-14
/
+4
*
Move wantWrite flag to be special offset 1
Shawn Pearce
2013-04-04
1
-6
/
+4
*
Don't delta compress garbage objects
Shawn Pearce
2013-04-04
2
-6
/
+11
*
Delete broken DFS read-ahead support
Shawn Pearce
2013-04-04
7
-544
/
+17
*
Optimize DFS object reuse selection code
Shawn Pearce
2013-04-04
5
-103
/
+66
*
Simplify size test in PackWriter
Shawn Pearce
2013-04-04
1
-8
/
+6
*
Declare critical exposed methods of ObjectToPack final
Shawn Pearce
2013-04-04
1
-11
/
+11
*
Declare internal flag accessors of ObjectToPack final
Shawn Pearce
2013-04-04
1
-22
/
+22
*
Remove unused method isDeltaAttempted()
Shawn Pearce
2013-04-04
1
-4
/
+0
*
Simplify setDoNotDelta() to always set the flag
Shawn Pearce
2013-04-04
2
-9
/
+6
*
Add the no-commit option to MergeCommand
Tomasz Zarna
2013-04-04
2
-8
/
+64
*
Merge "Fix PathFilterGroup not to throw StopWalkException too early"
Christian Halstrick
2013-04-04
1
-0
/
+13
|
\
|
*
Fix PathFilterGroup not to throw StopWalkException too early
Robin Rosenberg
2013-04-03
1
-0
/
+13
*
|
Merge "Indicate initial commit on a branch in the reflog"
Christian Halstrick
2013-04-04
1
-1
/
+2
|
\
|
|
*
Indicate initial commit on a branch in the reflog
Robin Rosenberg
2013-04-02
1
-1
/
+2
*
|
Speed up clone/fetch with large number of refs
Robin Rosenberg
2013-03-30
2
-17
/
+110
|
/
*
Merge "When renaming the lock file succeeds the lock isn't held anymore"
Robin Rosenberg
2013-03-28
1
-3
/
+8
|
\
|
*
When renaming the lock file succeeds the lock isn't held anymore
Matthias Sohn
2013-03-26
1
-3
/
+8
*
|
Fix CommitCommand amend mode to preserve parent order
Shawn Pearce
2013-03-28
1
-3
/
+2
*
|
Fixed parsing of URI with a IPv6-address
Andreas König
2013-03-27
1
-1
/
+1
*
|
Merge "File.renameTo behaves differently on Unix and Windows"
Matthias Sohn
2013-03-27
1
-10
/
+6
|
\
\
|
*
|
File.renameTo behaves differently on Unix and Windows
Robin Rosenberg
2013-03-26
1
-10
/
+6
*
|
|
Merge "Extend FileUtils.rename to common git semantics"
Matthias Sohn
2013-03-27
1
-1
/
+17
|
\
|
|
|
|
/
|
/
|
|
*
Extend FileUtils.rename to common git semantics
Robin Rosenberg
2013-03-26
1
-1
/
+17
*
|
Always add FileExt to DfsPackDescription
Shawn Pearce
2013-03-26
4
-0
/
+8
|
/
*
Grant access to jgit internals to junit and http.server bundles
Matthias Sohn
2013-03-22
1
-1
/
+2
*
Add missing @since tags
Matthias Sohn
2013-03-22
10
-4
/
+25
*
Fix @since tags in JGit, version 2.4 never existed
Tomasz Zarna
2013-03-21
18
-9
/
+41
*
Merge changes If98b0b97,I7c9c09b4
Shawn Pearce
2013-03-21
1
-2
/
+18
|
\
|
*
Add convenience factory method for most used builder pattern
Matthias Sohn
2013-03-20
1
-0
/
+15
|
*
Don't use internal type FileRepository in public API
Matthias Sohn
2013-03-20
1
-2
/
+3
*
|
Allow users to show server messages while pushing
André Dietisheim
2013-03-21
11
-27
/
+255
*
|
Don't verify host name when sslVerify is false
Matthias Sohn
2013-03-19
1
-0
/
+11
*
|
Fix formatting of PackConfig.toString() & GC.RepoStatistics.toString()
Edwin Kempin
2013-03-20
2
-13
/
+13
*
|
Allow to get repo statistics from GarbageCollectionCommand before gc
Edwin Kempin
2013-03-20
3
-0
/
+20
|
/
*
Merge "Fix GC for FileRepo in case packfile renames fail"
Matthias Sohn
2013-03-19
2
-3
/
+48
|
\
|
*
Fix GC for FileRepo in case packfile renames fail
Christian Halstrick
2013-03-19
2
-3
/
+48
*
|
Fix location of DfsText.properties
Shawn Pearce
2013-03-19
1
-0
/
+0
|
/
*
Make GC more robust against corrupt reflogs
Christian Halstrick
2013-03-19
1
-1
/
+3
*
JGit 3.0: move internal classes into an internal subpackage
Shawn Pearce
2013-03-18
150
-349
/
+352
*
Merge changes I2645d482,Ic81fefb1,Id64ab38d
Shawn Pearce
2013-03-18
13
-326
/
+22
|
\
|
*
Remove cached_packs support in favor of bitmaps
Shawn Pearce
2013-03-14
12
-299
/
+5
|
*
Remove objects before optimization from DfsGarbageCollector
Shawn Pearce
2013-03-14
1
-18
/
+7
|
*
Simplfy caching of DfsPackDescription from PackWriter.Statistics
Shawn Pearce
2013-03-14
3
-9
/
+10
*
|
Use RawParseUtils.prevLF in RebaseCommand
Robin Stocker
2013-03-16
1
-4
/
+2
[next]