98 Commits (stable-0.11)

Autor SHA1 Mensaje Fecha
  Stefan Lay 68064ed339 Fix NullPointer when pulling from a deleted local branch hace 13 años
  Mathias Kinzler c893b1f75f CreateBranchCommand: Wrong existence check hace 13 años
  Mathias Kinzler 724af77c65 PullCommand: use default remote instead of throwing Exception hace 13 años
  Jens Baumgart 29ed09a44f PushCommand: do not set a null credentials provider hace 13 años
  Chris Aniszczyk 4112884ede Add git-clone to the Git API hace 13 años
  Mathias Kinzler b15b9d5df2 Proper handling of rebase during pull hace 13 años
  Tomasz Zarna 9fbda22392 Add setCredentialsProvider to PullCommand hace 13 años
  Mathias Kinzler 14ca80bc90 Make PullCommand work with Rebase hace 13 años
  Mathias Kinzler e8a1328d05 RebaseCommand: detect and handle fast-forward properly hace 13 años
  Matthias Sohn 38eec8f4a2 [findbugs] Do not ignore exceptional return value of mkdir hace 13 años
  Mathias Kinzler a5b36ae1ea FetchCommand: allow to set "TagOpt" hace 13 años
  Mathias Kinzler 414e0cd329 Make setCredentialsProvider more convenient to use hace 13 años
  Christian Halstrick 85f69c286b MergeCommand should create missing branches hace 13 años
  Mathias Kinzler 920ac08777 Allow to set a CredentialsProvider on relevant API commands hace 13 años
  Robin Rosenberg e43887b69e Fix misc spelling errors in comments and method names hace 13 años
  Roberto Tyley 944fcdae66 Fix API ListBranchCommand for listmode 'all' hace 13 años
  Mathias Kinzler 7047d2fa8d CheckoutCommand: fix reflog message hace 13 años
  Robin Rosenberg 2058f9272b Do not cherry-pick or revert commit more than once hace 13 años
  Robin Rosenberg b3e59bd9d6 Implement a revert command hace 13 años
  Robin Rosenberg d9e07a574a Convert all JGit unit tests to JUnit 4 hace 13 años
  Matthias Sohn 65ccadeced [findbugs] Make CheckoutResult constants final hace 13 años
  Mathias Kinzler e272ca0f14 CheckoutResult: return paths instead of Files hace 13 años
  Mathias Kinzler 89a4dcf71f Checkout: fix handling if name does not refer to a local branch hace 13 años
  Mathias Kinzler 645d262de6 Checkout: expose a CheckoutResult hace 13 años
  Shawn O. Pearce 013cb8de38 Reduce calls to Repository.getConfig hace 13 años
  Mathias Kinzler 9b039b42e0 Rebase: abort on unknown/unsupported command in git-rebase-todo hace 13 años
  Mathias Kinzler 2a7cd0086b Rebase: fix wrong update if original HEAD after Merge+Skip hace 13 años
  Mathias Kinzler 6bca46e168 Implement rebase --continue and --skip hace 13 años
  Shawn O. Pearce a02be9725c Remove empty iterator from TreeWalk hace 13 años
  Matthias Sohn 45731756a5 [findbugs] Do not ignore exceptional return value hace 13 años
  Chris Aniszczyk db8cc4c84e Clean up Init API hace 13 años
  Mathias Kinzler ad96546ca0 Rebase Interoperability third part: handle stop upon conflict hace 13 años
  Chris Aniszczyk f7a566c1aa Add InitCommand hace 13 años
  Shawn O. Pearce cf52ef5531 Remove result id from CommitBuilder, TagBuilder hace 13 años
  Mathias Kinzler 59e62ba7e1 Rebase Interoperability second part: fix "pop steps" hace 13 años
  Mathias Kinzler 7aa1b85821 Rebase Interoperability first part: write "interactive" file hace 13 años
  Stefan Lay 9225b88ae6 Check assume unchanged flag in Add command hace 13 años
  Mathias Kinzler 12b6350435 RebaseCommand: trim line endings when reading files hace 13 años
  Christian Halstrick 7e298c9ed5 Add more tests for rebase and externalized missing Strings hace 13 años
  Chris Aniszczyk 923443f94f Add CheckoutCommand hace 13 años
  Chris Aniszczyk f7690cceef Add RmCommand to Git API hace 13 años
  Mathias Kinzler e5b96a7848 Initial implementation of a Rebase command hace 13 años
  Robin Stocker 6290ca3a63 Format merge commit messages like C Git hace 13 años
  Robin Stocker d36c80fd04 Remove unnecessary null check hace 13 años
  Robin Stocker 3b44b22609 Use entrySet() instead of keySet() hace 13 años
  Mathias Kinzler 7668a46282 PullCommand: support upstream configuration for local branches hace 13 años
  Christian Halstrick 9b4876cedf Add Cherry-Pick command hace 13 años
  Christian Halstrick fb1e500adc Rename method to ResolveMerger.setWorkingTreeIterator() hace 13 años
  Mathias Kinzler 5c135a5856 DeleteBranchCommand does not clean up upstream configuration hace 13 años
  Christian Halstrick 285d08d8b7 Fix NPE when calling CreateBranch without explict startpoint hace 13 años