Re: [PATCH] git-commit-tree(1): correct description of defaults

2013-01-10 Thread Junio C Hamano
Peter Eisentraut writes: > The old phrasing indicated that the EMAIL environment variable takes > precedence over the user.email configuration setting, but it is the > other way around. > > Signed-off-by: Peter Eisentraut > --- It could be argued that the observed behaviour is a bug, by the way

[PATCH] git-commit-tree(1): correct description of defaults

2013-01-10 Thread Peter Eisentraut
The old phrasing indicated that the EMAIL environment variable takes precedence over the user.email configuration setting, but it is the other way around. Signed-off-by: Peter Eisentraut --- Documentation/git-commit-tree.txt |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --gi