111 コミット (stable-5.0)

作成者 SHA1 メッセージ 日付
  David Pursehouse 1da2ff7242 Repository: Deprecate getTags method 6年前
  Han-Wen Nienhuys 6d370d837c Remove 'final' in parameter lists 6年前
  David Pursehouse ec84767c33 Use Constants.CHARACTER_ENCODING in tests 6年前
  Matthias Sohn e23b09ad6e Implement --force option in FetchCommand and CLI fetch command 6年前
  David Pursehouse f07b60239c Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8 6年前
  David Pursehouse 0b4e781f7c Use StandardCharsets.UTF_8 in tests 6年前
  David Pursehouse 594722530b ArchiveTest: Open auto-closeable resources in try-with-resource 6年前
  Matthias Sohn 2464fa440f Fix remaining javadoc errors raised by doclint 6年前
  David Pursehouse 0ea73f6282 ArchiveTest: Check result of BufferedInputStream#skip 6年前
  Ned Twigg f333c7496b Checkout now reports failures through exceptions. 8年前
  Ned Twigg c1fbef3cab Added API to TextBuiltin for piped usage. 8年前
  Matthias Sohn 3af57b52a3 Update args4j to 2.33 7年前
  Robin Stocker c02c9e8042 Fix compilation errors with args4j 2.0.23 and later 11年前
  David Pursehouse 4940ea14b7 Add missing newlines at ends of Java files 7年前
  Oliver Lockwood 43672700e7 Add --match option for `jgit describe` to CLI 7年前
  Yasuhiro Takagi a66e60a986 ArchiveCommand: Create prefix entry with commit time 7年前
  David Turner 6b1e3c58b1 Run auto GC in the background 7年前
  David Pursehouse 3b4448637f Enable and fix warnings about redundant specification of type arguments 7年前
  David Pursehouse 7ac182f4e4 Enable and fix 'Should be tagged with @Override' warning 7年前
  David Pursehouse a45cfee7a3 Organize imports 7年前
  Rüdiger Herrmann a5eccf4a4d Preserve backslashes within double quotes in CLIGitCommand::split() 8年前
  Ned Twigg e49025386e Checkout: Add the ability to checkout all paths. 8年前
  David Pursehouse 8f9e157cd5 ArchiveTest: Don't use string concatenation in loop 7年前
  Christian Halstrick 293e8beacc Fix JGit CLI to follow native git's interpretation of http_proxy... 7年前
  Ned Twigg b67df51203 CLI: implement option -d for deleting tags 8年前
  Ned Twigg 34673f0536 Added a clean command. 8年前
  Christian Halstrick 5fe44ed3ee Fix DirCacheCheckout to return CheckoutConflictException 8年前
  Hugo Arès f0a485d5a2 Add missing @Test annotations 8年前
  Rüdiger Herrmann 8ff08994a4 JGit CLI: allow to call git init with specific directory 8年前
  David Pursehouse 77887b49f9 ReflogTest: Open Git instances in try-with-resource 8年前
  David Pursehouse ef471b0861 RepoTest: Open Git in try-with-resources 8年前
  David Pursehouse 72c94465bc ConfigTest: Create Git instance in try-with-resource 8年前
  David Pursehouse 7f84e40f31 CheckoutTest: Create Git instances in try-with-resource 8年前
  David Pursehouse 9d721de69b BranchTest: Create Git instances in try-with-resource 8年前
  Andrey Loskutov 7780a4ee31 Make sure CLIGitCommand and Main produce (almost) same results 8年前
  Andrey Loskutov fb5056c2c5 branch command: print help if requested, even if arguments are wrong 8年前
  Andrey Loskutov 24468f09e3 Added CLIText.fatalError(String) API for tests 8年前
  Andrey Loskutov 63bb0bcd4a branch command: provide convenient and meaningful options help 8年前
  Andrey Loskutov d6deb190e6 Simplify pgm tests: allow varargs and trim output for toString() 8年前
  Andrey Loskutov 35db319e8a Fixed few locale dependent pgm tests 8年前
  Andrey Loskutov 02ade82b34 Make sure tests don't blindly continue if a command is "silently" failed 8年前
  Andrey Loskutov aabbc58341 Sort "eager" path-like options to the end of the help 8年前
  Andrey Loskutov 97b4c02cda reset command: provide convenient and meaningful options help 8年前
  Andrey Loskutov 0505657d6a commit command: allow to specify path(s) argument(s) 8年前
  Andrey Loskutov c1b31b3f3b repo command: properly name the required 'path' argument 8年前
  Andrey Loskutov 888f08b048 Un-ignored existing CLI tests which run just fine on Java 7+ 8年前
  Andrey Loskutov c59d86c0a7 Don't treat command termination due '-h' option as a fatal error 8年前
  Andrey Loskutov c7c2897527 Allow checkout paths without specifying branch name 8年前
  Kaloyan Raev e23521f0d9 Add remote command to JGit CLI 10年前
  Jonathan Nieder 5be4814e38 Repository: Introduce exactRef and findRef, deprecate getRef 9年前