All of lore.kernel.org
 help / color / mirror / Atom feed
* Unnecessary fetch warning
@ 2006-12-18  8:16 Shawn Pearce
  2006-12-19  1:01 ` [PATCH] Move "no merge candidate" warning into git-pull Josef Weidendorfer
  0 siblings, 1 reply; 2+ messages in thread
From: Shawn Pearce @ 2006-12-18  8:16 UTC (permalink / raw)
  To: git

Current 'next':

  $ git fetch
  Warning: No merge candidate found because value of config option
           "branch.sp/username-reflog.merge" does not match any remote branch fetched.

uhhh.. i asked for a fetch, not a merge.

I have no branch.*.merge or branch.*.remote in my .git/config,
and I only use the remote.*.url/remote.*.fetch format for my
remote configs.

Commit 62b339a5 added the warning, and its intended for pull, but
it is tripping during fetch too.

What about removing this warning from fetch, letting it mark
everything as `not-for-merge` and let pull trigger the warning
instead?

-- 

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

end of thread, other threads:[~2006-12-19  1:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-18  8:16 Unnecessary fetch warning Shawn Pearce
2006-12-19  1:01 ` [PATCH] Move "no merge candidate" warning into git-pull Josef Weidendorfer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.