Files
git/Documentation
Peter Eriksen 497171e765 Documentation: --amend cannot be combined with -c/-C/-F.
We used to get the following confusing error message:

    $ git commit --amend -a -m foo
    Option -m cannot be combined with -c/-C/-F

This is because --amend cannot be combined with -c/-C/-F, which makes
sense, because they try to handle the same log message in different ways.
So update the documentation to reflect this.

Signed-off-by: Peter Eriksen <s022018@student.dtu.dk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
2007-01-24 15:32:52 -08:00
..
2007-01-20 19:10:26 -08:00
2006-12-13 09:41:18 -08:00
2007-01-17 12:03:50 -08:00
2007-01-14 21:12:14 -08:00
2006-06-07 11:49:35 -07:00
2007-01-17 10:43:50 -08:00
2006-07-09 02:42:41 -07:00
2007-01-11 12:58:10 -08:00
2007-01-21 21:29:57 -08:00
2006-11-18 14:04:45 -08:00
2006-06-24 01:11:19 -07:00