Menu
Features
Categories
Audio (347)
Datatype (51)
Demo (204)
Development (609)
Document (24)
Driver (98)
Emulation (153)
Game (1027)
Graphics (510)
Library (119)
Network (236)
Office (67)
Utility (938)
Video (72)
Total files: 4455
Full index fileRecent index file Links
Amigans.net Aminet IntuitionBase Hyperion Entertainment A-Eon Amiga Future
Support the site
Hggit
Download: hggit.lha (TIPS: Use the right click menu if your browser takes you back here all the time) Size: 463kb
Version: 0.2.6
Date: 09 Aug 2011
Author: Scott Chacon (os4 port Andy Broad)
Email: andy/broad ology org uk
Requirements: Mercurial, Python SSL Module
Replaces: development/utility/hggit.lha
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 6547
Downloads: 286 (Current version)
324 (Accumulated)
Votes: 0 (0/0) (30 days/7 days)
This is a build of the hg-git extension of mercurial for OS4
This distribution contains the required 'dulwich' python library.
Basically this adds git functionailty and interoperability to mercurial
for more info please see the documentation at
http://hg-git.github.com/
Installation:
To install simply run the top level install_hggit script from the shell
History:
--/08/2011: First amiga relaease
08/08/2011: Fixed issue with missing os.fsync method
Usage:
Before using you need to activate the extension in mercurial
to do this add the following to your .hgrc file
[extensions]
hgext.bookmarks =
hggit =
then to clone a git repository do something like
hg clone git://github.com/schacon/munger.git
note the git: protocol in the url which will likely be different from
the protocol sugested for use directly with git (often https: etc)
andy()broad.ology.org.uk