Re: [PATCH v2 5/7] reflog: improve and update documentation

2015-03-03 Thread Michael Haggerty
On 03/02/2015 11:04 PM, Junio C Hamano wrote: Michael Haggerty mhag...@alum.mit.edu writes: +Reference logs, or reflogs, record when the tips of branches and +other references were updated in the local repository. Reflogs are +useful in various Git commands, to specify the old value of a

Re: [PATCH v2 5/7] reflog: improve and update documentation

2015-03-02 Thread Junio C Hamano
Michael Haggerty mhag...@alum.mit.edu writes: +Reference logs, or reflogs, record when the tips of branches and +other references were updated in the local repository. Reflogs are +useful in various Git commands, to specify the old value of a +reference. For example, `HEAD@{2}` means where

[PATCH v2 5/7] reflog: improve and update documentation

2015-03-02 Thread Michael Haggerty
Revamp the git reflog usage documentation in the manpage and the command help to match the current reality and improve its clarity: * Add documentation for some options that had been left out. * Group the subcommands and options more logically and move more common subcommands/options higher.