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
path:
root
/
org.eclipse.jgit
/
src
/
org
/
eclipse
Commit message (
Expand
)
Author
Age
Files
Lines
*
UploadPack: support lazy fetches if no bitmap
Jonathan Tan
2019-06-25
1
-0
/
+42
*
Fix "reset -hard" bug that folders could not be deleted
René Scheibe
2019-06-19
1
-8
/
+0
*
Fix "reset -hard" bug that folders could not be created
René Scheibe
2019-06-19
1
-0
/
+3
*
[Java 11] Remove dependency on javax.xml.bind package
David Ostrovsky
2019-06-18
1
-4
/
+3
*
Walk tag chains for --include-tag options
Pavel Flaška
2019-06-16
1
-1
/
+16
*
Increase severity of OperatorPrecedence to ERROR, and fix instances
David Pursehouse
2019-06-12
7
-11
/
+12
*
Merge branch 'master' into stable-5.4
Matthias Sohn
2019-06-11
41
-141
/
+1533
|
\
|
*
Handle missing "ours" stage in WorkingTreeIterator.hasCrLfInIndex()
Thomas Wolf
2019-06-11
1
-10
/
+15
|
*
Config: Add helper method to check for empty value
David Pursehouse
2019-06-11
2
-5
/
+16
|
*
FS_Win32: Add missing parentheses on if-blocks
David Pursehouse
2019-06-11
1
-5
/
+10
|
*
Abbreviated{Long}ObjectId: Make operator precedence explicit
David Pursehouse
2019-06-11
1
-1
/
+1
|
*
GC: Update TODO comments
David Pursehouse
2019-06-11
1
-2
/
+2
|
*
FS_POSIX: Fix reference comparison of Boolean.FALSE
David Pursehouse
2019-06-11
1
-2
/
+2
|
*
Retry loading config when locked by another process
Michael Keppler
2019-06-10
2
-2
/
+20
|
*
Make pull --rebase on an unborn branch do a checkout
Thomas Wolf
2019-06-10
1
-0
/
+45
|
*
Warn if configured cookie file is missing
Matthias Sohn
2019-06-09
2
-0
/
+6
|
*
Handle escaped CR-LF in git config files
Thomas Wolf
2019-06-08
1
-3
/
+20
|
*
DescribeCommand: use glob match instead of path match
Thomas Wolf
2019-06-07
1
-6
/
+11
|
*
Fix off-by-one error in RebaseTodoFile when reading a todo file
Thomas Wolf
2019-06-07
1
-3
/
+9
|
*
Consistently use "!isEmpty()" to detect non-empty list
David Pursehouse
2019-06-07
4
-5
/
+5
|
*
TransportHttp: Check for non-empty list with "!isEmpty()" rather than "size()...
David Pursehouse
2019-06-07
1
-2
/
+2
|
*
TransportHttp: Fix comparison of size with ">= 0"
David Pursehouse
2019-06-07
1
-1
/
+1
|
*
Determine hard-linking and nlink support per FileStore
Thomas Wolf
2019-06-06
1
-9
/
+24
|
*
Support reading and writing cookies.
Konrad Windszus
2019-06-06
7
-1
/
+1007
|
*
Repository: Add getIdentifier() method to avoid instanceof operator
David Ostrovsky
2019-06-05
4
-15
/
+27
|
*
PacketLineIn: Deprecate the END constant
David Pursehouse
2019-06-03
1
-1
/
+9
|
*
PacketLineIn: Add an iterator over strings in the input stream
David Pursehouse
2019-06-03
3
-33
/
+91
|
*
Replace most usages of PacketLineIn.END with PacketLineIn.end()
David Pursehouse
2019-06-03
1
-0
/
+11
|
*
PacketLineIn: Deprecate DELIM constant
David Pursehouse
2019-06-03
1
-0
/
+14
|
*
Replace trivial reference comparison of PacketLineIn.{DELIM,END}
David Pursehouse
2019-06-02
7
-12
/
+12
|
*
PacketLineIn: Rename isDelim to isDelimiter
David Pursehouse
2019-06-02
1
-1
/
+1
|
*
Upgrade Bouncy Castle to 1.61
Brandon Weeks
2019-06-01
2
-12
/
+23
|
*
DescribeCommand: Support the "always" option
Sebastian Schuberth
2019-05-31
1
-2
/
+23
|
*
DescribeCommand: Consistenly omit the default value
Sebastian Schuberth
2019-05-31
1
-1
/
+1
|
*
PacketLineIn: Add helper methods to check for END and DELIM
David Pursehouse
2019-05-30
1
-0
/
+24
|
*
BitmapCalculator: javadoc fixes
Ivan Frade
2019-05-27
1
-1
/
+2
|
*
RevWalkUtils: add progress callback to findBranchesReachableFrom
Andrey Loskutov
2019-05-25
2
-1
/
+42
|
*
Merge branch 'stable-5.4'
David Pursehouse
2019-05-24
1
-1
/
+1
|
|
\
|
*
|
BitmapCalculator and its test: add missing license header
Matthias Sohn
2019-05-23
1
-0
/
+42
|
*
|
RevWalk: new method createReachabilityChecker()
Ivan Frade
2019-05-22
4
-11
/
+21
*
|
|
PackWriter: Make internal class static
David Pursehouse
2019-06-06
1
-1
/
+1
*
|
|
Merge branch 'stable-5.3' into stable-5.4
Matthias Sohn
2019-06-06
10
-65
/
+614
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Merge branch 'stable-5.2' into stable-5.3
Matthias Sohn
2019-06-05
10
-65
/
+614
|
|
\
\
|
|
*
\
Merge branch 'stable-5.1' into stable-5.2
Matthias Sohn
2019-06-05
10
-65
/
+614
|
|
|
\
\
|
|
|
*
|
Add debug trace to measure time needed to open pack index
Matthias Sohn
2019-06-04
1
-0
/
+13
|
|
|
*
|
Extend FileSnapshot for packfiles to also use checksum to detect changes
Matthias Sohn
2019-06-04
3
-22
/
+169
|
|
|
*
|
Wait opening new packfile until it can't be racy anymore
Matthias Sohn
2019-06-04
5
-6
/
+171
|
|
|
*
|
Avoid null PackConfig in GC
Matthias Sohn
2019-05-29
1
-6
/
+7
|
|
|
*
|
Capture reason for result of FileSnapshot#isModified
Matthias Sohn
2019-05-29
1
-15
/
+64
|
|
|
*
|
ObjectDirectory: fix closing of obsolete packs
Marc Strapetz
2019-05-27
1
-1
/
+2
[next]