73 次代码提交 (95b36b397b528f858ef1559da3c33c6cf3d7117b)

作者 SHA1 备注 提交日期
  Andrey Loskutov 95b36b397b Null-annotated Ref class and fixed related compiler errors 8 年前
  Andrey Loskutov 1020f40813 Null-annotated Repository class and fixed related compiler errors 8 年前
  Matthias Sohn d2faec27a7 Raise error if FileNotFoundException is caught for an existing file 8 年前
  Jonathan Nieder bbfd9b0e5f Handle null in ProgressMonitor setters 9 年前
  Matthias Sohn 2390531888 Externalize translatable texts in org.eclipse.jgit 9 年前
  Matthias Sohn 0e73d39506 Use AutoClosable to close resources in bundle org.eclipse.jgit 9 年前
  Matthias Sohn 0243da320e Fix typo in reflog message written by RebaseCommand.tryFastForward() 9 年前
  Laurent Delaigue a5c40a3862 Make RepositoryState.REBASING_MERGE reachable again. 9 年前
  Laurent Goubet 494e893c54 Support for the pre-commit hook 9 年前
  Christian Halstrick 6f0b92ff22 RebaseCommand should ignore submodule modifications 9 年前
  Robin Rosenberg 2f6372337c Rename local variables/parameters to remove warnings about hiding 10 年前
  Konrad Kügler e0fbae5dc3 Rebase: Add --preserve-merges support 10 年前
  Konrad Kügler 1350d27e90 Rebase: Write an empty "quiet" file to make C Git happy 10 年前
  Laurent Goubet 7424d58255 Allow callers to use different merging strategies 10 年前
  Stefan Lay e56d50a94b Interactive rebase: Fix order of commit messages on squash 10 年前
  Stefan Lay 6995069464 Fix missing NON-NLS tag in RebaseCommand 10 年前
  Robin Rosenberg 078a9f6066 Add symlink support to JGit 11 年前
  Stefan Lay 3db6e05e52 Fix fast forward rebase with rebase.autostash=true 10 年前
  Stefan Lay e90438c0e8 Fix aborting rebase with detached head 10 年前
  Stefan Lay f86a488e32 Implement rebase.autostash 10 年前
  Stefan Lay 591998c2d6 Do not allow non-ff-rebase if there are uncommitted changes 10 年前
  Stefan Lay ec0d78d093 Use static factory methods instead of overloaded constructors 10 年前
  Stefan Lay 8339a07e83 Fix FIXUP error for blank lines in interactive rebase 10 年前
  Matthias Sohn 7cae388118 Add missing @since tags 10 年前
  Stefan Lay 979e346711 Interactive Rebase: Do actions if there were conflicts 10 年前
  Stefan Lay 18069ffe8c Rebase interactive should finish if last step is edit 10 年前
  Stefan Lay cce2561e9f Add additional RebaseResult for editing commits 10 年前
  Tobias Pfeifer 765896febb Add Squash/Fixup support for rebase interactive in RebaseCommand 11 年前
  Tobias Pfeifer da9db6b20c Enable to prepare interactive rebase and then start it explicitly 11 年前
  Christian Halstrick c3873b584f Enhance reading of git-rebase-todo formatted files 11 年前
  Stefan Lay c6aba99668 Fix order of commits in rebase todo file header 10 年前
  Robin Rosenberg 99d981ce35 Update reflog like C Git during rebase (non-interactive) 11 年前
  Robin Rosenberg a2b33a8ac3 Add NON-NLS comments for some obviously untranslatable strings 11 年前
  Robin Rosenberg 60e01cff2f Update reflog like C Git during rebase (non-interactive) 11 年前
  Robin Stocker 44ea46dd40 Use RawParseUtils.prevLF in RebaseCommand 11 年前
  Robin Stocker 0e9f1cf57d Support aborting non-interactive rebase started from C Git 11 年前
  Robin Rosenberg 3ad454497c Do not cherry-pick merge commits during rebase 11 年前
  Markus Duft baf7ca9cc0 Improve handling of checkout conflicts 12 年前
  Robin Rosenberg c310fa0c80 Mark non-externalizable strings as such 11 年前
  Matthias Sohn 8d062dec0c [findBugs] Don't pass null for non-null parameter in RebaseCommand 11 年前
  Robin Rosenberg 257f3fe4a1 Commit message may not necessarily be in UTF-8 11 年前
  Dariusz Luksza 8eb4d92637 Add support for rebase interactive 'edit' command 11 年前
  Dariusz Luksza 84fb2b59d1 Add support for rebase interactive 'reword' command 11 年前
  Robin Rosenberg 0264c313ba Enable rebase to continue for all rebase stages 12 年前
  Robin Stocker 5854ca091a Improve ours/theirs conflict markers for rebase, cherry-pick 12 年前
  Robin Rosenberg 993fcac2d3 Allow JGit to read C Git rebase state 12 年前
  Matthias Sohn 3d98c3f0f3 Add toString() to simplify debugging rebase steps 12 年前
  Robin Stocker 14ff22fd74 Ignore empty lines when parsing git-rebase-todo 12 年前
  Robin Rosenberg b61d35e848 Further cleanup of exceptions in Git API 12 年前
  Kevin Sawicki 058c74d8ad Update ORIG_HEAD when resetting 12 年前