202 Commits (f2d0b50e0a9aff4060f8e2caa6f5b662adf16f81)

Author SHA1 Message Date
  Colby Ranger be7a135e94 Break the dependency on RevObject when creating a newObjectToPack(). 11 years ago
  Robin Rosenberg 29546877b1 Add the --branch flag to the jgit clone command 11 years ago
  Robin Rosenberg 9ac9f13c15 Cleanup unused imports 11 years ago
  Matthias Sohn da59df358b Remove unused imports 11 years ago
  Jonathan Nieder cb349da017 Remove unused availableRefs local from Clone.guessHEAD 11 years ago
  Matthias Sohn 850e5bc24e Delete the iplog generator 11 years ago
  Robin Rosenberg 9e36b173a5 pgm: Attempt to detect a broken pipe and exit silently 11 years ago
  Robin Rosenberg a57dd1c164 Declare essentially static methods as static 11 years ago
  Robin Rosenberg c310fa0c80 Mark non-externalizable strings as such 11 years ago
  Matthias Sohn bf0dc41362 Fix hidden field warning 11 years ago
  Matthias Sohn 7b1d7ac90e Fix empty control block warnings 11 years ago
  Robin Rosenberg 138a2b06c8 Cleanup unused import and Java 6 syntax in Archive 11 years ago
  Jonathan Nieder 78009782cd archive: Add tar support 11 years ago
  Jonathan Nieder 345ab401ce archive: Add --format option that switches between formats 11 years ago
  Jonathan Nieder 7123cbf470 archive: Record executable and symlink bits 11 years ago
  Jonathan Nieder 1547eaf7c5 [RFC] archive: Switch to commons-compress as ZIP archiver 11 years ago
  Jonathan Nieder b46b27e389 add: Fix bad metaVar reference in <filepattern> help 11 years ago
  Robin Rosenberg 8b06c46e30 Add a case statement for fast-forward merge 11 years ago
  Ketan Padegaonkar 360be05fd4 Have git-ls tree to accept path args like git-ls-tree 12 years ago
  Jonathan Nieder 6a94f027b6 Add "jgit archive" tool that writes a tree as a ZIP file 11 years ago
  Tomasz Zarna fb33e80218 Add reflog command to JGit CLI 11 years ago
  Robin Rosenberg 20c829838a Make an exception for the formatting rules (turn off) for some files 11 years ago
  Matthias Sohn 05a7113002 Add missing @since tags to mark API added in 2.2 11 years ago
  Tomasz Zarna 318f3d4643 Add support for --no-ff while merging 11 years ago
  Tomasz Zarna cb0f0ad4cf Add a test for org.eclipse.jgit.pgm.Tag 11 years ago
  Tomasz Zarna 790126c145 Do not fail when checking out HEAD 11 years ago
  Tomasz Zarna 074f9194dc Prefix an abnormal CLI command termination with 'fatal:' 11 years ago
  Jonathan Nieder dfb8bd694c diff, log -p: do not use outs before it is initialized 11 years ago
  Tomasz Zarna 77d98b7ed5 Fix formatting in org.eclipse.jgit.pgm.CLIText 11 years ago
  Robin Rosenberg 81fa566295 Suppress resource warnings with Java 7 11 years ago
  Tomasz Zarna e8c25a1738 Add --squash option to org.eclipse.jgit.pgm.Merge 11 years ago
  Shawn O. Pearce 31261b5c2f Revert "The constructor CmdLineException(String) is deprecated" 11 years ago
  Robin Rosenberg 7de1154d21 Remove uses of TextBuiltin.out in favor of outw 11 years ago
  Tomasz Zarna 07f9936257 The constructor CmdLineException(String) is deprecated 12 years ago
  Robin Rosenberg c3f1fac03f Suppress boxing warnings where we know they are ok 11 years ago
  Tomasz Zarna f7b644df66 Add tests for output result of merging -- org.eclipse.jgit.pgm.Merge 11 years ago
  Robin Rosenberg caa362f20d Check for write errors in standard out and exit with error 11 years ago
  Robin Rosenberg 5f094154dd Added new Status CLI command 'jgit status' 11 years ago
  Tomasz Zarna e44c3e7139 Output result of switching branch -- o.e.jgit.pgm.Checkout 11 years ago
  Robin Rosenberg f590a4c667 Fix NPE when notes are present 11 years ago
  Christian Halstrick 4c3f017a77 Garbage collector for FileRepositories 12 years ago
  Shawn O. Pearce 189a01b617 show: Implement command line show for any object 13 years ago
  Tomasz Zarna 75b60afe41 Typo in CLIText#unknownMergeStratey, should be #unknownMergeStrategy 12 years ago
  Tomasz Zarna 23e0a3e734 Add config --list command to pgm 12 years ago
  Mikael Karlsson 15147a273f Add user friendly output from jgit commit command 12 years ago
  Tomasz Zarna 94285e691a Add --all switch to org.eclipse.jgit.pgm.Commit 12 years ago
  Robin Rosenberg fd53b454f2 Fix broken TagCommand API 12 years ago
  Robin Rosenberg 66e8cd4eec cleanup: Get rid of some unused-warnings 12 years ago
  Tomasz Zarna 8c60468ff4 Allow to amend commits with JGit CLI 12 years ago
  Tomasz Zarna 7017c697fa Allow to list tags with org.eclipse.jgit.pgm.Tag 12 years ago