248 Commits (526b6266a5afa1de67a1667230fc4ebea331dab5)

Author SHA1 Message Date
  Robin Rosenberg 526b6266a5 Remove some unnecessary dependencies on FileRepostory 11 years ago
  Robin Rosenberg 1bede91db2 Consider working tree changes when stashing newly added files 11 years ago
  Tomasz Zarna 5453585773 Add the no-commit option to MergeCommand 12 years ago
  Robin Rosenberg 65027d8bb4 Indicate initial commit on a branch in the reflog 11 years ago
  Arthur Baars 35be98fb8f LogCommand.all(): filter out refs that do not refer to commit objects 11 years ago
  Arthur Baars 2b9c440fd1 LogCommand.all(), peel references before using them 11 years ago
  Shawn Pearce f32b861243 JGit 3.0: move internal classes into an internal subpackage 11 years ago
  Robin Stocker 0e9f1cf57d Support aborting non-interactive rebase started from C Git 11 years ago
  Dave Borowitz bba74ba2e0 NameRevCommand: Don't use merge cost for first parent 11 years ago
  Dave Borowitz 8e2a24a3b6 NameRevCommand: Use ~ notation for first parents of merges 11 years ago
  Dave Borowitz d2a6c4b955 Allow adding single refs or all tags to NameRevCommand 11 years ago
  Dave Borowitz 30ba407a9a Add a NameRevCommand for describing IDs in terms of refnames 11 years ago
  Robin Rosenberg 3ad454497c Do not cherry-pick merge commits during rebase 11 years ago
  Roberto Tyley a46b042905 Fix corrupted CloneCommand bare-repo fetch-refspec (#402031) 11 years ago
  Robin Rosenberg 767be14f34 Move base test classes to the junit bundle for reuse for Java 7 tests 11 years ago
  Robin Rosenberg 878e78b307 Fix stash apply using merge logic 11 years ago
  Robin Rosenberg eb60932930 Fix Check for FF_ONLY merges again 11 years ago
  Robin Rosenberg 642ff2cd7d Check for FF_ONLY merges correctly 11 years ago
  Markus Duft 3d18f65af1 Fix patch application WRT windows line endings. 12 years ago
  Markus Duft baf7ca9cc0 Improve handling of checkout conflicts 12 years ago
  Robin Rosenberg 315f1cfa5c Update the revert command and things relating to revert 11 years ago
  Robin Rosenberg a57dd1c164 Declare essentially static methods as static 11 years ago
  Robin Stocker beb16cec26 Support --cached in RmCommand 11 years ago
  Dariusz Luksza 8eb4d92637 Add support for rebase interactive 'edit' command 11 years ago
  Dariusz Luksza 84fb2b59d1 Add support for rebase interactive 'reword' command 11 years ago
  Matthias Sohn 9051af3c4d Add GarbageCollectCommand to porcelain API 11 years ago
  Mikael Karlsson fa5231191d Add support for pull with --rebase and --no-rebase 12 years ago
  Markus Duft f64237d5ff Adapt Status and CleanCommand to support cleaning directories 12 years ago
  Robin Stocker cdaded26b0 CheckoutCommand: Support checking out ours and theirs 11 years ago
  Robin Stocker 0f88d7b72f CommitCommand: Ensure unmerged paths are added correctly with setOnly 11 years ago
  Tomasz Zarna 908d219dbd Add ReflogCommandTest#testAmendReflog 11 years ago
  Robin Stocker de2455af67 ResetCommand: Use DirCacheBuilder in resetIndex 11 years ago
  Robin Stocker 3f1d56d6b7 ResetCommand: Correctly reset unmerged paths in resetIndexForPaths 11 years ago
  Robin Rosenberg 81fa566295 Suppress resource warnings with Java 7 11 years ago
  Robin Stocker ad52ec5207 StashCreateCommand: Abort in case of unmerged paths 11 years ago
  Robin Stocker 79f33419ec CommitCommand: Use original author on amend if author is not set 11 years ago
  Robin Stocker c96b40d592 CommitCommand: Don't allow amending on initial commit 11 years ago
  Robin Rosenberg 046a497d77 Fix unstable test 11 years ago
  Robin Stocker ac805874f7 Refuse to checkout unmerged paths from index 11 years ago
  Robin Rosenberg d92287bcc2 Use assertEquals instead of == for literal primitives 11 years ago
  Robin Rosenberg a7b0641b96 Use assertTrue/False instead of equals with boolean literals 11 years ago
  Robin Rosenberg 476e1d2ff1 cleanup: Prefer assertEquals over assertTrue(....equals(...)) 11 years ago
  Robin Stocker 11533f5d1d Add tests for more coverage of CheckoutCommand 11 years ago
  Robin Stocker 51c20b27ac DirCacheCheckout: Fix handling of files not in index 12 years ago
  Robin Rosenberg c4bc9c709a The Git API's only likes /, not \ in paths 12 years ago
  Robin Rosenberg f72b26f2d3 Skip a test that cannot be verified on Windows 12 years ago
  Robin Stocker 5854ca091a Improve ours/theirs conflict markers for rebase, cherry-pick 12 years ago
  Robin Rosenberg 993fcac2d3 Allow JGit to read C Git rebase state 12 years ago
  Matthias Sohn e9c811d0d0 Allow detection of case insensitive file systems 12 years ago
  Jevgeni Zelenkov 803debd7be Ensure a directory exists before trying to create/merge a file into it. 12 years ago