git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* suggestion for a simple addition: git update-ref --ff-only
@ 2013-03-01 23:18 David Madore
  2013-03-01 23:33 ` Junio C Hamano
  2013-03-02  1:10 ` Jeff King
  0 siblings, 2 replies; 3+ messages in thread
From: David Madore @ 2013-03-01 23:18 UTC (permalink / raw)
  To: git

Hi list,

I'd like to suggest a very simple, but IMHO quite useful, additional
option to git-update-ref: an option --ff-only which would cause the
command to refuse unless the current ref is an ancestor of the new
one.

The reason I think it would be useful: I occasionally wish to perform
a trivial (i.e., fast-forward) merge of some branch into another
(e.g., after a git-fetch) without checking it out.  Now git-update-ref
is perfect for that, but there is always the possibility of getting
something wrong (which one would not have with git merge --ff-only,
but the latter requires checking out the branch), and this option
would avoid tedious verifications.

Happy hacking,

-- 
     David A. Madore
   ( http://www.madore.org/~david/ )

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

end of thread, other threads:[~2013-03-02  1:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-01 23:18 suggestion for a simple addition: git update-ref --ff-only David Madore
2013-03-01 23:33 ` Junio C Hamano
2013-03-02  1:10 ` Jeff King

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).