On Fri, Nov 20, 2009 at 22:58, bill lam <cbill.lam@xxxxxxxxx> wrote: > On Fri, 20 Nov 2009, Jonas Fonseca wrote: >> On Fri, Nov 20, 2009 at 11:25, bill lam <cbill.lam@xxxxxxxxx> 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. Ah, stupid me. > 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? There is no such action/keybinding. I guess it should be easy to extend the current functionality to query for a file name and save to that instead of a temporary file. -- Jonas Fonseca -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html