All of lore.kernel.org
 help / color / mirror / Atom feed
* [little BUG] pushing to existing branch with remote-helper shows [new branch]
@ 2011-08-31 16:46 Matthieu Moy
  0 siblings, 0 replies; only message in thread
From: Matthieu Moy @ 2011-08-31 16:46 UTC (permalink / raw)
  To: git

Hi,

Nothing serious, but I think this is a little bug in transport-helper. I
noticed it working on git-remote-mediawiki, and could reproduce it with
testgit: 

/tmp/clone$ git push
To testgit::/tmp/repo
 * [new branch]      master -> master
/tmp/clone$ date >> foo.txt; git commit -am bar
[master 4438ced] bar
 1 files changed, 1 insertions(+), 0 deletions(-)
/tmp/clone$ git push
To testgit::/tmp/repo
 * [new branch]      master -> master

(/tmp/clone is a clone of testgit::/tmp/repo)

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-31 16:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-31 16:46 [little BUG] pushing to existing branch with remote-helper shows [new branch] Matthieu Moy

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.