From: bill lam <cbill.lam@gmail.com>
To: Jonas Fonseca <fonseca@diku.dk>
Cc: git@vger.kernel.org
Subject: Re: [ANNOUNCE] tig-0.15
Date: Sat, 21 Nov 2009 11:58:58 +0800 [thread overview]
Message-ID: <20091121035858.GC3919@debian.b2j> (raw)
In-Reply-To: <2c6b72b30911201829i52ffa022qff827bdf317ad447@mail.gmail.com>
On Fri, 20 Nov 2009, Jonas Fonseca wrote:
> On Fri, Nov 20, 2009 at 11:25, bill lam <cbill.lam@gmail.com> wrote:
> > On Fri, 20 Nov 2009, Jonas Fonseca wrote:
> >> install-release-doc-man:
> >> for doc in $(MANDOC); do \
> >> git checkout origin/release $$doc; \
> >> done
> >> $(MAKE) install-doc-man
> >
> > Thanks it works. Could you also commit this to git?
>
> Done, but using git-checkout-index ...
the line
git read-tree release
raised error perhaps I didn't checkout a branch for it, replacing it
with
git read-tree origin/relase
or
git read-tree remotes/origin/relase
seems working.
Another question, while it can open a file with editor in tree-view, I
cannot find in tigmanual how to directly save a file. Any idea?
--
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
next prev parent reply other threads:[~2009-11-21 3:59 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-20 13:31 [ANNOUNCE] tig-0.15 Jonas Fonseca
2009-11-20 13:50 ` bill lam
2009-11-20 15:55 ` Jonas Fonseca
2009-11-20 16:25 ` bill lam
2009-11-21 2:29 ` Jonas Fonseca
2009-11-21 3:58 ` bill lam [this message]
2009-11-21 13:59 ` Jonas Fonseca
2009-11-21 4:10 ` bill lam
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=20091121035858.GC3919@debian.b2j \
--to=cbill.lam@gmail.com \
--cc=fonseca@diku.dk \
--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.