|
From: bill lam <cbill.lam <at> gmail.com>
Subject: Re: [ANNOUNCE] tig-0.15 Newsgroups: gmane.comp.version-control.git Date: 2009-11-21 03:58:58 GMT (2 years, 11 weeks, 3 days, 5 hours and 50 minutes ago) On Fri, 20 Nov 2009, Jonas Fonseca wrote: > On Fri, Nov 20, 2009 at 11:25, bill lam <cbill.lam <at> 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 |
|