407 Commits (stable-4.6)

Author SHA1 Message Date
  Dave Borowitz 8223a7e646 Temporarily @Ignore flaky CommitCommandTest methods 7 years ago
  David Pursehouse a45cfee7a3 Organize imports 7 years ago
  David Pursehouse a5dde985a0 DiffCommandTest: Don't call toString on String instances 7 years ago
  Christian Halstrick 83e43f7960 Fix CheckoutCommand to return updated files even on NONDELETED status 7 years ago
  Christian Halstrick bcb5a431a5 Add built-in LFS smudge filter for local case 8 years ago
  Christian Halstrick 45ee55d0d9 Add built-in LFS clean filter 8 years ago
  Thomas Wolf aadbb158e1 Handle all values of branch.[name].rebase 7 years ago
  Matthias Sohn 13f0db25f2 Enhance ResetCommand to allow disabling reflog update 8 years ago
  Matthaus Owens e1ffab1cac Skip cleaning inner repositories by default in CleanCommand 7 years ago
  Matthaus Owens 0ee89f01be Add testCleanDirsWithSubmodule test to CleanCommandTest 7 years ago
  Christian Halstrick d7a8831785 Enhance test coverage when core.filemode is false 8 years ago
  Christian Halstrick e7df61ef4d Fix TreeWalk to reset attributes cache for each entry 8 years ago
  Hugo Arès f0a485d5a2 Add missing @Test annotations 8 years ago
  Matthias Sohn 4c236ff4bb Replace use of deprecated method Repository.getRef() 8 years ago
  Christian Halstrick ffa237e7db Fix computation of id in WorkingTreeIterator with autocrlf and smudging 8 years ago
  Alcemir Santos ba0dfe1ae2 Added filter for merge and non-merges commits. 8 years ago
  Christian Halstrick ad1548b49e Fix StashApply regarding handling of untracked files 8 years ago
  Christian Halstrick 0afd62efa8 Make sure to overwrite files when "reset --hard" detects conflicts 8 years ago
  Nadav Cohen e81592e076 Allow setting FileMode to executable when applying patches in ApplyCommand 8 years ago
  Christian Halstrick 22d7ec2971 Fix calling of clean/smudge filters from Checkout,MergeCommands 8 years ago
  Jon Schneider 80fa5f39f9 Fix ApplyCommand when result of patch is an empty file 8 years ago
  Christian Halstrick 36a53d1a3c Fix CommitCommand to be able to skip writing to RefLog 8 years ago
  Christian Halstrick 47dd98e362 Enable calling of smudge filters when checking out paths 8 years ago
  Preben Ingvaldsen 403f04d8dd Implement DIR_NO_GITLINKS 8 years ago
  Ivan Motsch b811e4399e Add EOL stream type detection to TreeWalk 8 years ago
  XinTong Wang 770d36c8ba Fix apply patch which did not work with non-ascii characters 8 years ago
  David Pursehouse 8deff4b969 HugeFileTest: Make Git a class member and open in try-with-resource 8 years ago
  David Pursehouse 130cf0d61a GitConstructionTest: Open Git instance in try-with-resource 8 years ago
  David Pursehouse 61bb701eeb MergeCommandTest: Use JUnit's assume to check preconditions 8 years ago
  David Pursehouse 03987f980b MergeCommandTest: Open Git instances in try-with-resource 8 years ago
  David Pursehouse ad9b326e3f PullCommandWithRebaseTest: Open RevWalk in try-with-resource 8 years ago
  David Pursehouse f3c250bd08 PushCommandTest: Open Git instances in try-with-resource 8 years ago
  David Pursehouse a176c6055a ResetCommandTest: Use Git member in testHardResetAfterSquashMerge 8 years ago
  David Pursehouse 895510fc48 RevertCommandTest: Open Git in try-with-resource 8 years ago
  David Pursehouse 6aa619ec5c StatusCommandTest: Open Git in try-with-resource 8 years ago
  David Pursehouse d4ddb6fc2b ApplyCommandTest: Open Git in try-with-resource 8 years ago
  David Pursehouse 92a8e0184c RebaseCommandTest: Open RevWalk in try-with-resource 8 years ago
  David Pursehouse 7ccda5f63e PullCommandTest: Open RevWalk in try-with-resource 8 years ago
  David Pursehouse e5cf4a89fd BlameGeneratorTest: Create Git instances in try-with-resource 8 years ago
  David Pursehouse 6b66240311 DiffCommandTest: Open Git and RevWalk in try-with-resource 8 years ago
  David Pursehouse ff90192a05 CommitCommandTest: Open Git and TreeWalk in try-with-resource 8 years ago
  David Pursehouse 625a21f5f4 CommitOnlyTest: Open RevWalk in try-with-resource 8 years ago
  David Pursehouse 776030f198 CherryPickCommandTest: Create Git instances in try-with-resource 8 years ago
  David Pursehouse ce1a3d7ef8 CommitAndLogCommandTest: Use assumeFalse to skip test on Windows 8 years ago
  David Pursehouse b1d188fbb7 CommitAndLogCommandTest: Create Git instances in try-with-resource 8 years ago
  David Pursehouse a8d99d9a4f AddCommandTest: Create Git instances in try-with-resource 8 years ago
  David Pursehouse a833fec219 ArchiveCommandTest: Create Git instances in try-with-resource 8 years ago
  Christian Halstrick 7182cb2a26 Fix ResetCommand to return the resulting ref 8 years ago
  Christian Halstrick da43d8d798 Add option to allow empty commits to CommitCommand 8 years ago
  David Pursehouse ebbd007639 TagCommandTest: Instantiate Git and RevWalk objects in try-with-resource 8 years ago