Re: [PATCH 5/8] reflog: rearrange the manpage

2015-02-12 Thread Junio C Hamano
Michael Haggerty writes: > On 02/11/2015 12:42 AM, Stefan Beller wrote: >> On Mon, Feb 9, 2015 at 1:12 AM, Michael Haggerty >> wrote: >>> ---all:: >>> - Instead of listing explicitly, prune all refs. >>> +--stale-fix:: >>> + This revamps the logic -- the definition of "broken commi

Re: [PATCH 5/8] reflog: rearrange the manpage

2015-02-12 Thread Michael Haggerty
On 02/11/2015 12:42 AM, Stefan Beller wrote: > On Mon, Feb 9, 2015 at 1:12 AM, Michael Haggerty wrote: >> ---all:: >> - Instead of listing explicitly, prune all refs. >> +--stale-fix:: >> + This revamps the logic -- the definition of "broken commit" >> + becomes: a commit that i

Re: [PATCH 5/8] reflog: rearrange the manpage

2015-02-10 Thread Stefan Beller
On Mon, Feb 9, 2015 at 1:12 AM, Michael Haggerty wrote: > ---all:: > - Instead of listing explicitly, prune all refs. > +--stale-fix:: > + This revamps the logic -- the definition of "broken commit" > + becomes: a commit that is not reachable from any of the refs and > + t

[PATCH 5/8] reflog: rearrange the manpage

2015-02-09 Thread Michael Haggerty
Rearrange the "git reflog" manpage to list more common operations earlier. Signed-off-by: Michael Haggerty --- Documentation/git-reflog.txt | 56 ++-- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/Documentation/git-reflog.txt b/Documentat