git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Weird merge records
@ 2023-04-28 15:34 Dan Stromberg
  2023-05-06 14:43 ` Thomas Guyot
  0 siblings, 1 reply; 8+ messages in thread
From: Dan Stromberg @ 2023-04-28 15:34 UTC (permalink / raw)
  To: git

Hi.

I'm in a development team that has one official repo, and each
developer has their own repo that is much the same as that official
repo - modulo how recently we synchronized them.

I'm getting _many_ Merge records that look like:
    Merge branch 'develop' of ghosthub.whatever.net:abcd-def/ghij-jk…

...and I don't know where they are coming from.

The merge records do not appear to show up in 'git log -v'. I only see
them in Ghosthub pull requests (Ghosthub being like Github, but
private).

I suspect the merge records may be coming from this small bit of shell
script I've been using to pull from the master repo into my personal
repo:
    git fetch upstream
    git checkout "$branch"
    git config pull.rebase false
    git pull upstream "$branch"
    git push origin "$branch"

Does that snippet look responsible? If yes, how might I change it to
stop creating all those merge records? If no, any guesses what else
might be causing it?

Thanks!

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

end of thread, other threads:[~2023-05-08 17:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-28 15:34 Weird merge records Dan Stromberg
2023-05-06 14:43 ` Thomas Guyot
2023-05-07 20:34   ` Felipe Contreras
2023-05-08 14:53     ` Dan Stromberg
2023-05-08 15:03       ` Felipe Contreras
2023-05-08 16:53         ` Dan Stromberg
2023-05-08 17:17           ` Felipe Contreras
2023-05-08 14:54   ` Dan Stromberg

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