commit | 9225d7be0abab0c3b1325a733aea127b45a18625 | [log] [tgz] |
---|---|---|
author | Denis Cheng <crquan@gmail.com> | Sun Mar 02 17:05:52 2008 +0800 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Mar 05 12:06:09 2008 -0800 |
tree | fc716474a8004a05c67eabe8eba757a03b141750 | |
parent | 5348337a3406a28a2db35fdfba8cb766b0241949 [diff] |
specify explicit "--pretty=medium" with `git log/show/whatchanged` The following patch will introduce a new configuration variable, "format.pretty", from then on the pretty format without specifying "--pretty" might not be the default "--pretty=medium", it depends on the user's config. So all kinds of Shell/Perl/Emacs scripts that needs the default medium pretty format must specify it explicitly. Signed-off-by: Denis Cheng <crquan@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>