From: SungHyun Nam <goweol@gmail.com>
To: git@vger.kernel.org
Subject: git bundle bug?
Date: Mon, 26 Jul 2010 15:45:32 +0900 [thread overview]
Message-ID: <i2jaue$f7a$1@dough.gmane.org> (raw)
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
next reply other threads:[~2010-07-26 6:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-26 6:45 SungHyun Nam [this message]
2010-07-26 6:55 ` git bundle bug? 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='i2jaue$f7a$1@dough.gmane.org' \
--to=goweol@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.