diff options
author | Chris Aniszczyk <caniszczyk@gmail.com> | 2010-11-07 16:05:24 -0500 |
---|---|---|
committer | Code Review <codereview-daemon@eclipse.org> | 2010-11-07 16:05:24 -0500 |
commit | df037eb2305dcf69514f424721461163687bb7d8 (patch) | |
tree | faf7398a204da6066152422b55a977f7f92dd742 /org.eclipse.jgit.pgm/META-INF | |
parent | 0e815fe8c5bd7fb4de9d82b9d25d8ad9a9ec32c4 (diff) | |
parent | 1a7c918b66b86c4a629dda6bdbe58a580399b4cc (diff) | |
download | jgit-df037eb2305dcf69514f424721461163687bb7d8.tar.gz jgit-df037eb2305dcf69514f424721461163687bb7d8.zip |
Merge "Implemented the git add commandline command."
Diffstat (limited to 'org.eclipse.jgit.pgm/META-INF')
-rw-r--r-- | org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin b/org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin index d98ed113c6..f5d45f0d78 100644 --- a/org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin +++ b/org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin @@ -1,3 +1,4 @@ +org.eclipse.jgit.pgm.Add org.eclipse.jgit.pgm.AmazonS3Client org.eclipse.jgit.pgm.Branch org.eclipse.jgit.pgm.Clone |