Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-03-04Break the dependency on RevObject when creating a newObjectToPack().Colby Ranger1-1/+1
2013-02-16Must use double single quotes around parametersRobin Rosenberg1-5/+5
2013-02-16Add the --branch flag to the jgit clone commandRobin Rosenberg3-2/+17
2013-02-13Prepare 2.4.0-SNAPSHOT buildsMatthias Sohn3-29/+29
2013-02-13Remove unused importsMatthias Sohn1-4/+0
2013-02-13Remove unused availableRefs local from Clone.guessHEADJonathan Nieder1-3/+0
2013-01-09Delete the iplog generatorMatthias Sohn7-237/+0
2013-01-07pgm: Attempt to detect a broken pipe and exit silentlyRobin Rosenberg1-0/+12
2012-12-27Declare essentially static methods as staticRobin Rosenberg6-8/+11
2012-12-27Mark non-externalizable strings as suchRobin Rosenberg31-146/+145
2012-12-22Add org.eclipse.jgit.pgm.Reset to commands catalogTomasz Zarna1-0/+1
2012-12-20Prepare 2.3.0 buildsMatthias Sohn3-31/+31
2012-12-20Prepare post 2.2.0.201212191850-r buildsstable-2.2Matthias Sohn3-3/+3
2012-12-19JGit v2.2.0.201212191850-rv2.2.0.201212191850-rMatthias Sohn3-3/+3
2012-12-12Fix hidden field warningMatthias Sohn1-3/+3
2012-12-12Fix empty control block warningsMatthias Sohn1-7/+8
2012-12-12Cleanup unused import and Java 6 syntax in ArchiveRobin Rosenberg1-5/+0
2012-12-04archive: Add tar supportJonathan Nieder3-2/+39
2012-12-04archive: Add --format option that switches between formatsJonathan Nieder4-19/+66
2012-12-04archive: Record executable and symlink bitsJonathan Nieder1-4/+10
2012-12-03[RFC] archive: Switch to commons-compress as ZIP archiverJonathan Nieder3-6/+13
2012-11-29add: Fix bad metaVar reference in <filepattern> helpJonathan Nieder2-1/+2
2012-11-25Add a case statement for fast-forward mergeRobin Rosenberg1-0/+1
2012-11-19Have git-ls tree to accept path args like git-ls-treeKetan Padegaonkar1-2/+14
2012-11-17Add "jgit archive" tool that writes a tree as a ZIP fileJonathan Nieder4-0/+110
2012-11-16Add reflog command to JGit CLITomasz Zarna3-0/+90
2012-11-16Make an exception for the formatting rules (turn off) for some filesRobin Rosenberg1-0/+1
2012-11-16Harmonize the JDT settings within JGitRobin Rosenberg4-10/+68
2012-11-16Add missing @since tags to mark API added in 2.2Matthias Sohn2-2/+11
2012-11-16Add support for --no-ff while mergingTomasz Zarna3-4/+61
2012-11-16Add a test for org.eclipse.jgit.pgm.TagTomasz Zarna3-2/+10
2012-11-16Do not fail when checking out HEADTomasz Zarna1-0/+2
2012-11-15Prefix an abnormal CLI command termination with 'fatal:'Tomasz Zarna2-2/+0
2012-11-14Merge "Fix formatting in org.eclipse.jgit.pgm.CLIText"Matthias Sohn1-6/+2
2012-11-14diff, log -p: do not use outs before it is initializedJonathan Nieder2-4/+16
2012-11-11Fix formatting in org.eclipse.jgit.pgm.CLITextTomasz Zarna1-6/+2
2012-10-25Suppress resource warnings with Java 7Robin Rosenberg1-0/+1
2012-10-07Add --squash option to org.eclipse.jgit.pgm.MergeTomasz Zarna3-1/+14
2012-09-26Revert "The constructor CmdLineException(String) is deprecated"Shawn O. Pearce6-36/+20
2012-09-23Remove uses of TextBuiltin.out in favor of outwRobin Rosenberg3-14/+18
2012-09-23The constructor CmdLineException(String) is deprecatedTomasz Zarna6-20/+36
2012-09-21Suppress boxing warnings where we know they are okRobin Rosenberg11-26/+58
2012-09-19Prepare 2.2.0 buildsMatthias Sohn3-31/+31
2012-09-17Add tests for output result of merging -- org.eclipse.jgit.pgm.MergeTomasz Zarna3-1/+5
2012-09-16Check for write errors in standard out and exit with errorRobin Rosenberg39-220/+263
2012-09-09Added new Status CLI command 'jgit status'Robin Rosenberg4-2/+213
2012-09-05Output result of switching branch -- o.e.jgit.pgm.CheckoutTomasz Zarna3-4/+50
2012-09-05Fix NPE when notes are presentRobin Rosenberg1-1/+1
2012-07-29Garbage collector for FileRepositoriesChristian Halstrick2-0/+59
2012-07-17show: Implement command line show for any objectShawn O. Pearce4-1/+322

Back to the top