510 Commits (6e4e34bb9e0620f00a820457705a0df60a1bd9c2)

Author SHA1 Message Date
  Jonathan Nieder 852963db3b Treat CloneCommand.setBranch(null) as setBranch("HEAD") 9 years ago
  Jonathan Nieder d2ade728a1 Treat CloneCommand.setRemote(null) as setRemote("origin") 9 years ago
  Jonathan Nieder 24ab79ccaf Document CloneCommand.setURI(null) 9 years ago
  Jonathan Nieder bbfd9b0e5f Handle null in ProgressMonitor setters 9 years ago
  Jonathan Nieder e70cf61eb6 Document CloneCommand.setDirectory(null) and setGitDir(null) more clearly 9 years ago
  Christian Halstrick 4531259613 Add new submodule layout to SubmoduleAddCommand 9 years ago
  Jonathan Nieder 8c3fe215b4 Allow setting detail message and cause when constructing most exceptions 9 years ago
  Christian Halstrick 6d09c486ed Fix CommitCommand.setOnly() 9 years ago
  Matthias Sohn efacad0fc8 Improve exception thrown when pull can't find advertised ref 9 years ago
  Jonathan Nieder a5778b6f41 archive: Drop unnecessary empty comments and 'final' qualifiers on locals 9 years ago
  Jonathan Nieder 1287cdaf33 Close 'out' consistently in ArchiveCommand.call 9 years ago
  Christian Halstrick 261b514ceb Better report too large pack-files from PushCommand 9 years ago
  Matthias Sohn 746cf09b33 Silence non-externalized string warnings in org.eclipse.jgit 9 years ago
  Matthias Sohn 2390531888 Externalize translatable texts in org.eclipse.jgit 9 years ago
  Andrey Loskutov 4d565f0b5f Guard agains null ReflogReader if named ref does not exist 9 years ago
  Matthias Sohn 0e73d39506 Use AutoClosable to close resources in bundle org.eclipse.jgit 9 years ago
  Matthias Sohn 0243da320e Fix typo in reflog message written by RebaseCommand.tryFastForward() 9 years ago
  Shawn Pearce 53e39094bf ObjectWalk: make setRetainBody(false) the default 9 years ago
  Matthias Sohn 41c4f9cb2a Fix error message to include cause if ResetCommand fails 9 years ago
  Matthias Sohn d726f0c1e0 Use try-with-resource to close resources in CommitCommand 9 years ago
  Matthias Sohn bb2ca576ff Externalize error message used in CheckoutCommand 9 years ago
  Matthias Sohn 7343c7a10f Use try-with-resource to close resources in CheckoutCommand 9 years ago
  Matthias Sohn f434f29fd9 Ensure that NameRevCommand.call() closes RevWalk 9 years ago
  Matthias Sohn b8658e486c Use try-with-resource to close resources in DiffCommand 9 years ago
  Matthias Sohn 5f8308bdb9 Replace call to deprecated RevWalk.release() in DescribeCommand 9 years ago
  Matthias Sohn 4bae608e84 Use try-with-resource to close resources in CloneCommand 9 years ago
  Matthias Sohn b53e2a99b3 Silence non-externalized string warnings in CherryPickResult 9 years ago
  Matthias Sohn 588965c6da Silence non-externalized string warning in CherryPickCommand 9 years ago
  Matthias Sohn 58c2c52219 Use try-with-resource to close resources in CherryPickCommand 9 years ago
  Matthias Sohn e03b6c5cf8 Use try-with-resource to close BlameGenerator 9 years ago
  Matthias Sohn 81c84c088f Use try-with-resources to close walks in ArchiveCommand 9 years ago
  Matthias Sohn 114dee6770 Silence warning for non-translatable String in AddNoteCommand 9 years ago
  Matthias Sohn 3206f37cc3 Use try-with-resources to fix warnings in AddNoteCommand 9 years ago
  Matthias Sohn e5b81e49e8 Use try-with-resources to fix warnings in AddCommand 9 years ago
  Laurent Delaigue a5c40a3862 Make RepositoryState.REBASING_MERGE reachable again. 9 years ago
  Dave Borowitz fd402f71a3 Git: Don't close underlying repo if it came from from a caller 9 years ago
  Markus Duft ede4b3d5a3 Fix compile error due to missing dependencies and since tags 9 years ago
  Christian Halstrick 0e3ddea1b0 Add "--long" option to JGit describe 9 years ago
  Laurent Delaigue efeb02bf2b Support for the commit-msg hook. 9 years ago
  Laurent Delaigue 26fd56f167 Refactored pre-commit hook to make it less invasive. 9 years ago
  David Ostrovsky c0c4c6f09a ArchiveCommand: Allow to pass options to underlying stream 9 years ago
  Matthias Sohn 27ae8bc655 Implement AutoClosable interface to support try-with-resources block 9 years ago
  Laurent Goubet 494e893c54 Support for the pre-commit hook 9 years ago
  Matthias Sohn 83d7ea1988 Document that repo returned by SubmoduleAddCommand needs to be closed 9 years ago
  Matthias Sohn 3623aa0c54 Document that Git instance returned by CloneCommand needs to be closed 9 years ago
  Matthias Sohn 1a729bec9c Ensure GitCommand's "callable" guard is thread-safe 9 years ago
  Christian Halstrick 53ff052998 Support the new repository layout for submodules 9 years ago
  Christian Halstrick 6e05d98cce Allow explicit configuration of git directory in CloneCommand 9 years ago
  Christian Halstrick 03e860a7b7 Allow explicit configuration of git directory in InitCommand 9 years ago
  Matthias Sohn a24a99a13d Prevent NPE if ref can't be resolved when executing ReflogCommand 9 years ago