Re: [PATCH] log doc: the argument to --encoding is not optional

2013-08-05 Thread Junio C Hamano
Jonathan Nieder jrnie...@gmail.com writes: $ git log --encoding fatal: Option '--encoding' requires a value $ git rev-list --encoding fatal: Option '--encoding' requires a value The argument to --encoding has always been mandatory. Unfortunately manpages like git-rev-list(1),

Re: [PATCH] log doc: the argument to --encoding is not optional

2013-08-05 Thread Junio C Hamano
Thanks. -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] log doc: the argument to --encoding is not optional

2013-08-02 Thread Jonathan Nieder
$ git log --encoding fatal: Option '--encoding' requires a value $ git rev-list --encoding fatal: Option '--encoding' requires a value The argument to --encoding has always been mandatory. Unfortunately manpages like git-rev-list(1), git-log(1), and git-show(1) have described the option's