summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm
Commit message (Expand)AuthorAgeFilesLines
* Prepare post 2.2.0.201212191850-r buildsstable-2.2Matthias Sohn2012-12-213-3/+3
* JGit v2.2.0.201212191850-rv2.2.0.201212191850-rMatthias Sohn2012-12-203-3/+3
* Fix hidden field warningMatthias Sohn2012-12-121-3/+3
* Fix empty control block warningsMatthias Sohn2012-12-121-7/+8
* Cleanup unused import and Java 6 syntax in ArchiveRobin Rosenberg2012-12-121-5/+0
* archive: Add tar supportJonathan Nieder2012-12-043-2/+39
* archive: Add --format option that switches between formatsJonathan Nieder2012-12-044-19/+66
* archive: Record executable and symlink bitsJonathan Nieder2012-12-041-4/+10
* [RFC] archive: Switch to commons-compress as ZIP archiverJonathan Nieder2012-12-033-6/+13
* add: Fix bad metaVar reference in <filepattern> helpJonathan Nieder2012-11-282-1/+2
* Add a case statement for fast-forward mergeRobin Rosenberg2012-11-251-0/+1
* Have git-ls tree to accept path args like git-ls-treeKetan Padegaonkar2012-11-181-2/+14
* Add "jgit archive" tool that writes a tree as a ZIP fileJonathan Nieder2012-11-164-0/+110
* Add reflog command to JGit CLITomasz Zarna2012-11-163-0/+90
* Make an exception for the formatting rules (turn off) for some filesRobin Rosenberg2012-11-161-0/+1
* Harmonize the JDT settings within JGitRobin Rosenberg2012-11-164-10/+68
* Add missing @since tags to mark API added in 2.2Matthias Sohn2012-11-162-2/+11
* Add support for --no-ff while mergingTomasz Zarna2012-11-163-4/+61
* Add a test for org.eclipse.jgit.pgm.TagTomasz Zarna2012-11-153-2/+10
* Do not fail when checking out HEADTomasz Zarna2012-11-151-0/+2
* Prefix an abnormal CLI command termination with 'fatal:'Tomasz Zarna2012-11-152-2/+0
* Merge "Fix formatting in org.eclipse.jgit.pgm.CLIText"Matthias Sohn2012-11-141-6/+2
|\
| * Fix formatting in org.eclipse.jgit.pgm.CLITextTomasz Zarna2012-11-111-6/+2
* | diff, log -p: do not use outs before it is initializedJonathan Nieder2012-11-142-4/+16
|/
* Suppress resource warnings with Java 7Robin Rosenberg2012-10-251-0/+1
* Add --squash option to org.eclipse.jgit.pgm.MergeTomasz Zarna2012-10-073-1/+14
* Revert "The constructor CmdLineException(String) is deprecated"Shawn O. Pearce2012-09-266-36/+20
* Remove uses of TextBuiltin.out in favor of outwRobin Rosenberg2012-09-233-14/+18
* The constructor CmdLineException(String) is deprecatedTomasz Zarna2012-09-236-20/+36
* Suppress boxing warnings where we know they are okRobin Rosenberg2012-09-2211-26/+58
* Prepare 2.2.0 buildsMatthias Sohn2012-09-193-31/+31
* Add tests for output result of merging -- org.eclipse.jgit.pgm.MergeTomasz Zarna2012-09-173-1/+5
* Check for write errors in standard out and exit with errorRobin Rosenberg2012-09-1639-220/+263
* Added new Status CLI command 'jgit status'Robin Rosenberg2012-09-094-2/+213
* Output result of switching branch -- o.e.jgit.pgm.CheckoutTomasz Zarna2012-09-053-4/+50
* Fix NPE when notes are presentRobin Rosenberg2012-09-051-1/+1
* Garbage collector for FileRepositoriesChristian Halstrick2012-07-292-0/+59
* show: Implement command line show for any objectShawn O. Pearce2012-07-184-1/+322
* Typo in CLIText#unknownMergeStratey, should be #unknownMergeStrategyTomasz Zarna2012-07-143-3/+3
* Prepare 2.1.0 buildsMatthias Sohn2012-06-143-30/+30
* Prepare post v2.0.0.201206130900-r buildsMatthias Sohn2012-06-143-3/+3
* JGit v2.0.0.201206130900-rv2.0.0.201206130900-rMatthias Sohn2012-06-133-3/+3
* Add org.eclipse.jgit.pgm.feature to enable consumption via p2Matthias Sohn2012-06-122-0/+58
* Prepare next 2.0.0-SNAPSHOT buildsMatthias Sohn2012-06-062-2/+2
* JGit v2.0.0.201206060730-rc3v2.0.0.201206060730-rc3Matthias Sohn2012-06-062-2/+2
* Prepare next 2.0.0-SNAPSHOT buildsMatthias Sohn2012-05-312-2/+2
* JGit v2.0.0.201205301645-rc2v2.0.0.201205301645-rc2Matthias Sohn2012-05-302-2/+2
* Add config --list command to pgmTomasz Zarna2012-05-233-0/+123
* Add user friendly output from jgit commit commandMikael Karlsson2012-05-181-1/+6
* Add --all switch to org.eclipse.jgit.pgm.CommitTomasz Zarna2012-05-103-2/+11