python/fast-export.git
2007-03-22 Simon HausmannChanged the format of the imported log message slightly...
2007-03-22 Simon HausmannGet rid of the ugly .py extensions - in everyday usage...
2007-03-21 Simon HausmannDon't show the submit template and the diff first in...
2007-03-21 Simon HausmannAllow invocations from within a git working tree
2007-03-21 Simon HausmannI'm feeling adventurous :), make --apply-as-patch the...
2007-03-21 Simon HausmannThis should make --apply-as-patch work with deletions...
2007-03-21 Simon HausmannAdded experimental but super-fast --apply-as-patch...
2007-03-21 Simon HausmannSome more docs
2007-03-20 Simon HausmannSome docs :)
2007-03-20 Simon HausmannThese two scripts have been migrated into git-p4.py now
2007-03-20 Simon HausmannFixed the initial versioned import
2007-03-20 Simon HausmannFixed some obvious of missing "self"s :)
2007-03-20 Simon HausmannCompletely untested "merge" of p4-fast-export.py into...
2007-03-20 Simon Hausmannsync-to-perforce is now called submit and fixed the...
2007-03-19 Simon HausmannCredit where credit is due. Added Trolltech ASA.
2007-03-19 Simon HausmannFirst (untested) attempt at migrating p4-git-sync into...
2007-03-19 Simon HausmannProvide a tiny little bit of help
2007-03-19 Simon HausmannStart moving the git-p4 tools into one single script.
2007-03-19 Simon HausmannMake it work again
2007-03-19 Simon HausmannTry harder to find the git repository
2007-03-19 Rocco Ruttehg-reset.py: Print info about tags, too
2007-03-19 Rocco Ruttehg-reset.py: Print details for changed branches only
2007-03-19 Rocco RutteLicense hg-reset.py under GPLv2 as it uses mercurial...
2007-03-19 Rocco Ruttehg-fast-export.py: Fix option presence checking
2007-03-19 Rocco Ruttehg-reset.sh: Helper for partially re-importing from hg
2007-03-19 Rocco RutteAdd hg2git.py with library routines
2007-03-19 Rocco RutteIgnore *.pyc files
2007-03-16 Rocco RutteReplace some references from hg2git to hg-fast-import
2007-03-16 Simon HausmannDefault to interactive syncing
2007-03-15 Simon HausmannBe more strict with Perforce after synching.
2007-03-14 Simon HausmannAuto-detect the current branch
2007-03-14 Simon HausmannIgnore weird apple files :)
2007-03-14 Simon HausmannBe nice and use /usr/bin/env python for the git-p4...
2007-03-14 Simon HausmannAutomatically operate on a temporary branch, needed...
2007-03-14 Rocco RutteUse svn_repos_open() for svn-archive.c, too
2007-03-14 Rocco RutteObtain svn_fs_t via svn_repos_open() -> svn_repos_fs()
2007-03-14 Rocco RutteAllow CFLAGS and LDFLAGS to be overwritten on command...
2007-03-14 Rocco Ruttehg-fast-export.sh Use hg-fast-export.py, not dead hg2git.py
2007-03-14 Rocco Ruttehg-fast-export.py: Kill stale usage() and __doc__
2007-03-14 Rocco RutteUse MIT license, adjust hg2git script names to match...
2007-03-14 Rocco RutteMerge branch 'master' of git://repo.or.cz/hg2git
2007-03-14 Rocco Ruttehg2git.py: Only print verification message for branches...
2007-03-14 Rocco Ruttehg2git.py: Add simple delta revision feed
2007-03-14 Rocco Ruttehg2git.py: Create only leightweight tags
2007-03-13 Rocco Ruttehg2git.py: add -f/--force option to bypass validation...
2007-03-13 Rocco Ruttehg2git.py: Bail out for certain errors
2007-03-13 Simon HausmannLots of fixes done together with Paul
2007-03-13 Rocco RutteAdd a note about hg's unnamed branches and multiple...
2007-03-13 Rocco Ruttehg2git.py: For the first revision, feed out full manifest
2007-03-13 Simon HausmannFix git-dir option and allow reading log substitutions...
2007-03-12 Simon HausmannFirst shot at a script that allows applying changesets...
2007-03-12 Rocco Ruttehg2git.py: Don't complain die for non-existent heads
2007-03-12 Rocco RutteRemove SHA stability note from readme
2007-03-12 Rocco Ruttehg2git.py: Remove leading/trailing spaces from authormap
2007-03-12 Rocco Ruttehg2git.py: Allow for spaces in authorfile
2007-03-12 Rocco Ruttehg2git.sh: Add usage note that argument order matters
2007-03-12 Rocco Ruttehg2git.sh: Complete --help output's option listing
2007-03-12 Rocco RutteBasic support for an author map
2007-03-12 Rocco Ruttehg2git.py: Fix typo saving status to headsfile instead...
2007-03-12 Rocco Ruttehg2git.py: Display our max revision as progress, not tip
2007-03-12 Rocco Ruttehg2git.py: Disable parsing Signef-off-by lines and...
2007-03-12 Rocco RutteBasic support for command line options in hg2git.py
2007-03-10 Simon HausmannMake the caching official, sort of :)
2007-03-10 Simon Hausmannless false integrations
2007-03-10 Simon HausmannMore work on merge detection
2007-03-10 Rocco RutteRename README.txt to hg2git.txt
2007-03-10 Rocco RutteOnly attempt to verify heads hg has, too
2007-03-10 Simon HausmannCleanups and preparations for true branch merge detection
2007-03-10 Simon HausmannCleanups
2007-03-10 Simon Hausmannmake the debug cache configurable
2007-03-10 Simon HausmannHaha, of course the extension should be .py!
2007-03-09 Rocco Ruttehg2git.py: Add support for extracting authorship from...
2007-03-09 Rocco Ruttehg2git.py: Add support for user-defined hg author ...
2007-03-08 Simon Hausmannfix --known-branches support
2007-03-08 Simon Hausmannunstable work in progress for better main branch detection
2007-03-08 Rocco RutteAdd Todo section to readme
2007-03-08 Rocco Ruttehg2git.py: Refactor main code into hg2git() function
2007-03-08 Rocco Ruttehg2git.sh: Try to get last hg repo url from state file
2007-03-08 Rocco RutteAdd note about SHA1 stability to readme
2007-03-08 Rocco RutteAdd some degign notes to readme
2007-03-08 Rocco RutteDon't use checkpoint
2007-03-07 Simon Hausmannwork with newer git versions
2007-03-07 Rocco RutteAdd some simpe readme with legal stuff, usage and some...
2007-03-07 Rocco RutteDistinct between added, changed and removed files for...
2007-03-07 Rocco RutteOnly attempt to export tags in our input range
2007-03-07 Rocco RutteAdd --quiet option passed to git-fast-import(1)
2007-03-07 Rocco RutteDon't restore checkpoint count from cache
2007-03-07 Rocco RutteSpeedup: Use manifest and compare checksums to detect...
2007-03-06 Rocco RutteLink and not merge first branch of incremental import
2007-03-06 Rocco RutteProvide two versions of getting changes per manifest
2007-03-06 Rocco RutteFix wrapper script for branches with slahes
2007-03-06 Rocco RutteInitial import
2007-02-22 Simon Hausmannsilent for real this time
2007-02-22 Simon HausmannAnother silent fix
2007-02-22 Simon Hausmannblind: added support for --silent
2007-02-21 Simon Hausmannanother todo item
2007-02-17 Simon Hausmannhotfix for branchless imports
2007-02-14 Simon HausmannRun also with older versions of Python
2007-02-14 Simon Hausmannthis is very much in progress, but at least the branch...
2007-02-12 Simon Hausmanntry merging based on p4 changes
next