On Thu, Oct 7, 2010 at 21:36, ÅtÄpÃn NÄmec <stepnem@xxxxxxxxx> wrote: > Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx> writes: > >> Also mention, that --stdin and --index-info needs to be the last >> option supplied and indicate this in the usage string. >> >> Signed-off-by: Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx> >> --- >> ÂDocumentation/git-update-index.txt |  13 +++++++------ >> Âbuiltin/update-index.c       |  Â2 +- >> Â2 files changed, 8 insertions(+), 7 deletions(-) >> >> diff --git a/Documentation/git-update-index.txt >> b/Documentation/git-update-index.txt >> index 74d1d49..022c0fc 100644 Documentation/git-update-index.txt >> --- a/Documentation/git-update-index.txt >> +++ b/Documentation/git-update-index.txt >> @@ -18,10 +18,10 @@ SYNOPSIS >>      Â[--skip-worktree | --no-skip-worktree] >>      Â[--ignore-submodules] >>      Â[--really-refresh] [--unresolve] [--again | -g] >> -     Â[--info-only] [--index-info] >> -     Â[-z] [--stdin] >> +     Â[--info-only] >>      Â[--verbose] >> -     Â[--] [<file>]* >> +     Â[[-z] --stdin | --index-info] >> +     Â[--] [<file>] > > If you want to remove the asterisk after all, then please make it > `<file>...', not `[<file>]'. Sorry. That was only by accident. Updated patch will follow. Bert > > ÅtÄpÃn > -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html