487 Commits (f383206ace187ec92672b806e18a54e8d398a27d)

Author SHA1 Message Date
  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
  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
  Matthias Sohn df6263644b Fix DescribeCommand with multiple match options 5 years ago
  Håvard Wall f9de917547 Fix git-describe tie-breakers 5 years ago
  David Pursehouse 30c6c75421 Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 5 years ago
  René Scheibe 685f8c8dbe Simplify file creation in ResetCommandTest 5 years ago
  René Scheibe dbe01e8852 Cleanup existing tests 5 years ago
  Michael Keppler 2fc00af44e refactor: simplify collection.toArray() 5 years ago
  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
  Thomas Wolf a9b54b026d ResolveMerger: don't try needlessly to delete directories 6 years ago
  Dave Borowitz 8223a7e646 Temporarily @Ignore flaky CommitCommandTest methods 7 years ago
  Marcel Trautwein 5429d1a0cf Make JGit describe behaves same as c-git for lightweight tags 6 years ago
  Matthias Sohn 62460b42b7 Validate branch names on branch creation 6 years ago
  Thomas Wolf de21c58d03 Don't prune symbolic refs when fetch.prune = true 6 years ago
  David Pursehouse 1f6d43a652 Fix trivial usages of deprecated Repository#getAllRefs 6 years ago
  David Pursehouse f6c4a492d0 Repository: Deprecate #peel method 6 years ago
  David Pursehouse 1da2ff7242 Repository: Deprecate getTags method 6 years ago
  Han-Wen Nienhuys f3ec7cf3f0 Remove further unnecessary 'final' keywords 6 years ago
  Han-Wen Nienhuys 6d370d837c Remove 'final' in parameter lists 6 years ago
  Thomas Wolf 42e69409d7 Handle Gerrit Change-Ids for merge commits 6 years ago
  David Pursehouse 5c70be0085 Open auto-closeable resources in try-with-resource 6 years ago
  Matthias Sohn e23b09ad6e Implement --force option in FetchCommand and CLI fetch command 6 years ago
  David Pursehouse f07b60239c Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8 6 years ago
  David Pursehouse 9441508682 Fix misspelled class name: EmtpyCommitException -> EmptyCommitException 6 years ago
  Matthias Sohn 653b31a903 Remove deprecated ArchiveCommand#putEntry method 6 years ago
  David Pursehouse 0b4e781f7c Use StandardCharsets.UTF_8 in tests 6 years ago
  David Pursehouse 7b57ce5186 HugeFileTest: Open RandomAccessFile in try-with-resource 6 years ago
  David Pursehouse 6d437a58f1 DescribeCommandTest: Open FileWriter in try-with-resource 6 years ago
  David Pursehouse 06fbd7c5fa CommitCommandTest: Open Repository in try-with-resource 6 years ago
  David Pursehouse f8cd892b27 CommitAndLogCommandTest: Open PrintWriter in try-with-resource 6 years ago
  David Pursehouse 3fd6a3857b CloneCommandTest: Open Repository in try-with-resource 6 years ago
  David Pursehouse 8ab6f78d02 CleanCommandTest: Open Repository in try-with-resource 6 years ago
  David Pursehouse 3b250b371b AddCommandTest: Open PrintWriter in try-with-resource 6 years ago
  David Pursehouse 88151ed620 RebaseCommandTest: Open BufferedReader in try-with-resource 6 years ago
  David Pursehouse b498bc2a0e CheckoutCommandTest: Open FileInputStream in try-with-resource 6 years ago
  Markus Duft d3ed64bcd4 LFS: support merge/rebase/cherry-pick/diff/compare with LFS files 6 years ago
  David Pursehouse 8212924ede PullCommandWithRebaseTest: Open File{Input|Output}Stream in try-with-resource 6 years ago
  David Pursehouse 4651d01e29 PullCommandTest: Use try-with-resources for File{Input,Output}Stream 6 years ago
  David Pursehouse eba04da7be CheckoutCommandTest: Fix name of created temp file 6 years ago
  David Pursehouse f527d4548f InitCommand: Don't leave Repository open after Git is closed 6 years ago
  Christian Halstrick 4d5231f001 Fix CleanCommand not to throw FileNotFoundExceptions 6 years ago
  David Turner be2a8ed63b Basic submodule merge handling 6 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