Re: Cleaning up git user-interface warts

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git@...>
Cc: Shawn Pearce <spearce@...>, Sean <seanlkml@...>, Carl Worth <cworth@...>, Linus Torvalds <torvalds@...>, Nicolas Pitre <nico@...>, Michael K. Edwards <medwards.linux@...>
Date: Thursday, November 16, 2006 - 3:51 am

* Shawn Pearce <spearce@spearce.org> [2006-11-15]:

Sounds good to me.

When I'm merging in my own projects, I currently always use merge
(possibly preceded by fetch) rather than pull.  Why?  Because I don't
want my history full of commit messages like

Merge branch "trial_hack" from "../scratch_dir_with_silly_name"

In contrast to Linus's case of wanting to record where the remote merge
came from, I expressly don't want to record that - I want the merge
commit to describe conceptually what was being merged with what.

OK, I could use probably use pull with --no-commit, but I've already
trained my fingers to type out the merge syntax.  They'd be happier with
'git merge -m "Merge feature foo with fixes for bar" bar" though.

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Cleaning up git user-interface warts, Shawn Pearce, (Wed Nov 15, 7:15 pm)
Re: Cleaning up git user-interface warts, Richard CURNOW, (Thu Nov 16, 3:51 am)
Re: Cleaning up git user-interface warts, Johannes Schindelin, (Thu Nov 16, 7:01 pm)