Re: [PATCH v7 7/8] update-ref and tag: add --create-reflog arg

2015-07-08 Thread David Turner
On Wed, 2015-07-08 at 15:44 +0200, Michael Haggerty wrote: > Should the "verify" command also create a reflog, at least if the > reference is not being verified to be missing? I don't see why it should. "verify" does not sound like a command that should change anything. -- To unsubscribe from th

Re: [PATCH v7 7/8] update-ref and tag: add --create-reflog arg

2015-07-08 Thread Michael Haggerty
Please see my email about v6 [*] for an argument for why, at the API level, the create-reflog functionality for new references needs to be implemented within the ref_transaction API. [*] http://article.gmane.org/gmane.comp.version-control.git/273682 On 07/08/2015 02:56 AM, David Turner wrote: > u

[PATCH v7 7/8] update-ref and tag: add --create-reflog arg

2015-07-07 Thread David Turner
Allow the creation of a ref (e.g. stash) with a reflog already in place. For most refs (e.g. those under refs/heads), this happens automatically, but for others, we need this option. Currently, git does this by pre-creating the reflog, but alternate ref backends might store reflogs somewhere other