[PATCH v2 0/5] pseudorefs

2015-07-27 Thread David Turner
This version of the pseudorefs patch series is much simpler.  Instead
of forbidding update_ref and delete_ref from updating pseudorefs,
these functions now just special-case pseudorefs.  So we can use
update_ref to write pseudorefs in a rebase and sequencer, and
we don't need to rewrite so much code.

In addition, I made typo fixes suggested by Eric Sunshine and Philip
Oakley.

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 0/5] pseudorefs

2015-07-27 Thread Junio C Hamano
David Turner  writes:

> This version of the pseudorefs patch series is much simpler.  Instead
> of forbidding update_ref and delete_ref from updating pseudorefs,
> these functions now just special-case pseudorefs.  So we can use
> update_ref to write pseudorefs in a rebase and sequencer, and
> we don't need to rewrite so much code.

The resulting update_ref/delete_ref look quite straight-forward,
too.  Thanks.

> In addition, I made typo fixes suggested by Eric Sunshine and Philip
> Oakley.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html