422 次代码提交 (stable-4.8)

作者 SHA1 备注 提交日期
  Dave Borowitz 8223a7e646 Temporarily @Ignore flaky CommitCommandTest methods 7 年前
  Mickael Istria 5b84e25fa3 Support pull on detached HEAD 7 年前
  David Pursehouse 5f902f07cc PullCommand: Add support for recursing into submodules 7 年前
  David Pursehouse 2fe1a3abbe FetchCommand: Fix detection of submodule recursion mode 7 年前
  David Pursehouse 503d59044f FetchCommand: Add basic support for recursing into submodules 7 年前
  David Pursehouse 3b4448637f Enable and fix warnings about redundant specification of type arguments 7 年前
  David Pursehouse 7ac182f4e4 Enable and fix 'Should be tagged with @Override' warning 7 年前
  Naoki Takezoe 1448ec37f9 Set commit time to ZipArchiveEntry 7 年前
  David Pursehouse 51239129b3 FetchCommandTest: Don't declare specific exceptions in test methods 7 年前
  David Pursehouse 16dc88fe10 PushCommandTest: Remove unused variables to prevent errors in Eclipse 7 年前
  David Turner 46d35a8502 push: support per-ref force-with-lease 7 年前
  David Pursehouse a9a3af4af7 GitConstructionTest: Remove unnecessary calls to Repository.close() 7 年前
  Thomas Wolf 46af7192a2 Fix StashApplyCommand for stashes containing untracked changes. 7 年前
  David Pursehouse a45cfee7a3 Organize imports 7 年前
  David Pursehouse a5dde985a0 DiffCommandTest: Don't call toString on String instances 7 年前
  Christian Halstrick 83e43f7960 Fix CheckoutCommand to return updated files even on NONDELETED status 7 年前
  Christian Halstrick bcb5a431a5 Add built-in LFS smudge filter for local case 8 年前
  Christian Halstrick 45ee55d0d9 Add built-in LFS clean filter 8 年前
  Thomas Wolf aadbb158e1 Handle all values of branch.[name].rebase 7 年前
  Matthias Sohn 13f0db25f2 Enhance ResetCommand to allow disabling reflog update 8 年前
  Matthaus Owens e1ffab1cac Skip cleaning inner repositories by default in CleanCommand 7 年前
  Matthaus Owens 0ee89f01be Add testCleanDirsWithSubmodule test to CleanCommandTest 7 年前
  Christian Halstrick d7a8831785 Enhance test coverage when core.filemode is false 8 年前
  Christian Halstrick e7df61ef4d Fix TreeWalk to reset attributes cache for each entry 8 年前
  Hugo Arès f0a485d5a2 Add missing @Test annotations 8 年前
  Matthias Sohn 4c236ff4bb Replace use of deprecated method Repository.getRef() 8 年前
  Christian Halstrick ffa237e7db Fix computation of id in WorkingTreeIterator with autocrlf and smudging 8 年前
  Alcemir Santos ba0dfe1ae2 Added filter for merge and non-merges commits. 8 年前
  Christian Halstrick ad1548b49e Fix StashApply regarding handling of untracked files 8 年前
  Christian Halstrick 0afd62efa8 Make sure to overwrite files when "reset --hard" detects conflicts 8 年前
  Nadav Cohen e81592e076 Allow setting FileMode to executable when applying patches in ApplyCommand 8 年前
  Christian Halstrick 22d7ec2971 Fix calling of clean/smudge filters from Checkout,MergeCommands 8 年前
  Jon Schneider 80fa5f39f9 Fix ApplyCommand when result of patch is an empty file 8 年前
  Christian Halstrick 36a53d1a3c Fix CommitCommand to be able to skip writing to RefLog 8 年前
  Christian Halstrick 47dd98e362 Enable calling of smudge filters when checking out paths 8 年前
  Preben Ingvaldsen 403f04d8dd Implement DIR_NO_GITLINKS 8 年前
  Ivan Motsch b811e4399e Add EOL stream type detection to TreeWalk 8 年前
  XinTong Wang 770d36c8ba Fix apply patch which did not work with non-ascii characters 8 年前
  David Pursehouse 8deff4b969 HugeFileTest: Make Git a class member and open in try-with-resource 8 年前
  David Pursehouse 130cf0d61a GitConstructionTest: Open Git instance in try-with-resource 8 年前
  David Pursehouse 61bb701eeb MergeCommandTest: Use JUnit's assume to check preconditions 8 年前
  David Pursehouse 03987f980b MergeCommandTest: Open Git instances in try-with-resource 8 年前
  David Pursehouse ad9b326e3f PullCommandWithRebaseTest: Open RevWalk in try-with-resource 8 年前
  David Pursehouse f3c250bd08 PushCommandTest: Open Git instances in try-with-resource 8 年前
  David Pursehouse a176c6055a ResetCommandTest: Use Git member in testHardResetAfterSquashMerge 8 年前
  David Pursehouse 895510fc48 RevertCommandTest: Open Git in try-with-resource 8 年前
  David Pursehouse 6aa619ec5c StatusCommandTest: Open Git in try-with-resource 8 年前
  David Pursehouse d4ddb6fc2b ApplyCommandTest: Open Git in try-with-resource 8 年前
  David Pursehouse 92a8e0184c RebaseCommandTest: Open RevWalk in try-with-resource 8 年前
  David Pursehouse 7ccda5f63e PullCommandTest: Open RevWalk in try-with-resource 8 年前