GitRepository.add_files: consistently update ALL tracked files
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 3 Sep 2013 13:09:11 +0000 (16:09 +0300)
committerJun Wang <junbill.wang@samsung.com>
Wed, 27 Jan 2016 09:42:32 +0000 (17:42 +0800)
commit7b115adbaab25259e1cf7cada53d6217fec85cff
treef88c219b6edf5cbdc7f834324ccdb37d5a817ade
parent6444092408be31fb07f99a8b6b00a949a60e7c4c
GitRepository.add_files: consistently update ALL tracked files

Use the --all option of git-add so that all tracked files are updated in
all conditions. Previously deletion of tracked files was not staged, for
example.

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