Re: [PATCH] forbid log --graph --no-walk

2015-03-14 Thread Kevin D
Subject is usually prefixed with the part that is changed, in this case log. For example: log: forbid log --graph --no-walk On Sat, Mar 14, 2015 at 11:31:59PM +0200, epilys wrote: > In git-log, --graph shows a graphical representation of a > continuous commit history, and --no-walk shows discre

[PATCH] forbid log --graph --no-walk

2015-03-14 Thread epilys
In git-log, --graph shows a graphical representation of a continuous commit history, and --no-walk shows discrete specified commits without continuity. This doesn't make sense, so we forbid the combined use of these flags. Signed-off-by: Manos Pitsidianakis --- builtin/log.c | 2 ++ t/t4202-log

[PATCH] forbid log --graph --no-walk

2015-03-14 Thread epilys
In git-log, --graph shows a graphical representation of a continuous commit history, and --no-walk shows discrete specified commits without continuity. This doesn't make sense, so we forbid the combined use of these flags. Signed-off-by: Manos Pitsidianakis --- builtin/log.c | 2 ++ t/t4202-log