Package: devscripts
Version: 2.10.4

debcommit tries to search for debian/changelog diff in the cache.

        git-diff --cached

which means, files should be added to git cache

        git-add 



However, the actual commit command has the '-a' option which overrides
the behavior and will commit everything (including those that were not
git-add'ed)


        git-commit -a -m XXXX




I think two things need to be done.

1. Document that files need to be 'git-add'ed for considered for
   commit.

2. remove -a option from git-commit invocation.



regards,
        junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to