Add --reject option to import
[stgit] / stgit / commands / imprt.py
2009-07-10 Catalin MarinasAdd --reject option to import
2009-01-28 Catalin MarinasMerge branch 'stable'
2009-01-22 Karl HasselströmMerge branch 'stable'
2008-11-08 Catalin MarinasMerge branch 'proposed'
2008-11-08 Catalin MarinasRemove the --committer options
2008-10-24 Clark WilliamsTeach "stg import" to import patch series from tar...
2008-09-28 Karl HasselströmMerge branch 'stable'
2008-09-21 Karl HasselströmAutomatic bash completion
2008-09-21 Karl HasselströmRefactor stgit.commands.edit
2008-09-21 Karl HasselströmWrite to a stack log when stack is modified
2008-09-21 Karl HasselströmGenerate command lists automatically
2008-09-21 Karl HasselströmAuto-generate man pages for all StGit commands
2008-09-19 Catalin MarinasMerge branch 'stable'
2008-09-09 Catalin MarinasMerge branch 'stable'
2008-09-09 Catalin MarinasFix import to work properly in subdirectories
2008-09-06 Karl HasselströmRefactoring: move shared options to their own module
2008-08-26 Karl HasselströmMerge branch 'stable'
2008-07-24 Karl HasselströmMerge branch 'stable'
2008-07-08 Karl HasselströmMerge branch 'stable'
2008-06-29 Karl HasselströmMerge branch 'stable' into stable-master-merge
2008-06-24 Clark WilliamsPatch to allow import from compressed files (gzip and...
2008-06-08 Catalin MarinasMerge branch 'stable'
2008-06-03 Catalin MarinasMerge branch 'stable'
2008-06-03 Karl HasselströmMerge branch 'stable' into stable-master-merge
2008-05-27 Catalin MarinasMerge branch 'stable'
2008-05-19 Catalin MarinasMerge branch 'stable'
2008-04-17 Catalin MarinasMerge branch 'stable'
2008-04-14 Karl HasselströmMerge branch 'stable' into stable-master-merge
2008-03-25 Catalin MarinasMerge branch 'stable'
2007-12-13 Karl HasselströmLet parse_patch take a string instead of a file parameter
2007-12-01 Catalin MarinasMake Series.refresh_patch automatically save the undo...
2007-11-27 Catalin MarinasKeep the patch log when import --replace deletes patches
2007-10-08 Karl HasselströmDon't have a global crt_series in stgit.commans.common
2007-10-07 Karl HasselströmInfrastructure for current directory handling
2007-09-14 Catalin MarinasAdd patch editing command
2007-09-11 Karl HasselströmAdd --sign and --ack options to "stg import"
2007-08-26 Karl HasselströmRefactor output handling to break circular dependency
2007-08-23 Catalin MarinasAllow 'import' to apply empty patches
2007-06-22 Catalin MarinasFix the importing of multipart emails
2007-05-21 Karl HasselströmRefactor message printing
2007-05-15 Karl HasselströmRemove an unnecessary parameter to make_patch_name
2007-02-17 Catalin MarinasFix import to allow --name and --strip for most import...
2007-02-17 Clark WilliamsURL import for stgit
2007-02-16 Catalin MarinasAllow importing mbox files from stdin
2006-11-16 Catalin MarinasFix the mail import regex to remove the [...PATCH....
2006-11-08 Catalin MarinasAdd mbox support to "import"
2006-11-07 Catalin MarinasAdd support for multipart messages to import
2006-11-07 Catalin MarinasProperly import qp-encoded e-mail headers
2006-11-07 Karl HasselströmGenerate unique patch names
2006-11-02 Paolo 'Blaisorblad... Stgit: allow importing series files where patch names...
2006-07-05 Catalin MarinasGet the patch name from the description
2006-06-06 Catalin MarinasAdd the --replace option to import
2006-03-25 Catalin MarinasFix the patch name stripping in import
2006-03-16 Catalin MarinasAdd the --strip option to import
2006-03-03 Catalin MarinasAdd --series to import
2006-01-13 Catalin MarinasMerge branch 'master' of homepage.ntlworld.com/cmarinas...
2006-01-10 Pavel Roskinstgit: typo fixes
2005-12-21 Catalin MarinasFix the import command when the body is empty
2005-12-15 Trond Myklebustremove formatting of git log entry on an imported patch
2005-12-11 Catalin MarinasMake StGIT comply with the author information retrieving
2005-10-06 Catalin MarinasAllow the short version of --base (i.e. -b) in import
2005-10-06 Catalin MarinasUse git_id in import and fold instead of git.rev_parse
2005-10-05 Catalin MarinasAllow git.apply_patch() to take a base revision
2005-09-27 Catalin MarinasCancel the commit cherry-picking in import
2005-09-25 Paolo 'Blaisorblad... Fix earlier "import quilt patches" patch
2005-09-22 Catalin MarinasFix importing from stdin
2005-09-18 Catalin MarinasSpecify a different base for the imported patch
2005-09-17 Paolo 'Blaisorblad... Detect description in quilt patches
2005-09-17 Catalin MarinasIgnore the case on the PATCH name when importing
2005-09-16 Catalin MarinasAllow 'import' to cherry-pick a commit object
2005-09-02 Paolo 'Blaisorblad... [PATCH] Really fix import --edit invoking editor twice
2005-09-02 Paolo 'Blaisorblad... [PATCH] Show patch content in description edit buffer
2005-08-23 Catalin MarinasFix the import --edit function
2005-08-15 Catalin MarinasAdd --edit option to import
2005-08-08 Catalin MarinasFix the 'import --name' option overriding
2005-08-03 Catalin MarinasFix description/diff delimiting in import
2005-07-28 Catalin MarinasAllow ':' in the subject of imported messages
2005-07-27 Catalin MarinasImplement an 'import' command