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
*
Allow client of Add command to set a WorkingTreeIterator
Stefan Lay
2010-07-22
1
-3
/
+17
*
Allow for filepattern "." in AddCommand
Stefan Lay
2010-07-22
1
-1
/
+5
*
Do not add ignored files in Add command
Stefan Lay
2010-07-22
1
-2
/
+6
*
Move ignore node handling into WorkingTreeIterator
Shawn O. Pearce
2010-07-21
7
-451
/
+220
*
Merge "Fix concurrent read / write issue in GitIndex on Windows"
Shawn Pearce
2010-07-21
5
-4
/
+48
|
\
|
*
Fix concurrent read / write issue in GitIndex on Windows
Jens Baumgart
2010-07-21
5
-4
/
+48
*
|
Check for racy git in WorkingTreeIterator
Christian Halstrick
2010-07-20
1
-11
/
+55
*
|
Smudge racily clean index entries by truncating length (like git.git)
Christian Halstrick
2010-07-20
2
-18
/
+30
*
|
Use proper constants for .gitignore and .git directory
Shawn O. Pearce
2010-07-20
1
-3
/
+3
*
|
Remove gitIgnoreTimestamp from abstract iterator API
Shawn O. Pearce
2010-07-20
3
-61
/
+11
*
|
Fix NPE in RenameDetector
Shawn O. Pearce
2010-07-20
1
-1
/
+3
*
|
IndexPack: Fix spurious pack file corruption errors
Shawn O. Pearce
2010-07-20
1
-3
/
+3
|
/
*
Merge branch 'js/rename'
Shawn O. Pearce
2010-07-16
20
-223
/
+2303
|
\
|
*
Implemented file path based tie breaking to exact rename detection
Jeff Schumacher
2010-07-16
3
-47
/
+199
|
*
Added very small optimization to exact rename detection
Jeff Schumacher
2010-07-12
1
-1
/
+3
|
*
Fixed Misleading Javadoc
Jeff Schumacher
2010-07-12
1
-1
/
+3
|
*
Added file path similarity to scoring metric in rename detection
Jeff Schumacher
2010-07-12
2
-4
/
+58
|
*
Fixed potential div by zero bug
Jeff Schumacher
2010-07-12
1
-0
/
+2
|
*
Added file size based rename detection optimization
Jeff Schumacher
2010-07-12
1
-0
/
+32
|
*
Create FileHeader from DiffEntry
Jeff Schumacher
2010-07-08
5
-97
/
+210
|
*
log: Implement --follow
Shawn O. Pearce
2010-07-03
3
-2
/
+171
|
*
Cache the diff configuration section
Shawn O. Pearce
2010-07-03
2
-3
/
+70
|
*
log: Add whitespace ignore options
Shawn O. Pearce
2010-07-03
8
-28
/
+90
|
*
Format submodule links during differences
Shawn O. Pearce
2010-07-03
1
-8
/
+20
|
*
Redo DiffFormatter API to be easier to use
Shawn O. Pearce
2010-07-03
3
-86
/
+131
|
*
log, diff: Add rename detection support
Shawn O. Pearce
2010-07-03
1
-0
/
+160
|
*
Implement similarity based rename detection
Shawn O. Pearce
2010-07-03
7
-134
/
+1014
|
*
Added a preliminary version of rename detection
Jeff Schumacher
2010-07-01
4
-0
/
+275
|
*
Refactored code out of FileHeader to facilitate rename detection
Jeff Schumacher
2010-06-30
2
-123
/
+176
*
|
Fix infinite loop in IndexPack
Shawn O. Pearce
2010-07-16
3
-146
/
+104
*
|
Added dirty-detection to WorkingTreeIterator
Christian Halstrick
2010-07-16
1
-0
/
+70
*
|
Merge "Handle the tilde notation (~user) of git url"
Shawn Pearce
2010-07-15
1
-0
/
+3
|
\
\
|
*
|
Handle the tilde notation (~user) of git url
Robin Rosenberg
2010-07-15
1
-0
/
+3
*
|
|
Git Porcelain API: Add Command
Stefan Lay
2010-07-14
5
-1
/
+245
|
/
/
*
|
Merge changes I104cd62f,I1d0238b4
Shawn Pearce
2010-07-13
3
-11
/
+30
|
\
\
|
*
|
Internationalize RepositoryState descriptions
Robin Rosenberg
2010-07-10
3
-9
/
+28
|
*
|
Say that commit is allowed during bisect
Robin Rosenberg
2010-07-10
1
-2
/
+2
*
|
|
Add compatibility with gitignore specifications
Charley Wang
2010-07-13
7
-3
/
+839
|
/
/
*
|
Add support for updateNeeded flag in DirCacheEntry
Matthias Sohn
2010-07-09
1
-0
/
+22
*
|
Fix javadoc typos in JGit API
Stefan Lay
2010-07-08
3
-7
/
+7
*
|
Deprecate all of the older Tree related code
Shawn O. Pearce
2010-07-07
20
-6
/
+151
*
|
Fix comparison of nanoseconds
Stefan Lay
2010-07-06
1
-1
/
+1
|
/
*
Fix missing flush in StreamCopyThread
Dmitry Neverov
2010-06-30
1
-14
/
+12
*
Added check for binary files while diffing
Jeff Schumacher
2010-06-29
1
-0
/
+21
*
Merge changes Ie56301aa,Ic2f79e85
Shawn Pearce
2010-06-28
5
-0
/
+566
|
\
|
*
Added further support for whitespace ignoring during diff
Jeff Schumacher
2010-06-28
3
-0
/
+330
|
*
Added support for whitespace ignoring
Jeff Schumacher
2010-06-28
2
-0
/
+236
*
|
UploadPack: Avoid unnecessary flush in smart HTTP
Shawn O. Pearce
2010-06-23
1
-1
/
+1
*
|
Add MutableObjectId.copyFrom(AnyObjectId)
Shawn O. Pearce
2010-06-23
2
-10
/
+16
*
|
Expose AnyObjectId compareTo(byte[]) and compareTo(int[])
Shawn O. Pearce
2010-06-23
1
-2
/
+24
[next]