log.decorate=auto not documented

2014-08-27 Thread Peter Eisentraut
The log.decorate=auto value, which is mentioned in the release notes of Git 2.1, is not documented in either git-config.txt or git-log.txt. It should also be documented that "auto" corresponds to "short". -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to

[PATCH] pull: Apply -q and -v options to rebase mode as well

2013-03-14 Thread Peter Eisentraut
git pull passed -q and -v only to git merge, but they can be useful for git rebase as well, so pass them there, too. In particular, using -q shuts up the "Already up-to-date." message. Add test cases to prove it. Signed-off-by: Peter Eisentraut --- git-pull.sh |2 +

[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