GitRepository/add_files: add new option 'untracked'
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 6 Jul 2012 12:55:19 +0000 (15:55 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 5 Jun 2014 11:20:04 +0000 (14:20 +0300)
commitf000c937523a083c85df55736cb58c8da57b4d69
tree116b544a305e1978190e1896b91aba61181e565c
parent45e9e6771288f0021eadcf87ea08f0a9c4e19063
GitRepository/add_files: add new option 'untracked'

With this option you can either only update already tracked files to
index the (untracked=False) or add new files, too.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
gbp/git/repository.py
tests/test_GitRepository.py