98 次代码提交 (stable-0.11)

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