Commit graph

5 commits

Author SHA1 Message Date
Thomas Klausner
3d4468a4f4 Finish git rename from scmgit to git. 2013-09-09 14:05:30 +00:00
Blue Rats
b279d62a40 Mostly whitespace and blank line fixing. Some files also got minor
formatting corrections as well as other corrections.
2012-11-23 22:33:25 +00:00
Aleksej Saushev
f5c1a93609 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-09-28 21:24:30 +00:00
PHO / phonohawk
879575d194 Fix breakage on recent mk/git-package.mk: GIT_MODULE. needs to be set to the repository's directory name. 2012-01-28 06:44:13 +00:00
PHO / phonohawk
f48696e34a Import darcs-to-git-0.1nb20100210 as wip/darcs-to-git.
darcs-to-git
    written by Steve Purcell, some improvements by Thomas Schilling,
    Jonathon Mah

Converts a Darcs repository into a Git repository.  Supports
incremental updates, i.e., you can pull new patches from the source
repository or import a large repository in steps.

USAGE
=====

(Use `darcs-to-git --help` to display the latest usage instructions.)

1. Create an *empty* directory that will become the new git repository
2. From inside that directory, run this program, passing the location
   of the local source darcs repo as a parameter

The program will git-init the empty directory, and migrate all patches
in the source darcs repo into commits in that repository.

Thereafter, incremental patch conversion from the same source repo is
possible by repeating step 2.
2010-02-10 16:33:59 +00:00