chiark / gitweb /
Refactor stgit.commands.edit
[stgit] / stgit / commands / export.py
2008-09-21 Karl HasselströmRefactor stgit.commands.edit
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-06 Karl HasselströmRefactoring: move shared options to their own module
2008-08-26 Karl HasselströmMerge branch 'stable'
2008-08-26 Karl HasselströmDon't use the dashed for of git commands
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-19 Catalin MarinasFix export error introduced by recent convertion
2008-06-12 Samuel TardieuFind CmdException in common
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-28 Catalin MarinasConvert "export" to the new infrastructure
2008-05-27 Catalin MarinasMerge branch 'stable'
2008-05-19 Catalin MarinasMerge branch 'stable'
2008-05-19 Catalin MarinasAllow export to write unapplied files as well
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'
2008-01-29 Karl HasselströmLet the caller supply the diff text to diffstat()
2008-01-24 Karl HasselströmRefactor --diff-opts handling
2007-11-07 Catalin MarinasFix more commands to run correctly in subdirectories
2007-10-07 Karl HasselströmInfrastructure for current directory handling
2007-08-26 Karl HasselströmRefactor subprocess creation
2007-08-26 Karl HasselströmRefactor output handling to break circular dependency
2007-06-12 Yann DirsonUse get/set_name for a stack's name.
2007-06-02 Yann DirsonAdd new --diff-opts/-O flag to diff- and status-related...
2007-06-02 Yann DirsonMake diff flags handling more modular.
2007-05-21 Karl HasselströmRefactor message printing
2007-05-21 Karl HasselströmAdd --binary flag to commands that generate diffs
2007-02-28 Yann DirsonAdd a Documentation directory inspired by the git one.
2006-12-06 Catalin MarinasAllow ranges for the 'export' command
2006-08-11 Catalin MarinasUse the ".." syntax for patch ranges
2006-07-10 Catalin MarinasAdd a common function for reading template files
2006-05-02 Yann DirsonLook for templates in ~/.stgit/templates as well
2006-03-28 Catalin MarinasCreate stgit/basedir.py for determining the .git directory
2006-03-16 Catalin MarinasAdd the --patch option to export
2006-02-17 Catalin MarinasAdd --stdout option to export
2006-01-25 Pavel Roskinstg export: check if there are any patches to export
2005-12-11 Catalin MarinasMake StGIT comply with the author information retrieving
2005-12-01 Chuck LeverMake "stg export" save the base commit in the output...
2005-11-30 Chuck LeverUse git-rev-parse to find the local GIT repository
2005-11-18 Catalin MarinasFix the unapplied variable missing in export.py
2005-11-04 Chuck Lever"stg export" error message could be more specific
2005-11-04 Catalin MarinasOptimise the export command
2005-09-14 Catalin Marinas'export' will use patches-<branch> by default
2005-09-13 Catalin MarinasAdd a --branch option to different commands
2005-07-28 Catalin Marinas'export' to use the global template file
2005-07-24 Catalin MarinasImprove the help message for commands
2005-07-19 Catalin MarinasFix the exception class name in export.py
2005-07-14 Bryan Larsenallow spaces in filenames (second try)
2005-07-14 Bryan LarsenThe top patch is never exported.
2005-07-12 Catalin MarinasSeparate the commands in stgit/commands/* files