git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] pseudorefs
@ 2015-07-27 20:08 David Turner
  2015-07-27 20:08 ` [PATCH 1/5] refs: Introduce pseudoref and per-worktree ref concepts David Turner
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: David Turner @ 2015-07-27 20:08 UTC (permalink / raw)
  To: git, mhagger, sunshine, philipoakley

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.

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-07-28 18:53 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-27 20:08 [PATCH v2 0/5] pseudorefs David Turner
2015-07-27 20:08 ` [PATCH 1/5] refs: Introduce pseudoref and per-worktree ref concepts David Turner
2015-07-28 17:13   ` Eric Sunshine
2015-07-27 20:08 ` [PATCH 2/5] notes: replace pseudorefs with real refs David Turner
2015-07-27 20:08 ` [PATCH 3/5] pseudorefs: create and use pseudoref update and delete functions David Turner
2015-07-28  0:49   ` David Turner
2015-07-27 20:08 ` [PATCH 4/5] rebase: use update_ref David Turner
2015-07-28 18:18   ` Junio C Hamano
2015-07-28 18:53     ` David Turner
2015-07-27 20:08 ` [PATCH 5/5] sequencer: replace write_cherry_pick_head with update_ref David Turner
2015-07-27 22:04 ` [PATCH v2 0/5] pseudorefs Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).