Re: git merge FETCH_HEAD produced bad commit message

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Alex Riesen
Date: Friday, January 26, 2007 - 2:02 am

On 1/25/07, Michael S. Tsirkin <mst@mellanox.co.il> wrote:

Does it need to?
Is the below enough (could be line-wrapped):

git merge --no-commit FETCH_HEAD && \
git commit -M "Merge $(cut -d ' ' -f 2- < $(git rev-parse
--git-dir)/FETCH_HEAD) \
into $(git name-rev HEAD | cut -d ' ' -f 2-)"

In the long run you'll almost certainly find this commit message
useless, 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:
git merge FETCH_HEAD produced bad commit message, Michael S. Tsirkin, (Thu Jan 25, 7:52 am)
Re: git merge FETCH_HEAD produced bad commit message, Alex Riesen, (Fri Jan 26, 2:02 am)
Re: git merge FETCH_HEAD produced bad commit message, Michael S. Tsirkin, (Fri Jan 26, 7:24 am)
Re: git merge FETCH_HEAD produced bad commit message, Alex Riesen, (Fri Jan 26, 7:32 am)
Re: git merge FETCH_HEAD produced bad commit message, Michael S. Tsirkin, (Fri Jan 26, 7:42 am)