Bruce Momjian <br...@momjian.us> writes: > There is no need for 'git add' because once you are done you can use git > commmit -a in each branch to add all modifications and commit them.
git commit -a is not a universal solution. In particular, the patch I was dealing with yesterday involved additions and removals of files, neither of which will be implemented by git commit -a. regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers