gitweb: Add git_add, git_rm and git_mv sub
commite1cbdd8f6cc8e070245047fab783271bf1b38387
authorPavan Kumar Sunkara <pavan.sss1991@gmail.com>
Thu, 15 Jul 2010 12:44:38 +0000 (15 18:14 +0530)
committerPavan Kumar Sunkara <pavan.sss1991@gmail.com>
Fri, 16 Jul 2010 06:15:48 +0000 (16 11:45 +0530)
tree71f564944a287dae5a5a07047cb1e6912f3a98f4
parent14f34236be4d3c501f7c945aaf7d3a5644d7f2da
gitweb: Add git_add, git_rm and git_mv sub

git_add is used to add files given by '$file_name' to INDEX

git_rm is used to remove files from git repository

git_mv is used to move 'source file' to 'dest file' which
are filled by a form. Filenames can be paths too.

Signed-off-by: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>
gitweb/gitweb.perl