177 Commits (stable-1.1)

Author SHA1 Message Date
  Robin Rosenberg a7d3c68015 Allow commit when submodule changes are present 12 years ago
  Robin Rosenberg b695f66487 Fix the names in the reflog for checkouts 12 years ago
  Tomasz Zarna c35c23db8d Use JGitText.refAlreadyExists instead of "ref exists" 12 years ago
  Kevin Sawicki b127fa19eb Unwind loop that iterates over fetch connection refs. 12 years ago
  Christian Halstrick 930875a81a Throw JGit exception when ResetCommand got wrong ref 13 years ago
  Denys Digtiar c580c56c4d Fix ClassCastException in MergeCommand 13 years ago
  Ketan Padegaonkar e38cf2078d Add ListTagCommand to JGit API 13 years ago
  Tomasz Zarna 5f787bfd62 Add DeleteTagCommand to JGit API 13 years ago
  Kevin Sawicki a7aaf88b2e Use HEAD as default ref for RefLogCommand. 13 years ago
  Tomasz Zarna 714a3ee151 Add DiffCommand to JGit API 13 years ago
  Robin Stocker 8db5b6a013 Add isSuccessful to MergeStatus, RebaseResult.Status and PullResult 13 years ago
  Kevin Sawicki 4ae9d47130 Correct comment on CloneCommand.setRemote method. 13 years ago
  Matthias Sohn 1067f82f56 Reuse ObjectReader for all objects touched during checkout 13 years ago
  Tomasz Zarna 6d293c7b06 Don't hard-code section names, use ConfigConstants instead 13 years ago
  Dariusz Luksza 1d1f572771 Add support for reseting on directories 13 years ago
  Sasa Zivkov 1d4a1fe772 Fixed creation of branch from a tag 13 years ago
  Adrian Goerler 172a9f0521 Cloning should fail when destination directory exists and is not empty 13 years ago
  Stefan Lay e2815f0121 Add lookup to remote config if the refSpec is not explicitly set 13 years ago
  Chris Aniszczyk 2cebb7dbc7 Add ReflogCommand 13 years ago
  Shawn O. Pearce a390456047 blame: Compute the origin of lines in a result file 13 years ago
  Christian Halstrick cc2197ed9c Fix CloneCommand not to fetch into remote tracking branches when bare 13 years ago
  Abhishek Bhatnagar b04be93344 CleanCommand: add the ability to do a dry run 13 years ago
  Abhishek Bhatnagar 7d380e9c5e Add CleanCommandTest and fix CleanCommand 13 years ago
  Abhishek Bhatnagar 08f0e1ffed Add CleanCommand to JGit API 13 years ago
  Bernard Leach cf846cfb0b Remove rebase temporary files on checkout failure 13 years ago
  Christoph Brill e170c314fb Add LsRemoteCommand to JGit API 13 years ago
  Bernard Leach 37fe0988b2 Add reset with paths support to ResetCommand 13 years ago
  Chris Aniszczyk 557ea857e3 Implement rebase ff for upstream branches with merge commits 13 years ago
  Piotr Janik 7449b9a297 Fix path filtering in LogCommand 13 years ago
  Piotr Janik 2e43e1e904 Add getConflicting() method in Status API 13 years ago
  Chris Aniszczyk c22eab4948 Add RebaseResult.FAST_FORWARD_RESULT 13 years ago
  Robin Stocker a31590ff63 RevertCommand: Add "." after reverted commit id 13 years ago
  Robin Rosenberg e2413ce2f6 Present reset in the reflog like C Git does nowadays 13 years ago
  Kevin Sawicki ec92f8f59e Add path support to checkout command. 13 years ago
  Chris Aniszczyk e109529d6f Add NotesCommand to the JGit API 13 years ago
  Robin Stocker 5dbef3fa51 Add "Conflicts" section to merge message on conflict 13 years ago
  Robin Stocker 6e10aa42e9 Add CHERRY_PICK_HEAD for cherry-pick conflicts 13 years ago
  Stefan Lay fbf35fea4e Add parameters for timeout and branches to clone 13 years ago
  Stefan Lay 792b93bc62 Try to checkout branch after cloning 13 years ago
  Matthias Sohn 7aec8247c1 [findbugs] Make mutable static field final 13 years ago
  Christian Halstrick 82372d36f8 Add open(File) and wrap(Repository) to Git 13 years ago
  Christian Halstrick 6935db4ec2 Let CloneCommand not checkout HEAD on bare repos 13 years ago
  Christian Halstrick eac2dc18f1 Allow InitCommand to run on existing git repos 13 years ago
  Philipp Thun 761b9285f0 Do not categorize merge failures as 'abnormal' 13 years ago
  Philipp Thun 0b5ad24915 Introduce FAILED result for RebaseCommand 13 years ago
  Christian Halstrick c160293d71 Add status command to GIT api 13 years ago
  Philipp Thun a21e508a31 Introduce CherryPickResult 13 years ago
  Robin Stocker 770c733687 PullCommand: Use short ref name in merge message 13 years ago
  Philipp Thun dcf7bd9a8f Improve MergeResult 13 years ago
  Chris Aniszczyk a443043080 Add path filtering to LogCommand 13 years ago