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
*
DirCacheIteratorTest: Use newInCore instead of disk
Shawn O. Pearce
2010-12-22
1
-8
/
+8
*
Correct GIT_INDEX_FILE environment variable
Shawn O. Pearce
2010-12-22
2
-3
/
+3
*
Merge "FileBasedConfig: Use FileSnapshot for isOutdated()"
Chris Aniszczyk
2010-12-20
3
-12
/
+61
|
\
|
*
FileBasedConfig: Use FileSnapshot for isOutdated()
Shawn O. Pearce
2010-12-15
3
-12
/
+61
*
|
Fix CheckoutCommandTest
Mathias Kinzler
2010-12-20
1
-3
/
+4
*
|
Fix JDK 6 Usage of String.getBytes(Charset)
Mathias Kinzler
2010-12-20
1
-1
/
+2
*
|
Checkout: fix handling if name does not refer to a local branch
Mathias Kinzler
2010-12-20
2
-7
/
+31
*
|
clone: Use DirCacheCheckout
Shawn O. Pearce
2010-12-20
1
-9
/
+4
*
|
Merge "Extract pack directory last modified check code"
Chris Aniszczyk
2010-12-20
2
-61
/
+224
|
\
|
|
*
Extract pack directory last modified check code
Shawn O. Pearce
2010-12-15
2
-61
/
+224
*
|
Remove deprecated WriteTree from tests
Shawn O. Pearce
2010-12-20
2
-141
/
+168
*
|
Checkout: expose a CheckoutResult
Mathias Kinzler
2010-12-20
3
-14
/
+240
*
|
Fix wrong javadoc comment in Repository
Robin Rosenberg
2010-12-19
1
-1
/
+1
*
|
Merge "Move TransferConfig to transport package"
Robin Rosenberg
2010-12-18
2
-2
/
+2
|
\
\
|
*
|
Move TransferConfig to transport package
Shawn O. Pearce
2010-12-15
2
-2
/
+2
*
|
|
Qualify post 0.10 builds
Matthias Sohn
2010-12-17
30
-192
/
+192
*
|
|
Merge branch 'stable-0.10'
Matthias Sohn
2010-12-17
30
-192
/
+192
|
\
\
\
|
*
|
|
Qualify post 0.10.1 builds
stable-0.10
Matthias Sohn
2010-12-17
30
-192
/
+192
|
*
|
|
JGit 0.10.1
v0.10.1
Matthias Sohn
2010-12-17
30
-192
/
+192
|
|
/
/
*
|
|
DirCacheCheckout: fix getToBeDeleted()
Mathias Kinzler
2010-12-16
1
-1
/
+1
*
|
|
Merge "Do not rely on filemode differences in case of symbolic links"
Shawn Pearce
2010-12-15
2
-9
/
+34
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Do not rely on filemode differences in case of symbolic links
Philipp Thun
2010-12-14
2
-9
/
+34
*
|
|
Save StoredConfig after modifications
Shawn O. Pearce
2010-12-15
8
-20
/
+51
*
|
|
Reduce calls to Repository.getConfig
Shawn O. Pearce
2010-12-15
7
-24
/
+32
|
|
/
|
/
|
*
|
Support GIT_SSH=tortoiseplink
Shawn O. Pearce
2010-12-15
1
-1
/
+1
*
|
Correct plink -batch option
Shawn O. Pearce
2010-12-15
1
-1
/
+1
*
|
Remove remaining uses of FileWriter
Shawn O. Pearce
2010-12-13
2
-20
/
+6
*
|
Simplify NoteParser use of prefix.length()
Shawn O. Pearce
2010-12-13
1
-9
/
+9
*
|
Fix HTTP digest authentication
Shawn O. Pearce
2010-12-13
1
-16
/
+52
|
/
*
File utilities for creating directories
Matthias Sohn
2010-12-13
4
-5
/
+166
*
DiffFormatter: Use IndexDiffFilter to speed up working tree
Shawn O. Pearce
2010-12-10
1
-15
/
+27
*
Rebase: abort on unknown/unsupported command in git-rebase-todo
Mathias Kinzler
2010-12-10
2
-4
/
+20
*
Merge "IndexPack: Remove blob-streaming size threshold"
Shawn Pearce
2010-12-09
2
-9
/
+1
|
\
|
*
IndexPack: Remove blob-streaming size threshold
roberto
2010-12-09
2
-9
/
+1
*
|
Merge "Add option to skip deletion of non-existing files"
Chris Aniszczyk
2010-12-09
2
-0
/
+103
|
\
\
|
*
|
Add option to skip deletion of non-existing files
Matthias Sohn
2010-12-10
2
-0
/
+103
*
|
|
Merge "Add further unit tests for IndexDiffFilter"
Chris Aniszczyk
2010-12-09
1
-22
/
+519
|
\
\
\
|
*
|
|
Add further unit tests for IndexDiffFilter
Philipp Thun
2010-12-09
1
-22
/
+519
*
|
|
|
Merge "Simplify logic in StrategySimpleTwoWayInCore"
Chris Aniszczyk
2010-12-09
1
-7
/
+3
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Simplify logic in StrategySimpleTwoWayInCore
Shawn O. Pearce
2010-12-09
1
-7
/
+3
|
|
/
/
*
/
/
Rebase: fix wrong update if original HEAD after Merge+Skip
Mathias Kinzler
2010-12-09
2
-16
/
+66
|
/
/
*
|
Add a performance optimized variant of the ANY_DIFF filter
Christian Halstrick
2010-12-09
4
-3
/
+301
*
|
Implement rebase --continue and --skip
Mathias Kinzler
2010-12-09
5
-143
/
+728
*
|
JGit Build: use jetty 7.1.6
Jens Baumgart
2010-12-09
3
-19
/
+27
*
|
IndexDiff: Remove unnecessary changesExist flag
Shawn O. Pearce
2010-12-08
1
-8
/
+7
*
|
IndexDiff: Use isModified() when comparing index-worktree
Shawn O. Pearce
2010-12-08
2
-4
/
+6
*
|
IndexDiff: Clean up tree-index compare for staged files
Shawn O. Pearce
2010-12-08
1
-2
/
+3
*
|
IndexDiff: Fix getAssumeUnchanged()
Shawn O. Pearce
2010-12-08
1
-7
/
+12
*
|
IndexDiff: Correct Javadoc for getUntracked() method
Shawn O. Pearce
2010-12-08
1
-1
/
+1
*
|
IndexDiff: Remove always true not-subtree check
Shawn O. Pearce
2010-12-08
1
-7
/
+4
[next]