]> source.dussan.org Git - jgit.git/commit
Implemented the git add commandline command. 57/1857/2
authorSasa Zivkov <sasa.zivkov@sap.com>
Fri, 5 Nov 2010 14:18:00 +0000 (15:18 +0100)
committerSasa Zivkov <sasa.zivkov@sap.com>
Sun, 7 Nov 2010 20:30:56 +0000 (21:30 +0100)
commit1a7c918b66b86c4a629dda6bdbe58a580399b4cc
treeeb4b5a6d575dae0a1bd5d3810ff31732706bd3d8
parent009507ca2eafe1c6218ca3779348452495dcd3a3
Implemented the git add commandline command.

Implementation delegates all work to the AddCommand class and,
therefore, supports only those options currently supported by the
AddCommand which means: --update and the filepattern... arguments.

Change-Id: I4827d37e08b4c988c2458d9ba60a61b6ad414d10
Signed-off-by: Sasa Zivkov <sasa.zivkov@sap.com>
org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin
org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Add.java [new file with mode: 0644]