9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Getting git9 -- moved to github.
@ 2020-01-19 17:03 ori
  2020-01-27 21:23 ` [9fans] " Sergey Zhilkin
  2020-02-02  9:58 ` Lucio De Re
  0 siblings, 2 replies; 21+ messages in thread
From: ori @ 2020-01-19 17:03 UTC (permalink / raw)
  To: 9fans

I realized that a few people were still running the hg repo.
It's buggy and no longer maintained (and now, gone). Git9 is
self-hosting on github now.

To bootstrap git9:

	hget https://github.com/oridb/git9/archive/master.tar.gz > git9-master.tar.gz
	tar xzf git9-master.tar.gz
	cd git9-master
	mk install

If you want to get the bugfixes and new features
that will eventually show up (commit grafting,
https clone, stable ids on git/import, ...):

	git/clone git://github.com/oridb/git9
	cd git9
	mk install

And then update occasionally with

	git/pull && mk install


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2020-06-20 15:58 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-19 17:03 Getting git9 -- moved to github ori
2020-01-27 21:23 ` [9fans] " Sergey Zhilkin
2020-02-02  9:58 ` Lucio De Re
2020-02-02 10:35   ` kvik
2020-02-02 14:39     ` Lucio De Re
2020-02-02 22:47       ` hiro
2020-02-02 23:28         ` cinap_lenrek
2020-02-03  0:55   ` ori
2020-02-03  0:57   ` ori
2020-02-03  4:07     ` Lucio De Re
2020-02-03  4:11       ` ori
2020-02-03  7:39         ` Lucio De Re
2020-02-03 10:01           ` hiro
2020-02-03 11:10             ` Lucio De Re
2020-02-03 13:54               ` hiro
2020-02-03 14:40                 ` Lucio De Re
2020-02-03 16:14                   ` ori
2020-02-04  4:07                     ` Lucio De Re
2020-06-20 15:58                       ` Lucio De Re
2020-02-03 20:42                   ` cinap_lenrek
2020-02-04  4:03                     ` Lucio De Re

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).