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
*
Add the Checkout command to the Git CLI
Chris Aniszczyk
2010-11-23
2
-0
/
+74
*
Add CheckoutCommand
Chris Aniszczyk
2010-11-22
5
-0
/
+410
*
Merge "Fix bug regarding handling of non-versioned files during merge"
Matthias Sohn
2010-11-22
2
-1
/
+51
|
\
|
*
Fix bug regarding handling of non-versioned files during merge
Christian Halstrick
2010-11-22
2
-1
/
+51
*
|
Update Rm in the JGit CLI
Chris Aniszczyk
2010-11-22
1
-38
/
+12
*
|
Add RmCommand to Git API
Chris Aniszczyk
2010-11-22
5
-0
/
+238
*
|
Initial implementation of a Rebase command
Mathias Kinzler
2010-11-22
6
-0
/
+1016
|
/
*
Move WorkingTreeIterator inherited state into an object
Shawn O. Pearce
2010-11-18
1
-37
/
+40
*
Name TreeFilter and MergeFilter implementations
Shawn O. Pearce
2010-11-18
2
-12
/
+24
*
Add core.filemode to CoreConfig
Chris Aniszczyk
2010-11-14
1
-0
/
+11
*
Fixed checkouts when HEAD is ignored
Christian Halstrick
2010-11-13
2
-7
/
+95
*
Merge "Add simple unit tests for Base64"
Chris Aniszczyk
2010-11-13
1
-0
/
+96
|
\
|
*
Add simple unit tests for Base64
Shawn O. Pearce
2010-11-12
1
-0
/
+96
*
|
Merge "Base64: Reformat to match JGit style"
Chris Aniszczyk
2010-11-13
1
-369
/
+270
|
\
|
|
*
Base64: Reformat to match JGit style
Shawn O. Pearce
2010-11-12
1
-369
/
+270
*
|
Merge "Base64: Strip out code JGit doesn't use"
Chris Aniszczyk
2010-11-13
1
-1094
/
+30
|
\
|
|
*
Base64: Strip out code JGit doesn't use
Shawn O. Pearce
2010-11-12
1
-1094
/
+30
*
|
Merge "Remove unnecessary note fanout when removing notes"
Chris Aniszczyk
2010-11-13
3
-0
/
+49
|
\
\
|
*
|
Remove unnecessary note fanout when removing notes
Shawn O. Pearce
2010-11-12
3
-0
/
+49
*
|
|
Merge "Split note leaf buckets at 256 elements"
Chris Aniszczyk
2010-11-13
4
-7
/
+99
|
\
|
|
|
*
|
Split note leaf buckets at 256 elements
Shawn O. Pearce
2010-11-12
4
-7
/
+99
*
|
|
Merge "Add internal API for note iteration"
Chris Aniszczyk
2010-11-13
3
-0
/
+85
|
\
|
|
|
*
|
Add internal API for note iteration
Shawn O. Pearce
2010-11-12
3
-0
/
+85
*
|
|
Merge "Allow writing a NoteMap back to the repository"
Chris Aniszczyk
2010-11-13
7
-2
/
+249
|
\
|
|
|
*
|
Allow writing a NoteMap back to the repository
Shawn O. Pearce
2010-11-12
7
-2
/
+249
*
|
|
Merge "Add in-memory updating support to NoteMap"
Chris Aniszczyk
2010-11-13
6
-0
/
+497
|
\
|
|
|
*
|
Add in-memory updating support to NoteMap
Shawn O. Pearce
2010-11-12
6
-0
/
+497
*
|
|
Merge "Remember non-note tree entries when reading"
Chris Aniszczyk
2010-11-13
3
-1
/
+116
|
\
|
|
|
*
|
Remember non-note tree entries when reading
Shawn O. Pearce
2010-11-11
3
-1
/
+116
*
|
|
Merge branch 'rename-detection'
Shawn O. Pearce
2010-11-12
4
-65
/
+141
|
\
\
\
|
*
|
|
RenameDetector: Only scan deletes if adds exist
Shawn O. Pearce
2010-11-12
1
-9
/
+8
|
*
|
|
SimilarityRenameDetector: Initialize sizes to 0
Shawn O. Pearce
2010-11-12
1
-9
/
+4
|
*
|
|
SimilarityRenameDetector: Avoid allocating source index
Shawn O. Pearce
2010-11-12
1
-8
/
+11
|
*
|
|
SimilarityRenameDetector: Only attempt to index large files once
Shawn O. Pearce
2010-11-12
1
-0
/
+10
|
*
|
|
SimilarityIndex: Don't overflow internal counter fields
Shawn O. Pearce
2010-11-12
1
-9
/
+20
|
*
|
|
SimilarityIndex: Accept files larger than 8 MB
Shawn O. Pearce
2010-11-12
4
-35
/
+93
|
*
|
|
SimilarityIndex: Correct comment explaining the logic
Shawn O. Pearce
2010-11-12
1
-2
/
+2
|
|
/
/
*
|
|
Merge branch 'fs-fsync'
Shawn O. Pearce
2010-11-12
5
-76
/
+173
|
\
\
\
|
*
|
|
Remove unnecessary flush calls from LockFile
Shawn O. Pearce
2010-11-12
1
-6
/
+0
|
*
|
|
Remove unnecessary region locking from LockFile
Shawn O. Pearce
2010-11-12
1
-31
/
+0
|
*
|
|
Support core.fsyncRefFiles option
Shawn O. Pearce
2010-11-12
4
-13
/
+82
|
*
|
|
Support core.fsyncObjectFiles option
Shawn O. Pearce
2010-11-12
2
-7
/
+89
|
*
|
|
Simplify LockFile write(ObjectId) case
Shawn O. Pearce
2010-11-09
1
-21
/
+4
*
|
|
|
Added one-tree constructor to DirCacheCheckout
Christian Halstrick
2010-11-13
1
-6
/
+46
|
|
_
|
/
|
/
|
|
*
|
|
Merge "Fix null ref exception in DirCacheCheckout"
Shawn Pearce
2010-11-12
1
-2
/
+3
|
\
\
\
|
*
|
|
Fix null ref exception in DirCacheCheckout
Lluis Sanchez
2010-11-10
1
-2
/
+3
|
|
/
/
*
|
/
Use capital L for long constants
Robin Rosenberg
2010-11-12
1
-8
/
+8
|
|
/
|
/
|
*
|
Lazy load note subtrees from fanout levels
Shawn O. Pearce
2010-11-11
6
-69
/
+557
*
|
Define NoteMap, a simple note tree reader
Shawn O. Pearce
2010-11-11
5
-0
/
+556
*
|
Merge "Add MutableObjectId setByte to modify a mutable id"
Chris Aniszczyk
2010-11-11
2
-0
/
+83
|
\
\
[next]