549 Commits (64715a189fe19e8a25bb8757591e3ef60f3f9aa8)

Author SHA1 Message Date
  Alex Jitianu 64715a189f FS: Don't use innocuous threads for CompletableFuture 4 years ago
  Matthias Sohn 8ada9048c5 Replace ExpectedException which was deprecated in junit 4.13 4 years ago
  Matthias Sohn 5c5f7c6b14 Update EDL 1.0 license headers to new short SPDX compliant format 4 years ago
  Matthias Sohn 02dc0ca688 Cleanup CommitAndLogCommandTest 4 years ago
  John Tipper 5bf226d50c CLI: Add support for excluding paths from Git log command 4 years ago
  Thomas Wolf 59f9d206c9 Make blame work correctly on merge conflicts 4 years ago
  Thomas Wolf 64f2407f19 WorkingTreeModifiedEvent: must be fired explicitly after merge 4 years ago
  Thomas Wolf 123634e2aa Close some Repository instances in tests 4 years ago
  Thomas Wolf 1b8da0dcfa Close ObjectInserters in tests 4 years ago
  Matthias Sohn bceac7bd03 Remove meaningless comment in CloneCommandTest 4 years ago
  Matthias Sohn 6216b0de8a Implement mirror option in CloneCommand 4 years ago
  Thomas Wolf 762f6212b4 Close RevWalks in tests 4 years ago
  Thomas Wolf 563ec9ecb6 Close TreeWalks in tests 4 years ago
  Thomas Wolf 5e0eca6943 Close SubmoduleWalks in tests 4 years ago
  Matthias Sohn cda3b2b492 Fire WorkingTreeModifiedEvent if cherry-pick failed with conflicts 4 years ago
  Nail Samatov b9d2926df4 Fix error occurring when SecurityManager is enabled 4 years ago
  Anton Khodos 5e44bfa3ad Fix ApplyCommand which doesn't work if patch adds empty file 5 years ago
  Matthias Sohn 41da8de001 Fix NPE in CommitOnlyTest#getHead 4 years ago
  Matthias Sohn f383206ace Cache user global and system-wide git configurations 4 years ago
  Matthias Sohn 95e8264cc8 Use Instant instead of milliseconds for filesystem timestamp handling 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
  Matthias Sohn 9387288a86 Fix non-deterministic hash of archives created by ArchiveCommand 5 years ago
  David Pursehouse 6d0168a414 Make inner classes static where possible 5 years ago
  Thomas Wolf 1cfcde4853 Handle missing "ours" stage in WorkingTreeIterator.hasCrLfInIndex() 5 years ago
  Thomas Wolf 8a2e221096 Make pull --rebase on an unborn branch do a checkout 5 years ago
  Thomas Wolf 10ab407fa6 DescribeCommand: use glob match instead of path match 5 years ago
  David Pursehouse 00f840dcd1 Consistently use "!isEmpty()" to detect non-empty list 5 years ago
  Sebastian Schuberth 237c76fddf DescribeCommand: Support the "always" option 5 years ago
  Carsten Hammer 84fc5c908d Convert to lambda or member reference 5 years ago
  Carsten Hammer 6a4c77e619 Use isEmpty() instead of size()==0 where possible 5 years ago
  Carsten Hammer e876a70ede Use StringBuilder instead of StringBuffer where possible. 5 years ago
  Sebastian Schuberth 40e74f8a1a DescribeCommandTest: Trivially fix formatting by removing a blank line 5 years ago
  Thomas Wolf 60cf85a4a3 Fix core.autocrlf for non-normalized index 5 years ago
  Thomas Wolf e7b4d108e1 Enable cloning only specific tags 5 years ago
  Thomas Wolf 447e107069 RenameBranchCommand: more consistent handling of short ref names 5 years ago
  Gunnar Wagenknecht c4420d2434 Allow to check for signing key 5 years ago
  David Pursehouse babdae6412 MergeCommandTest: Open TestRepository in try-with-resource 5 years ago
  David Pursehouse 1a2db96c79 Stop using deprecated methods of RemoteSetUrlCommand/RemoteRemoveCommand 5 years ago
  David Pursehouse 6df350ee0e CheckoutCommandTest: Add comment to document intentionally empty catch block 5 years ago
  Medha Bhargav Prabhala 137e91a465 Implement signing commits using BouncyCastle 5 years ago
  Gunnar Wagenknecht 2343c688b1 Allow CommitCommand to sign commits 5 years ago
  Christian Halstrick e406d500de Fix "jgit checkout -f" to overwrite dirty worktree files 6 years ago
  Thomas Wolf 4678f4b735 Fix IndexDiffs for git links 5 years ago
  Matthias Sohn df6263644b Fix DescribeCommand with multiple match options 5 years ago
  Thomas Wolf f974c9c790 Undo treating blobs with NULs as a single line 5 years ago
  Håvard Wall f9de917547 Fix git-describe tie-breakers 5 years ago
  Markus Keller 8420c729a0 Make PrePushHook properly terminate ref lines 5 years ago
  Ned Twigg d056a54384 CheckoutCommand: force flag now allows overwrite 5 years ago
  Thomas Wolf 569cf1856c Fix handling of core.eol=native and of crlf attribute 5 years ago