index
:
jgit.git
master
master%private
next
servlet-4
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
stable-7.2
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
*
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
2
-1
/
+25
*
Do not add ignored files in Add command
Stefan Lay
2010-07-22
2
-2
/
+34
*
Move ignore node handling into WorkingTreeIterator
Shawn O. Pearce
2010-07-21
19
-860
/
+405
*
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
2
-1
/
+22
*
|
IndexPack: Fix spurious pack file corruption errors
Shawn O. Pearce
2010-07-20
1
-3
/
+3
|
/
*
Fully implement Logger interface
Jonathan Gossage
2010-07-17
1
-4
/
+44
*
Merge branch 'js/rename'
Shawn O. Pearce
2010-07-16
30
-307
/
+3341
|
\
|
*
Implemented file path based tie breaking to exact rename detection
Jeff Schumacher
2010-07-16
4
-47
/
+257
|
*
Added more test cases for RenameDetector
Jeff Schumacher
2010-07-12
1
-9
/
+108
|
*
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
4
-14
/
+68
|
*
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
6
-97
/
+396
|
*
log: Implement --follow
Shawn O. Pearce
2010-07-03
5
-13
/
+233
|
*
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
11
-58
/
+181
|
*
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
6
-97
/
+143
|
*
log, diff: Add rename detection support
Shawn O. Pearce
2010-07-03
5
-70
/
+300
|
*
Implement similarity based rename detection
Shawn O. Pearce
2010-07-03
11
-258
/
+1362
|
*
Added a preliminary version of rename detection
Jeff Schumacher
2010-07-01
5
-0
/
+479
|
*
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 "Remove an unused File reference in test code"
Shawn Pearce
2010-07-15
1
-1
/
+0
|
\
\
|
*
|
Remove an unused File reference in test code
Robin Rosenberg
2010-07-16
1
-1
/
+0
*
|
|
Merge "Handle the tilde notation (~user) of git url"
Shawn Pearce
2010-07-15
2
-0
/
+50
|
\
|
|
|
*
|
Handle the tilde notation (~user) of git url
Robin Rosenberg
2010-07-15
2
-0
/
+50
*
|
|
Git Porcelain API: Add Command
Stefan Lay
2010-07-14
6
-1
/
+572
|
/
/
*
|
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
*
|
|
Fix ReadTreeTest
Christian Halstrick
2010-07-13
1
-17
/
+5
*
|
|
Add compatibility with gitignore specifications
Charley Wang
2010-07-13
21
-3
/
+1616
|
/
/
*
|
Merge "Allow ReadTreeTest to test arbitrary Checkouts"
Christian Halstrick
2010-07-09
2
-117
/
+244
|
\
\
|
*
|
Allow ReadTreeTest to test arbitrary Checkouts
Christian Halstrick
2010-07-09
2
-117
/
+244
*
|
|
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
21
-7
/
+152
*
|
Fix comparison of nanoseconds
Stefan Lay
2010-07-06
1
-1
/
+1
*
|
Clean up LICENSE file
Shawn O. Pearce
2010-07-02
2
-41
/
+78
|
/
[next]