Re: Multi-branch committing in git, revisited - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Multi-branch committing in git, revisited
Date
Msg-id 24163.1285164093@sss.pgh.pa.us
Whole thread Raw
In response to Re: Multi-branch committing in git, revisited  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Multi-branch committing in git, revisited  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Bruce Momjian <bruce@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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #5661: The character encoding in logfile is confusing.
Next
From: Magnus Hagander
Date:
Subject: Git cvsserver serious issue