Re: [RFC PATCH 5/5] ref-filter: add docs for new options

2018-11-11 Thread Junio C Hamano
Olga Telezhnaya writes: > objectname:: > The object name (aka SHA-1). > For a non-ambiguous abbreviation of the object name append `:short`. > For an abbreviation of the object name with desired length append > `:short=`, where the minimum length is MINIMUM_ABBREV. The >

[RFC PATCH 5/5] ref-filter: add docs for new options

2018-11-08 Thread Olga Telezhnaya
Add documentation for formatting options objectsize:disk and deltabase. Signed-off-by: Olga Telezhnaia --- Documentation/git-for-each-ref.txt | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/Documentation/git-for-each-ref.txt b/Documentation/git-for-each