436 Commits (stable-4.10)

Author SHA1 Message Date
  Thomas Wolf ffd1ac5dde Fix fetching with duplicate ref updates 5 years ago
  Marc Strapetz 65a0cfc82a Fetch(Process): should tolerate duplicate refspecs 6 years ago
  Marc Strapetz 109c07ac8e FetchCommandTest: test add/update/delete fetch 6 years ago
  Dave Borowitz 8223a7e646 Temporarily @Ignore flaky CommitCommandTest methods 7 years ago
  Matthias Sohn 2464fa440f Fix remaining javadoc errors raised by doclint 6 years ago
  David Pursehouse 171f84a041 Use constants from StandardCharsets instead of hard-coded strings 6 years ago
  Dave Borowitz 2bbe15abd4 ReflogWriter: Align auto-creation defaults with C git 6 years ago
  Dave Borowitz bb09e09344 Add FetchCommand#setRefSpecs(String...) variant 6 years ago
  Matthias Sohn 7511bc886e Fix unthrown exception errors in CloneCommandTest 6 years ago
  Joan Goyeau 88e453995d Fix default directory set when setDirectory wasn't called. 6 years ago
  Thomas Wolf b13a285098 Send a detailed event on working tree modifications 7 years ago
  Thomas Wolf a489a8ae9a Ensure EOL stream type is DIRECT when -text attribute is present 6 years ago
  Christian Halstrick da0770fdec Fix committing empty commits 7 years ago
  David Pursehouse 4940ea14b7 Add missing newlines at ends of Java files 7 years ago
  Dave Borowitz e93b0026ce Temporarily @Ignore flaky CommitCommandTest methods 7 years ago
  David Turner 695e38a83b Add a test for parsing fsck config options and expose FsckMode enum 7 years ago
  Oliver Lockwood 060f3699d4 Fix bug in multiple tag handling on DescribeCommand 7 years ago
  Oliver Lockwood af0867cb86 Support --match functionality in DescribeCommand 7 years ago
  Mickael Istria 5b84e25fa3 Support pull on detached HEAD 7 years ago
  David Pursehouse 5f902f07cc PullCommand: Add support for recursing into submodules 7 years ago
  David Pursehouse 2fe1a3abbe FetchCommand: Fix detection of submodule recursion mode 7 years ago
  David Pursehouse 503d59044f FetchCommand: Add basic support for recursing into submodules 7 years ago
  David Pursehouse 3b4448637f Enable and fix warnings about redundant specification of type arguments 7 years ago
  David Pursehouse 7ac182f4e4 Enable and fix 'Should be tagged with @Override' warning 7 years ago
  Naoki Takezoe 1448ec37f9 Set commit time to ZipArchiveEntry 7 years ago
  David Pursehouse 51239129b3 FetchCommandTest: Don't declare specific exceptions in test methods 7 years ago
  David Pursehouse 16dc88fe10 PushCommandTest: Remove unused variables to prevent errors in Eclipse 7 years ago
  David Turner 46d35a8502 push: support per-ref force-with-lease 7 years ago
  David Pursehouse a9a3af4af7 GitConstructionTest: Remove unnecessary calls to Repository.close() 7 years ago
  Thomas Wolf 46af7192a2 Fix StashApplyCommand for stashes containing untracked changes. 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