4982 Commits (848d9f0d71e07b1f0a36df78e85c7663156f49b5)

Author SHA1 Message Date
Ivan Frade 848d9f0d71 TreeRevFilter: Refresh code to latest coding standards 5 years ago
Michael Keppler 3f41bd9d2f Fix typos in Javadoc 5 years ago
Thomas Wolf 758124fa9c Correct @since in RevWalk for the --first-parent methods 5 years ago
Masaya Suzuki 3091dc4348 Move ServiceMayNotContinueException handling code from sendPack 5 years ago
Masaya Suzuki f8267c9edb Move exception handling code to the caller 5 years ago
Masaya Suzuki ca360ea2b5 Do not ignore secondary failure 5 years ago
Dave Borowitz 4973f05252 RevWalk: Add a setFirstParent that mimics C git's --first-parent 5 years ago
Jonathan Tan cbccfed4b3 UploadPack: support lazy fetches if no bitmap 5 years ago
Michael Keppler 4b0c192f2d Fix bundle localization of Apache SSH bundle 5 years ago
René Scheibe 8f9697b4c1 Fix "reset -hard" bug that folders could not be deleted 5 years ago
René Scheibe b4edf9ec14 Fix "reset -hard" bug that folders could not be created 5 years ago
David Ostrovsky 7607465006 [Java 11] Remove dependency on javax.xml.bind package 5 years ago
Matthias Sohn 395e072a34 Delete unused API problem filters 5 years ago
Pavel Flaška e456fba8ac Walk tag chains for --include-tag options 5 years ago
Matthias Sohn 16fd3feefc Prepare 5.5.0-SNAPSHOT builds 5 years ago
Matthias Sohn f3b7c2beae Prepare 5.4.1-SNAPSHOT builds 5 years ago
Matthias Sohn 3dad0682be JGit v5.4.0.201906121030-r 5 years ago
Matthias Sohn 0e9361f066 JGit v5.4.0.201906120450-r 5 years ago
David Pursehouse 0f4554f126 Increase severity of OperatorPrecedence to ERROR, and fix instances 5 years ago
Thomas Wolf 1cfcde4853 Handle missing "ours" stage in WorkingTreeIterator.hasCrLfInIndex() 5 years ago
David Pursehouse fd8d779b5e Config: Add helper method to check for empty value 6 years ago
David Pursehouse 518dc86380 FS_Win32: Add missing parentheses on if-blocks 6 years ago
David Pursehouse 4e8a3df68f Abbreviated{Long}ObjectId: Make operator precedence explicit 6 years ago
David Pursehouse 9c97a586bf GC: Update TODO comments 6 years ago
David Pursehouse e5217400de FS_POSIX: Fix reference comparison of Boolean.FALSE 6 years ago
Michael Keppler e9abe09809 Retry loading config when locked by another process 6 years ago
Thomas Wolf 8a2e221096 Make pull --rebase on an unborn branch do a checkout 6 years ago
Matthias Sohn 786380bd5e Warn if configured cookie file is missing 6 years ago
Thomas Wolf f24ad3da66 Handle escaped CR-LF in git config files 6 years ago
Thomas Wolf 10ab407fa6 DescribeCommand: use glob match instead of path match 6 years ago
Thomas Wolf d2600693bd Fix off-by-one error in RebaseTodoFile when reading a todo file 6 years ago
David Pursehouse 00f840dcd1 Consistently use "!isEmpty()" to detect non-empty list 6 years ago
David Pursehouse b5a1b770a0 TransportHttp: Check for non-empty list with "!isEmpty()" rather than "size() > 0" 6 years ago
David Pursehouse 9dc1ddf324 TransportHttp: Fix comparison of size with ">= 0" 6 years ago
Thomas Wolf 1609ce7593 Determine hard-linking and nlink support per FileStore 6 years ago
Konrad Windszus d7bd2e700c Support reading and writing cookies. 6 years ago
David Pursehouse 84c315b2a0 PackWriter: Make internal class static 6 years ago
Matthias Sohn fcfe1299c3 Prepare 5.3.3-SNAPSHOT builds 6 years ago
David Ostrovsky 8cd07cb815 Repository: Add getIdentifier() method to avoid instanceof operator 6 years ago
Matthias Sohn d6c7c42a1b JGit v5.3.2.201906051522-r 6 years ago
Matthias Sohn 57ccca75e6 Prepare 5.1.9-SNAPSHOT builds 6 years ago
Matthias Sohn 2fe587fcfd JGit v5.1.8.201906050907-r 6 years ago
Matthias Sohn b5c594216b Add debug trace to measure time needed to open pack index 6 years ago
Matthias Sohn 9a7d3b053a Extend FileSnapshot for packfiles to also use checksum to detect changes 6 years ago
Matthias Sohn 8bf9c668ad Wait opening new packfile until it can't be racy anymore 6 years ago
David Pursehouse e8ed59a2ac PacketLineIn: Deprecate the END constant 6 years ago
David Pursehouse ee747827b0 PacketLineIn: Add an iterator over strings in the input stream 6 years ago
David Pursehouse e0133b9440 Replace most usages of PacketLineIn.END with PacketLineIn.end() 6 years ago
David Pursehouse e99aaa5f79 PacketLineIn: Deprecate DELIM constant 6 years ago
David Pursehouse 7377b8dd01 Replace trivial reference comparison of PacketLineIn.{DELIM,END} 6 years ago