From: Hannu Koivisto <azure@iki.fi>
To: git@vger.kernel.org
Subject: gitk "reset branch to here" bug in Cygwin
Date: Mon, 29 Dec 2008 15:41:49 +0200 [thread overview]
Message-ID: <83abafcd42.fsf@kalahari.s2.org> (raw)
Greetings,
First create a test repository with two commits:
mkdir gittest3
cd gittest3
git init
echo foo > foo
git add foo
git commit -m "Foo"
echo foo >> foo
git add foo
git commit -m "2nd. foo"
Now start gitk, point at the first commit and from the context menu
select "Reset master branch to here" and then "Hard:...".
The result is 'can not find channel named "1"'.
git reset --hard HEAD\^1 in the same repository works fine.
Tested with 159c88e5ae95c5b02298193c1658fac5919c8012 (1.6.1 plus a
few commits) on Windows XP.
--
Hannu
reply other threads:[~2008-12-29 13:43 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=83abafcd42.fsf@kalahari.s2.org \
--to=azure@iki.fi \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox