All of lore.kernel.org
 help / color / mirror / Atom feed
* git bundle bug?
@ 2010-07-26  6:45 SungHyun Nam
  2010-07-26  6:55 ` Avery Pennarun
  2010-07-26  7:29 ` bash completion for 'git version'? (Re: git bundle bug?) SungHyun Nam
  0 siblings, 2 replies; 4+ messages in thread
From: SungHyun Nam @ 2010-07-26  6:45 UTC (permalink / raw)
  To: git

Hello,

In a current 'git' source tree, next command does not includes
refs/tags/v1.7.2.
     $ git bundle create ~/git.bundle v1.7.1..master

After applying the git.bundle, now 'git version' does not
show 1.7.2, but...
     $ git version
     git version 1.7.1.772.g64fdc

I hope the 'git bundle' includes all the tags when I use 'master'
or 'HEAD'.

Well, I could use v1.7.1..v1.7.2.  But want to use simple script like:
     $ git bundle create ~/git.bundle lastbundle..master
     $ git tag -f lastbundle master

Thanks,
namsh

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

end of thread, other threads:[~2010-07-26  7:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-26  6:45 git bundle bug? SungHyun Nam
2010-07-26  6:55 ` Avery Pennarun
2010-07-26  7:25   ` SungHyun Nam
2010-07-26  7:29 ` bash completion for 'git version'? (Re: git bundle bug?) SungHyun Nam

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.