511 Commits (6a4c77e619d79c885aa6f08f2a1d8d8c1a936bcb)

Author SHA1 Message Date
  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
  David Pursehouse a97e79d95d Explicitly specify charset when constructing PrintWriter 5 years ago
  David Pursehouse fa61fd6f61 Explicitly specify charset when constructing FileWriter 5 years ago
  David Pursehouse 2f1350c9ac Explicitly specify charset when calling getBytes 5 years ago
  David Pursehouse a7d3fa3064 Explicitly specify charset in constructor of String 5 years ago
  David Pursehouse ee40efcea4 Make inner classes static where possible 5 years ago
  Thomas Wolf 50deacdd57 Set TagOpt.AUTO_FOLLOW when not cloning all branches 5 years ago
  Thomas Wolf 54a502f6c6 Fix fetch refspecs when not cloning all branches 9 years ago
  René Scheibe d80a01e6a0 Extend ResetCommandTest 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 5 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