python/fast-export.git
2007-04-09 Simon HausmannAllow for convenient rebasing after git-p4 submit
2007-04-08 Simon HausmannAdded a simple example of usage to the "documentation" :)
2007-04-08 Simon Hausmannfix variable usage (oops)
2007-04-08 Simon HausmannFix file determination for #head imports
2007-04-08 Simon HausmannAdded git-p4 clone convenience command
2007-04-08 Simon HausmannHonor --silent for labels
2007-04-07 Simon HausmannTurn off potentially slow label detection by default
2007-04-07 Simon HausmannProvide a tree summary after git-p4 rebase
2007-04-07 Simon HausmannAdded git-p4 rebase convenience
2007-04-01 Simon HausmannMinor cleanup
2007-04-01 Simon HausmannFix "compilation" :)
2007-03-29 Simon HausmannFix the docs for git-p4 submit and turn git-p4 submit...
2007-03-28 Simon HausmannFix variable usage in tag import
2007-03-26 Simon HausmannAdded support for mapping p4 labels to git tags
2007-03-26 Simon Hausmanngit-p4 debug doesn't need a git repository
2007-03-25 Simon HausmannDon't try to parse any options with git-p4 debug but...
2007-03-24 Simon HausmannPrefer git command over git-command.
2007-03-24 Simon HausmannMinor cosmetic fixlet ;-)
2007-03-24 Simon HausmannDifferent versions of p4 have different output for...
2007-03-23 Simon HausmannUse the new incremental import style by default
2007-03-23 Simon HausmannMake it possible to run git-p4 submit from within the...
2007-03-22 Simon HausmannBrand new smart incremental import that doesn't need...
2007-03-22 Simon HausmannSet the default branch in run, not in the constructor
2007-03-22 Simon HausmannHelper function to check the existance of a revision
2007-03-22 Simon HausmannAdded some helper function(s) to parse the depot path...
2007-03-22 Simon HausmannChanged the default branch for imports from "master...
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
next